old-cross-binutils/ld/testsuite/ld-mips-elf/mips16-call-global-2.s
Thiemo Seufer 6085129af6 * ld-mips-elf/mips16-call-global-2.s,
ld-mips-elf/mips16-call-global-3.s, ld-mips-elf/mips16-call-global.d:
	Improve test robustness.
2006-07-25 16:45:55 +00:00

8 lines
70 B
ArmAsm

.set mips16
.globl x
.ent x
.type x,@function
x:
jr $31
.end x