From: Alan Modra Date: Tue, 29 Jun 2004 14:43:55 +0000 (+0000) Subject: * gas/m68k/mode5.s: Pad section. X-Git-Tag: csl-arm-2004-q3~1029 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62b51c0b7b7b92f33233ba08579d43388707edcd;p=platform%2Fupstream%2Fbinutils.git * gas/m68k/mode5.s: Pad section. * gas/m68k/mode5.d: Update. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 442d5b8..c1bd29a 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-29 Alan Modra + + * gas/m68k/mode5.s: Pad section. + * gas/m68k/mode5.d: Update. + 2004-06-28 Alan Modra * gas/ppc/power4.d: Update. diff --git a/gas/testsuite/gas/m68k/mode5.d b/gas/testsuite/gas/m68k/mode5.d index 71805a2..48b3b91 100644 --- a/gas/testsuite/gas/m68k/mode5.d +++ b/gas/testsuite/gas/m68k/mode5.d @@ -10,3 +10,4 @@ Disassembly of section .text: 0: 2213 movel %a3@,%d1 2: 2882 movel %d2,%a4@ 4: 2295 movel %a5@,%a1@ + ... diff --git a/gas/testsuite/gas/m68k/mode5.s b/gas/testsuite/gas/m68k/mode5.s index 6f7cd00..27c95d9 100644 --- a/gas/testsuite/gas/m68k/mode5.s +++ b/gas/testsuite/gas/m68k/mode5.s @@ -4,3 +4,4 @@ move.l 0(%a3),%d1 move.l %d2,0(%a4) move.l 0(%a5),0(%a1) + .p2align 4