mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* gas/mips/eret-2.s: Add an instruction to fill a branch delay
slot. * gas/mips/eret-2.d: Adjust accordingly.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2009-12-19 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* gas/mips/eret-2.s: Add an instruction to fill a branch delay
|
||||
slot.
|
||||
* gas/mips/eret-2.d: Adjust accordingly.
|
||||
|
||||
2009-12-19 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* gas/mips/aent.d: New test.
|
||||
|
@ -14,5 +14,5 @@ Disassembly of section \.text:
|
||||
[ 0-9a-f]+: 42000018 eret
|
||||
[ 0-9a-f]+: 00000000 nop
|
||||
[ 0-9a-f]+: 1000fffd b [0-9a-f]+ <foo\+0x10>
|
||||
[ 0-9a-f]+: 00000000 nop
|
||||
[ 0-9a-f]+: 00000006 srlv zero,zero,zero
|
||||
\.\.\.
|
||||
|
@ -8,6 +8,7 @@ foo:
|
||||
.set noreorder
|
||||
b 1b
|
||||
.set reorder
|
||||
srlv $0, $0, $0
|
||||
|
||||
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||||
.space 8
|
||||
|
Reference in New Issue
Block a user