Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-1.s
blob4c6d0a43aae4ab74d4162c76be1400dc16f8b3c8
1 .set mips16
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