Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-2.s
1 .set mips16
2
3 .globl x
4 .ent x
5 .type x,@function
6 .align 4
7 x:
8 jr $31
9 .end x
This page took 0.038195 seconds and 4 git commands to generate.