From 424688adb823c724b796e928c5e25d5b7491b27c Mon Sep 17 00:00:00 2001 From: Chris Demetriou Date: Sun, 25 Jan 2004 03:01:42 +0000 Subject: [PATCH] 2004-01-24 Chris Demetriou * 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. --- gas/testsuite/ChangeLog | 7 +++++++ gas/testsuite/gas/mips/relax-swap1-mips2.d | 2 +- gas/testsuite/gas/mips/relax-swap1.s | 2 ++ gas/testsuite/gas/mips/relax-swap2.s | 2 ++ 4 files changed, 12 insertions(+), 1 deletion(-) 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 + + * 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 * 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 -- 2.30.2