Retro68/binutils/ld/testsuite/ld-mips-elf/mips16-call-global-3.s

18 lines
140 B
ArmAsm
Raw Normal View History

2012-03-26 19:18:29 +00:00
.set nomips16
.globl y
.ent y
.type y,@function
.align 4
2012-03-26 19:18:29 +00:00
y:
jr $31
.end y
.ent z
.type z,@function
z:
jr $31
.end z
.space 8