* 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:
Maciej W. Rozycki 2009-09-21 13:10:07 +00:00
parent 95d4c932e4
commit 0bcd05a426
7 changed files with 25 additions and 3 deletions

View File

@ -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>
* gas/mips/mips.exp: Fix a typo.

View File

@ -1,6 +1,6 @@
#objdump: -d
#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.*
@ -39,3 +39,4 @@ Disassembly of section \.text:
74: 240c0003 li t4,3
78: 240c0003 li t4,3
7c: 42000018 eret
\.\.\.

View File

@ -25,3 +25,6 @@
li $t4, 3
1: li $t4, 3
eret
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
.space 8

View File

@ -1,6 +1,6 @@
#objdump: -d
#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.*
@ -14,3 +14,5 @@ Disassembly of section \.text:
10: 42000018 eret
14: 00000000 nop
18: 1000fffd b 0x10
1c: 00000000 nop
\.\.\.

View File

@ -7,3 +7,6 @@
.set noreorder
b 1b
.set reorder
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
.space 8

View File

@ -1,6 +1,6 @@
#objdump: -d
#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.*
@ -16,3 +16,4 @@ Disassembly of section \.text:
10: aca40000 sw a0,0\(a1\)
14: 03e00008 jr ra
18: 00000000 nop
\.\.\.

View File

@ -12,3 +12,6 @@ bar:
1:
jr $31
.end bar
# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
.space 8