mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00

ld-mips-elf/mips16-call-global-3.s, ld-mips-elf/mips16-call-global.d: Improve test robustness.
9 lines
70 B
ArmAsm
9 lines
70 B
ArmAsm
.set mips16
|
|
|
|
.globl x
|
|
.ent x
|
|
.type x,@function
|
|
x:
|
|
jr $31
|
|
.end x
|