ld/testsuite/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-1.s
1 .set mips16
2
3 .globl __start
4 .ent __start
5 __start:
6 .frame $sp,24,$31
7 save 24,$31
8 jal x+8
9 jal y+8
10 restore 24,$31
11 j $31
12 .end __start
This page took 0.029449 seconds and 4 git commands to generate.