PR ld/13177
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-1.s
CommitLineData
35d3d567
TS
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.393176 seconds and 4 git commands to generate.