PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-1a-micromips.s
1 .abicalls
2 .global f1
3 .global f2
4 .global f3
5 .set micromips
6 .ent f1
7 f1:
8 .set noreorder
9 .cpload $25
10 .set reorder
11 .option pic0
12 jal f3
13 .option pic2
14 jr $31
15 .end f1
16
17 .ent f2
18 f2:
19 .set noreorder
20 .cpload $25
21 .set reorder
22 jr $31
23 .end f2
24
25 .set nomicromips
26 .ent f3
27 f3:
28 .set noreorder
29 .cpload $25
30 .set reorder
31 .end f3
This page took 0.044999 seconds and 4 git commands to generate.