mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
* gas/mips/eret-1.s: Add trailing padding.
* gas/mips/eret-2.s: Likewise. * gas/mips/eret-3.s: Likewise. * gas/mips/eret-1.d: Adjust accordingly. Force a 32-bit ABI. * gas/mips/eret-2.d: Likewise. * gas/mips/eret-3.d: Likewise.
This commit is contained in:
parent
95d4c932e4
commit
0bcd05a426
@ -1,3 +1,12 @@
|
|||||||
|
2009-09-21 Maciej W. Rozycki <macro@linux-mips.org>
|
||||||
|
|
||||||
|
* gas/mips/eret-1.s: Add trailing padding.
|
||||||
|
* gas/mips/eret-2.s: Likewise.
|
||||||
|
* gas/mips/eret-3.s: Likewise.
|
||||||
|
* gas/mips/eret-1.d: Adjust accordingly. Force a 32-bit ABI.
|
||||||
|
* gas/mips/eret-2.d: Likewise.
|
||||||
|
* gas/mips/eret-3.d: Likewise.
|
||||||
|
|
||||||
2009-09-21 Maciej W. Rozycki <macro@linux-mips.org>
|
2009-09-21 Maciej W. Rozycki <macro@linux-mips.org>
|
||||||
|
|
||||||
* gas/mips/mips.exp: Fix a typo.
|
* gas/mips/mips.exp: Fix a typo.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#objdump: -d
|
#objdump: -d
|
||||||
#name: MIPS eret-1 disassembly
|
#name: MIPS eret-1 disassembly
|
||||||
#as: -mfix-24k -march=24kc --no-warn
|
#as: -mabi=32 -mfix-24k -march=24kc --no-warn
|
||||||
|
|
||||||
.*\.o: file format .*mips.*
|
.*\.o: file format .*mips.*
|
||||||
|
|
||||||
@ -39,3 +39,4 @@ Disassembly of section \.text:
|
|||||||
74: 240c0003 li t4,3
|
74: 240c0003 li t4,3
|
||||||
78: 240c0003 li t4,3
|
78: 240c0003 li t4,3
|
||||||
7c: 42000018 eret
|
7c: 42000018 eret
|
||||||
|
\.\.\.
|
||||||
|
@ -25,3 +25,6 @@
|
|||||||
li $t4, 3
|
li $t4, 3
|
||||||
1: li $t4, 3
|
1: li $t4, 3
|
||||||
eret
|
eret
|
||||||
|
|
||||||
|
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||||||
|
.space 8
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#objdump: -d
|
#objdump: -d
|
||||||
#name: MIPS eret-2 disassembly
|
#name: MIPS eret-2 disassembly
|
||||||
#as: -mfix-24k -march=24kc --no-warn
|
#as: -mabi=32 -mfix-24k -march=24kc --no-warn
|
||||||
|
|
||||||
.*\.o: file format .*mips.*
|
.*\.o: file format .*mips.*
|
||||||
|
|
||||||
@ -14,3 +14,5 @@ Disassembly of section \.text:
|
|||||||
10: 42000018 eret
|
10: 42000018 eret
|
||||||
14: 00000000 nop
|
14: 00000000 nop
|
||||||
18: 1000fffd b 0x10
|
18: 1000fffd b 0x10
|
||||||
|
1c: 00000000 nop
|
||||||
|
\.\.\.
|
||||||
|
@ -7,3 +7,6 @@
|
|||||||
.set noreorder
|
.set noreorder
|
||||||
b 1b
|
b 1b
|
||||||
.set reorder
|
.set reorder
|
||||||
|
|
||||||
|
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||||||
|
.space 8
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#objdump: -d
|
#objdump: -d
|
||||||
#name: MIPS eret-3 disassembly
|
#name: MIPS eret-3 disassembly
|
||||||
#as: -mfix-24k -march=24kc --no-warn
|
#as: -mabi=32 -mfix-24k -march=24kc --no-warn
|
||||||
|
|
||||||
.*\.o: file format .*mips.*
|
.*\.o: file format .*mips.*
|
||||||
|
|
||||||
@ -16,3 +16,4 @@ Disassembly of section \.text:
|
|||||||
10: aca40000 sw a0,0\(a1\)
|
10: aca40000 sw a0,0\(a1\)
|
||||||
14: 03e00008 jr ra
|
14: 03e00008 jr ra
|
||||||
18: 00000000 nop
|
18: 00000000 nop
|
||||||
|
\.\.\.
|
||||||
|
@ -12,3 +12,6 @@ bar:
|
|||||||
1:
|
1:
|
||||||
jr $31
|
jr $31
|
||||||
.end bar
|
.end bar
|
||||||
|
|
||||||
|
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
|
||||||
|
.space 8
|
||||||
|
Loading…
Reference in New Issue
Block a user