old-cross-binutils/ld/testsuite/ld-mips-elf/mips16-call-global-1.s
Richard Sandiford 02277eae00 ld/testsuite/
* ld-mips-elf/mips-elf.exp (mips16_call_global_test): Use the
	no-shared-1.ld linker script.
	* ld-mips-elf/mips16-call-global-1.s: Add alignment directive.
	* ld-mips-elf/mips16-call-global-2.s: Likewise.
	* ld-mips-elf/mips16-call-global-3.s: Likewise.
	* ld-mips-elf/mips16-call-global.d: Use 50000 as the base address.
2012-05-13 09:55:45 +00:00

13 lines
150 B
ArmAsm

.set mips16
.globl __start
.ent __start
.align 4
__start:
.frame $sp,24,$31
save 24,$31
jal x+8
jal y+8
restore 24,$31
j $31
.end __start