diff options
author | Chris Demetriou <cgd@google.com> | 2004-01-25 03:01:42 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2004-01-25 03:01:42 +0000 |
commit | 424688adb823c724b796e928c5e25d5b7491b27c (patch) | |
tree | 55290b7ec1009db3f82766ed17e67d7e42942a09 /gas | |
parent | c2f1a7210152b895f4c8db2c15bae5fd092a4a34 (diff) | |
download | gdb-424688adb823c724b796e928c5e25d5b7491b27c.zip gdb-424688adb823c724b796e928c5e25d5b7491b27c.tar.gz gdb-424688adb823c724b796e928c5e25d5b7491b27c.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/relax-swap1-mips2.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/relax-swap1.s | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/relax-swap2.s | 2 |
4 files changed, 12 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ef4e62b..5aef83b 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 95badca..7297dd0 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 05264c7..74c2a42 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 bae6d59..2e7ea2e 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 |