3 .include "mips16-pic-1.inc"
5 # Test local stubs that are only used by MIPS16 PIC calls in this file.
9 # Test local stubs that are only used by MIPS16 jals in this file.
13 # Test local stubs that aren't called at all.
16 # Test hidden stubs that are called by MIPS16 PIC calls in this file.
18 callpic unused4
,mips16
20 # Test hidden stubs that are called by MIPS16 jals in this file.
24 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
27 # Test hidden stubs that are called by MIPS16 jals in another file.
30 # Test hidden stubs that aren't called at all.
33 # Test global stubs that are called by MIPS16 jals in this file.
37 # Test global stubs that are called by MIPS16 jals in another file.
40 # Test global stubs that aren't called at all.
43 # Test local stubs that are used by non-MIPS16 PIC calls in this file.
45 callpic used1
,nomips16
47 # Test local stubs that are used by non-MIPS16 jals in this file.
51 # Test local stubs that are used by both MIPS16 and non-MIPS16 PIC
54 callpic used3
,nomips16
57 # Test local stubs that are used by both MIPS16 and non-MIPS16 jals
63 # Test local stubs that are used by a combination of MIPS16 PIC calls
64 # and non-MIPS16 jals in this file.
69 # Test hidden stubs that are used by non-MIPS16 PIC calls in this file.
71 callpic used6
,nomips16
73 # Test hidden stubs that are used by non-MIPS16 jals in this file.
77 # Test hidden stubs that are used by non-MIPS16 PIC calls in another
81 # Test hidden stubs that are used by non-MIPS16 jals in another
85 # Test hidden stubs that are used by both MIPS16 and non-MIPS16 PIC
88 callpic used10
,nomips16
91 # Test hidden stubs that are used by both MIPS16 and non-MIPS16 jals
97 # Test hidden stubs that are used by a combination of MIPS16 PIC calls
98 # and non-MIPS16 jals in this file.
101 callpic used12
,mips16
103 # Test global stubs that are used by non-MIPS16 PIC calls in this file.
105 callpic used13
,nomips16
107 # Test global stubs that are used by non-MIPS16 jals in this file.
111 # Test global stubs that are used by non-MIPS16 PIC calls in another
115 # Test global stubs that are used by non-MIPS16 jals in another file.
118 # Test global stubs that are used by both MIPS16 and non-MIPS16 PIC
119 # calls in this file.
121 callpic used17
,nomips16
122 callpic used17
,mips16
124 # Test global stubs that are used by both MIPS16 and non-MIPS16 jals
130 # Test global stubs that are used by a combination of MIPS16 PIC calls
131 # and non-MIPS16 jals in this file.
134 callpic used19
,mips16
136 # Test global stubs that are used by MIPS16 PIC calls in this file.
137 # We currently force all targets of call16 relocations to be dynamic,
138 # and the stub must be the definition of the dynamic symbol.
140 callpic used20
,mips16
142 # Test global stubs that are used by MIPS16 PIC calls in another file.
143 # Needed for the same reason as used21.