ld/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-3.s
1 .set nomips16
2
3 .globl y
4 .ent y
5 .type y,@function
6 y:
7 jr $31
8 .end y
9
10 .ent z
11 .type z,@function
12 z:
13 jr $31
14 .end z
15
16 .space 8
This page took 0.029128 seconds and 4 git commands to generate.