mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
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.
This commit is contained in:
@ -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>
|
2004-01-23 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* gas/arm/arm.exp: Add "undefined" test.
|
* gas/arm/arm.exp: Add "undefined" test.
|
||||||
|
@ -277,4 +277,4 @@ Disassembly of section \.text:
|
|||||||
0+0364 <[^>]*> jalr v0,v1
|
0+0364 <[^>]*> jalr v0,v1
|
||||||
0+0368 <[^>]*> nop
|
0+0368 <[^>]*> nop
|
||||||
\.\.\.
|
\.\.\.
|
||||||
0+2036c <[^>]*> nop
|
\.\.\.
|
||||||
|
@ -147,3 +147,5 @@ foo:
|
|||||||
|
|
||||||
.space 0x20000 # to make a 128kb loop body
|
.space 0x20000 # to make a 128kb loop body
|
||||||
bar:
|
bar:
|
||||||
|
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||||||
|
.space 8
|
||||||
|
@ -46,3 +46,5 @@ foo:
|
|||||||
|
|
||||||
.space 0x20000 # to make a 128kb loop body
|
.space 0x20000 # to make a 128kb loop body
|
||||||
bar:
|
bar:
|
||||||
|
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||||||
|
.space 8
|
||||||
|
Reference in New Issue
Block a user