From bb4ca09639fc242074282ee066ba68736eb118fd Mon Sep 17 00:00:00 2001 From: amodra Date: Tue, 29 Jun 2004 14:43:55 +0000 Subject: [PATCH 1/1] * gas/m68k/mode5.s: Pad section. * gas/m68k/mode5.d: Update. --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/m68k/mode5.d | 1 + gas/testsuite/gas/m68k/mode5.s | 1 + 3 files changed, 7 insertions(+) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 442d5b88d5..c1bd29aead 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 71805a2307..48b3b9179b 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 6f7cd006f1..27c95d90f9 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 -- 2.11.0