aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-06-29 14:43:55 +0000
committerAlan Modra <amodra@gmail.com>2004-06-29 14:43:55 +0000
commit62b51c0b7b7b92f33233ba08579d43388707edcd (patch)
treeb9bf1da66216b32bf78ca7577d9b368af74540b4 /gas
parent1a23a9e6139ff1d1b19d242cf9c47f06c326df08 (diff)
downloadgdb-62b51c0b7b7b92f33233ba08579d43388707edcd.zip
gdb-62b51c0b7b7b92f33233ba08579d43388707edcd.tar.gz
gdb-62b51c0b7b7b92f33233ba08579d43388707edcd.tar.bz2
* gas/m68k/mode5.s: Pad section.
* gas/m68k/mode5.d: Update.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/m68k/mode5.d1
-rw-r--r--gas/testsuite/gas/m68k/mode5.s1
3 files changed, 7 insertions, 0 deletions
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 <amodra@bigpond.net.au>
+
+ * gas/m68k/mode5.s: Pad section.
+ * gas/m68k/mode5.d: Update.
+
2004-06-28 Alan Modra <amodra@bigpond.net.au>
* 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