Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-6-n64a.s
CommitLineData
861fb55a
DJ
1 .abicalls
2 .global extf1
3 .ent extf1
4extf1:
5 jr $31
6 .end extf1
7
8 .global extf2
9 .ent extf2
10extf2:
11 jr $31
12 .end extf2
13
14 .global extf3
15 .ent extf3
16extf3:
17 jr $31
18 .end extf3
19
20 .global extf4
21 .ent extf4
22extf4:
23 jr $31
24 .end extf4
25
26 .global extf5
27 .ent extf5
28extf5:
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
45extd1: .space 20
46extd2: .space 24
47extd3: .space 28
48extd4: .space 8
This page took 0.35764 seconds and 4 git commands to generate.