02277eae00
* 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.
17 lines
140 B
ArmAsm
17 lines
140 B
ArmAsm
.set nomips16
|
|
|
|
.globl y
|
|
.ent y
|
|
.type y,@function
|
|
.align 4
|
|
y:
|
|
jr $31
|
|
.end y
|
|
|
|
.ent z
|
|
.type z,@function
|
|
z:
|
|
jr $31
|
|
.end z
|
|
|
|
.space 8
|