XCOFF: add support for TLS relocations on hidden symbols
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-1.s
1 .set mips16
2
3 .globl __start
4 .ent __start
5 .align 4
6 __start:
7 .frame $sp,24,$31
8 save 24,$31
9 jal x+8
10 jal y+8
11 restore 24,$31
12 j $31
13 .end __start