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