2002-09-27 H.J. Lu <hjl@gnu.org>

* gas/mips/mips-jalx.s: Add ".p2align 4".
	* gas/mips/mips16-jalx.s: Likewise.

	* gas/mips/mips-jalx.d: Check nop.
	* gas/mips/mips16-jalx.d: Likewise.
This commit is contained in:
H.J. Lu 2002-09-27 14:53:16 +00:00
parent 9e8aab7587
commit 502eccd936
5 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2002-09-27 H.J. Lu <hjl@gnu.org>
* gas/mips/mips-jalx.s: Add ".p2align 4".
* gas/mips/mips16-jalx.s: Likewise.
* gas/mips/mips-jalx.d: Check nop.
* gas/mips/mips16-jalx.d: Likewise.
2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* gas/mips/mips-jalx.d: New file, check jalx assembly.

View File

@ -1,4 +1,4 @@
#objdump: -dr -mmips:4000
#objdump: -dr -z -mmips:4000
#as: -mips3 -mtune=r4000 -mips16
#name: mips jalx
.*: file format .*
@ -7,3 +7,5 @@ Disassembly of section .text:
0: 74000000 jalx 0x0
0: R_MIPS_26 external_label
4: 00000000 nop
8: 00000000 nop
c: 00000000 nop

View File

@ -1,3 +1,6 @@
# Test the generation of jalx opcodes
.set nomips16
jalx external_label
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4

View File

@ -8,3 +8,7 @@ Disassembly of section .text:
0: R_MIPS16_26 external_label
4: 6500 nop
6: 6500 nop
8: 6500 nop
a: 6500 nop
c: 6500 nop
e: 6500 nop

View File

@ -1,2 +1,5 @@
# Test the generation of jalx opcodes
jalx external_label
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4