MIPS/BFD: Don't stop processing on a cross-mode jump conversion error
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-pic-3a.s
CommitLineData
861fb55a
DJ
1 .abicalls
2 .option pic0
3 .set noreorder
4 .include "mips16-pic-3.inc"
5
6 # For symbols called by a .call stub in this file.
7 hstub unused1,mips16
8
9 # For symbols called by a .call.fp stub in this file.
10 hstub unused2,mips16
11
12 # For symbols called by a .call stub in another file.
13 hstub unused3,mips16
14
15 # For symbols called by a .call.fp stub in another file.
16 hstub unused4,mips16
17
18
19 # For symbols called by a .call stub in this file.
20 lstub used1,nomips16
21
22 # For symbols called by a .call.fp stub in this file.
23 lstub used2,nomips16
24
25 # For symbols called by a .call stub in this file.
26 hstub used3,nomips16
27
28 # For symbols called by a .call.fp stub in this file.
29 hstub used4,nomips16
30
31 # For symbols called by a .call stub in another file.
32 hstub used5,nomips16
33
34 # For symbols called by a .call.fp stub in another file.
35 hstub used6,nomips16
36
37 # For symbols called by a .call stub in this file.
38 gstub used7,nomips16
39
40 # For symbols called by a .call.fp stub in this file.
41 gstub used8,nomips16
42
43 # For symbols called by a .call stub in another file.
44 gstub used9,nomips16
45
46 # For symbols called by a .call.fp stub in another file.
47 gstub used10,nomips16
48
49 call_stub unused1
50 call_stub used1
51 call_stub used3
52 call_stub used7
53 call_stub extern1
54
55 call_fp_stub unused2
56 call_fp_stub used2
57 call_fp_stub used4
58 call_fp_stub used8
59 call_fp_stub extern2
This page took 0.48056 seconds and 4 git commands to generate.