summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog7
-rw-r--r--gas/testsuite/gas/mips/relax-swap1-mips2.d2
-rw-r--r--gas/testsuite/gas/mips/relax-swap1.s2
-rw-r--r--gas/testsuite/gas/mips/relax-swap2.s2
4 files changed, 12 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index ef4e62b9212..5aef83ba551 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,10 @@
+2004-01-24 Chris Demetriou <cgd@broadcom.com>
+
+ * gas/mips/relax-swap1.s: Add extra space at end, so the
+ disassembly will consistently have "..." at its end.
+ * gas/mips/relax-swap2.s: Likewise.
+ * gas/mips/relax-swap1-mips2.d: Expect "..." at end of disassembly.
+
2004-01-23 Daniel Jacobowitz <drow@mvista.com>
* gas/arm/arm.exp: Add "undefined" test.
diff --git a/gas/testsuite/gas/mips/relax-swap1-mips2.d b/gas/testsuite/gas/mips/relax-swap1-mips2.d
index 95badca6a16..7297dd0031d 100644
--- a/gas/testsuite/gas/mips/relax-swap1-mips2.d
+++ b/gas/testsuite/gas/mips/relax-swap1-mips2.d
@@ -277,4 +277,4 @@ Disassembly of section \.text:
0+0364 <[^>]*> jalr v0,v1
0+0368 <[^>]*> nop
\.\.\.
-0+2036c <[^>]*> nop
+ \.\.\.
diff --git a/gas/testsuite/gas/mips/relax-swap1.s b/gas/testsuite/gas/mips/relax-swap1.s
index 05264c7c3ec..74c2a421145 100644
--- a/gas/testsuite/gas/mips/relax-swap1.s
+++ b/gas/testsuite/gas/mips/relax-swap1.s
@@ -147,3 +147,5 @@ foo:
.space 0x20000 # to make a 128kb loop body
bar:
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+ .space 8
diff --git a/gas/testsuite/gas/mips/relax-swap2.s b/gas/testsuite/gas/mips/relax-swap2.s
index bae6d59826b..2e7ea2e2376 100644
--- a/gas/testsuite/gas/mips/relax-swap2.s
+++ b/gas/testsuite/gas/mips/relax-swap2.s
@@ -46,3 +46,5 @@ foo:
.space 0x20000 # to make a 128kb loop body
bar:
+# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
+ .space 8