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-6-n64a.s
1 .abicalls
2 .global extf1
3 .ent extf1
4 extf1:
5 jr $31
6 .end extf1
7
8 .global extf2
9 .ent extf2
10 extf2:
11 jr $31
12 .end extf2
13
14 .global extf3
15 .ent extf3
16 extf3:
17 jr $31
18 .end extf3
19
20 .global extf4
21 .ent extf4
22 extf4:
23 jr $31
24 .end extf4
25
26 .global extf5
27 .ent extf5
28 extf5:
29 jr $31
30 .end extf5
31
32 .data
33 .global extd1
34 .global extd2
35 .global extd3
36 .global extd4
37 .type extd1,%object
38 .type extd2,%object
39 .type extd3,%object
40 .type extd4,%object
41 .size extd1,20
42 .size extd2,24
43 .size extd3,28
44 .size extd4,8
45 extd1: .space 20
46 extd2: .space 24
47 extd3: .space 28
48 extd4: .space 8
This page took 0.030917 seconds and 4 git commands to generate.