PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaks
[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
02277eae 6 .align 4
35d3d567
TS
7y:
8 jr $31
9 .end y
6085129a
TS
10
11 .ent z
12 .type z,@function
13z:
14 jr $31
15 .end z
16
17 .space 8
This page took 0.545238 seconds and 4 git commands to generate.