MIPS/BFD: Fix section symbol name fetching in relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips-elf.exp
CommitLineData
a657e7c1 1# Expect script for MIPS ELF linker tests
6f2750fe 2# Copyright (C) 2002-2016 Free Software Foundation, Inc.
a657e7c1 3#
f96b4a7b
NC
4# This file is part of the GNU Binutils.
5#
6# This program is free software; you can redistribute it and/or modify
a657e7c1 7# it under the terms of the GNU General Public License as published by
f96b4a7b 8# the Free Software Foundation; either version 3 of the License, or
a657e7c1
CD
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
f96b4a7b
NC
18# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19# MA 02110-1301, USA.
a657e7c1
CD
20#
21
0a44bf69
RS
22if {[istarget "mips*-*-vxworks"]} {
23 set mipsvxtests {
897aea50 24 {"VxWorks shared library test 1" "-shared -Tvxworks1.ld" ""
0a44bf69
RS
25 "-mips2" {vxworks1-lib.s}
26 {{readelf --relocs vxworks1-lib.rd} {objdump -dr vxworks1-lib.dd}
9e3313ae 27 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
0a44bf69
RS
28 "libvxworks1.so"}
29 {"VxWorks executable test 1 (dynamic)" \
897aea50 30 "tmpdir/libvxworks1.so -Tvxworks1.ld -q --force-dynamic" ""
0a44bf69
RS
31 "-mips2" {vxworks1.s}
32 {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1.dd}}
33 "vxworks1"}
34 {"VxWorks executable test 2 (dynamic)" \
897aea50 35 "-Tvxworks1.ld -q --force-dynamic" ""
0a44bf69
RS
36 "-mips2" {vxworks2.s}
37 {{readelf --segments vxworks2.sd}}
38 "vxworks2"}
39 {"VxWorks executable test 2 (static)"
897aea50 40 "-Tvxworks1.ld" ""
0a44bf69
RS
41 "-mips2" {vxworks2.s}
42 {{readelf --segments vxworks2-static.sd}}
43 "vxworks2"}
44 }
45 run_ld_link_tests $mipsvxtests
46 run_dump_test "vxworks1-static"
8275b357 47 run_dump_test "vxworks-forced-local-1"
0a44bf69
RS
48 return
49}
50
fbf18a5c
TS
51if {![istarget mips*-*-*] || ![is_elf_format]} {
52 return
53}
30a2f863 54
ef2b5578 55set has_newabi [expr [istarget *-*-irix6*] \
99262e37 56 || [istarget mips*-*-linux*] \
d4a43794 57 || [istarget mips*-sde-elf*] \
a9d58c06
AB
58 || [istarget mips*-mti-elf*] \
59 || [istarget mips*-img-elf*]]
fbf18a5c
TS
60set linux_gnu [expr [istarget mips*-*-linux*]]
61set embedded_elf [expr [istarget mips*-*-elf]]
30a2f863 62
ef2b5578 63# Set defaults.
e319abb4 64set abi_asflags(o32) "-32"
99262e37
MR
65set abi_asflags(n32) "-march=from-abi -n32 -EB"
66set abi_asflags(n64) "-march=from-abi -64 -EB"
ef2b5578
MR
67set abi_ldflags(o32) ""
68set abi_ldflags(n32) -melf32bmipn32
69set abi_ldflags(n64) -melf64bmip
70
71# Override as needed.
72if { [istarget *-*-irix6*] } {
73 set abi_asflags(o32) "-32 -EB"
74 set abi_ldflags(o32) -melf32bsmip
75} elseif { [istarget mips64*-linux*] } {
76 set abi_asflags(o32) "-32 -EB"
77 set abi_ldflags(o32) -melf32btsmip
78} elseif { [istarget mips64*-*freebsd*] } {
79 set abi_asflags(o32) "-32 -EB"
80 set abi_ldflags(o32) -melf32btsmip_fbsd
81}
d4a43794 82if { [istarget mips*-*-linux*] || [istarget mips*-sde-elf*]
a9d58c06 83 || [istarget mips*-mti-elf*] || [istarget mips*-img-elf*]} {
ef2b5578
MR
84 set abi_ldflags(n32) -melf32btsmipn32
85 set abi_ldflags(n64) -melf64btsmip
86} elseif { [istarget mips64*-*freebsd*] } {
87 set abi_ldflags(n32) -melf32btsmipn32_fbsd
88 set abi_ldflags(n64) -melf64btsmip_fbsd
89}
90
738e5348
RS
91if { $linux_gnu } {
92 run_ld_link_tests [list \
93 [list "Dummy shared library for MIPS16 PIC test 1" \
897aea50 94 "-shared -melf32btsmip" "" \
3c0bfb2a
RS
95 "-EB -32 -mips1" \
96 { mips16-pic-1-dummy.s } \
738e5348
RS
97 {} \
98 "mips16-pic-1-dummy.so"] \
99 [list "MIPS16 PIC test 1" \
897aea50 100 "-melf32btsmip -T mips16-pic-1.ld tmpdir/mips16-pic-1-dummy.so" "" \
3c0bfb2a
RS
101 "-EB -32 -mips1 -I $srcdir/$subdir" \
102 { mips16-pic-1a.s mips16-pic-1b.s } \
738e5348
RS
103 { { objdump { -dr -j.text } mips16-pic-1.dd }
104 { readelf -A mips16-pic-1.gd } } \
105 "mips16-pic-1"] \
106 [list "MIPS16 PIC test 2" \
897aea50 107 "-melf32btsmip -T mips16-pic-1.ld -shared" "" \
3c0bfb2a
RS
108 "-EB -32 -mips1 -I $srcdir/$subdir" \
109 { mips16-pic-2a.s mips16-pic-2b.s } \
738e5348
RS
110 { { objdump { -dr -j.text } mips16-pic-2.dd } \
111 { readelf -A mips16-pic-2.gd } \
112 { readelf --symbols mips16-pic-2.nd } \
113 { readelf --relocs mips16-pic-2.rd } \
114 { readelf -d mips16-pic-2.ad } } \
861fb55a
DJ
115 "mips16-pic-2"] \
116 [list "MIPS16 PIC test 3" \
897aea50 117 "-melf32btsmip -T mips16-pic-1.ld tmpdir/mips16-pic-1-dummy.so" "" \
3c0bfb2a
RS
118 "-EB -32 -mips1 -I $srcdir/$subdir" \
119 { mips16-pic-3a.s mips16-pic-3b.s } \
861fb55a
DJ
120 { { objdump -dr mips16-pic-3.dd } \
121 { readelf --relocs mips16-pic-3.rd } \
122 { readelf -A mips16-pic-3.gd } } \
61b0a4af
RS
123 "mips16-pic-3"] \
124 [list "MIPS16 PIC test 4 (shared library)" \
897aea50 125 "-shared -melf32btsmip -T mips16-pic-1.ld --version-script mips16-pic-4.ver" "" \
3c0bfb2a
RS
126 "-EB -32 -mips1" \
127 { mips16-pic-4a.s mips16-pic-4b.s } \
61b0a4af
RS
128 { { objdump -dr mips16-pic-4a.dd } \
129 { readelf --symbols mips16-pic-4a.nd } \
130 { readelf -A mips16-pic-4a.gd } } \
131 "mips16-pic-4.so"] \
132 [list "MIPS16 PIC test 4 (executable)" \
897aea50 133 "-melf32btsmip -T mips16-pic-1.ld tmpdir/mips16-pic-4.so" "" \
3c0bfb2a
RS
134 "-EB -32 -mips1" \
135 { mips16-pic-4c.s } \
61b0a4af
RS
136 { { objdump -dr mips16-pic-4b.dd } } \
137 "mips16-pic-4"]]
738e5348
RS
138}
139
fbf18a5c
TS
140# Check MIPS16 markings being passed through link.
141run_dump_test "mips16-1"
8914585c 142
fbf18a5c
TS
143# MIPS branch offset final link checking.
144run_dump_test "branch-misc-1"
7d6c7577 145
df58fc94
RS
146# Jalx test
147run_dump_test "jalx-1"
148
149if { $linux_gnu } {
150 run_ld_link_tests [list \
151 [list "Dummy shared library for JALX test 2" \
897aea50 152 "-shared -nostdlib -melf32btsmip" "" \
df58fc94
RS
153 "-G0 -EB -mmicromips -no-mdebug -mabi=32 -march=mips32r2 -KPIC" \
154 { jalx-2-printf.s } \
155 {} \
156 "libjalx-2.so"] \
157 [list "Dummy external function for JALX test 2" \
897aea50 158 "-r -melf32btsmip" "" \
df58fc94
RS
159 "-G0 -EB -no-mdebug -mabi=32 -march=mips32r2 -mno-shared -call_nonpic" \
160 { jalx-2-ex.s } \
161 {} \
162 "jalx-2-ex.o.r"] \
163 [list "MIPS JALX test 2" \
897aea50 164 "-nostdlib -T jalx-2.ld tmpdir/libjalx-2.so tmpdir/jalx-2-ex.o.r -melf32btsmip" "" \
df58fc94
RS
165 "-G0 -EB -mmicromips -no-mdebug -mabi=32 -march=mips32r2 -mno-shared -call_nonpic" \
166 { jalx-2-main.s } \
167 { { objdump -d jalx-2.dd } } \
168 "jalx-2"]]
169}
170
17c6c9d9 171run_dump_test "jalx-addend" [list [list ld $abi_ldflags(o32)]]
44d3da23 172run_dump_test "jalx-local" [list [list ld $abi_ldflags(o32)]]
17c6c9d9
MR
173if $has_newabi {
174 run_dump_test "jalx-addend-n32" [list [list ld $abi_ldflags(n32)]]
44d3da23 175 run_dump_test "jalx-local-n32" [list [list ld $abi_ldflags(n32)]]
17c6c9d9 176 run_dump_test "jalx-addend-n64" [list [list ld $abi_ldflags(n64)]]
44d3da23 177 run_dump_test "jalx-local-n64" [list [list ld $abi_ldflags(n64)]]
17c6c9d9
MR
178}
179
de341542
MR
180run_dump_test "unaligned-jalx-0" [list [list ld $abi_ldflags(o32)]]
181run_dump_test "unaligned-jalx-1" [list [list ld $abi_ldflags(o32)]]
de341542
MR
182run_dump_test "unaligned-jalx-mips16-0" [list [list ld $abi_ldflags(o32)]]
183run_dump_test "unaligned-jalx-mips16-1" [list [list ld $abi_ldflags(o32)]]
de341542
MR
184run_dump_test "unaligned-jalx-micromips-0" [list [list ld $abi_ldflags(o32)]]
185run_dump_test "unaligned-jalx-micromips-1" [list [list ld $abi_ldflags(o32)]]
de341542
MR
186
187run_dump_test "unaligned-lwpc-0" [list [list ld $abi_ldflags(o32)]]
188run_dump_test "unaligned-lwpc-1" [list [list ld $abi_ldflags(o32)]]
de341542
MR
189run_dump_test "unaligned-ldpc-0" [list [list ld $abi_ldflags(o32)]]
190run_dump_test "unaligned-ldpc-1" [list [list ld $abi_ldflags(o32)]]
de341542 191
732be173
DJ
192# Test multi-got link. We only do this on GNU/Linux because it requires
193# the "traditional" emulations.
194if { $linux_gnu } {
195 run_dump_test "multi-got-1"
bbe506e8 196 run_dump_test "multi-got-no-shared"
2152e047
DJ
197 run_dump_test "multi-got-hidden-1"
198 run_dump_test "multi-got-hidden-2"
732be173 199}
30a2f863 200
0a61c8c2
RS
201# Test __gnu_local_gp accesses
202if { $linux_gnu } {
203 run_dump_test "no-shared-1-o32"
204 if { $has_newabi } {
205 run_dump_test "no-shared-1-n32"
206 run_dump_test "no-shared-1-n64"
207 }
208}
209
a5499fa4
MF
210# Test PIE debug dynamic tags
211if { $linux_gnu } {
212 run_dump_test "pie-o32"
213 if { $has_newabi } {
214 run_dump_test "pie-n32"
215 run_dump_test "pie-n64"
216 }
217}
218
fbf18a5c 219if $has_newabi {
ef2b5578
MR
220 if { $embedded_elf } {
221 run_dump_test "elf-rel-got-n32-embed" \
222 [list [list ld $abi_ldflags(n32)]]
223 run_dump_test "elf-rel-xgot-n32-embed" \
224 [list [list ld $abi_ldflags(n32)]]
225 } else {
226 run_dump_test "elf-rel-got-n32" [list [list ld $abi_ldflags(n32)]]
227 run_dump_test "elf-rel-xgot-n32" [list [list ld $abi_ldflags(n32)]]
228 }
48fe7bda 229 if { $linux_gnu } {
ef2b5578
MR
230 run_dump_test "elf-rel-got-n64-linux" \
231 [list [list ld $abi_ldflags(n64)]]
232 run_dump_test "elf-rel-xgot-n64-linux" \
233 [list [list ld $abi_ldflags(n64)]]
234 } elseif { $embedded_elf } {
235 run_dump_test "elf-rel-got-n64-embed" \
236 [list [list ld $abi_ldflags(n64)]]
237 run_dump_test "elf-rel-xgot-n64-embed" \
238 [list [list ld $abi_ldflags(n64)]]
fbf18a5c 239 } else {
ef2b5578
MR
240 run_dump_test "elf-rel-got-n64" [list [list ld $abi_ldflags(n64)]]
241 run_dump_test "elf-rel-xgot-n64" [list [list ld $abi_ldflags(n64)]]
48fe7bda
AO
242 }
243
fbf18a5c
TS
244 run_dump_test "relax-jalr-n32"
245 run_dump_test "relax-jalr-n32-shared"
246 run_dump_test "relax-jalr-n64"
247 run_dump_test "relax-jalr-n64-shared"
248}
48fe7bda 249
fbf18a5c
TS
250if { $linux_gnu } {
251 run_dump_test "rel32-o32"
250826bd
RS
252 if { $has_newabi } {
253 run_dump_test "rel32-n32"
254 run_dump_test "rel64"
255 }
861fb55a
DJ
256 # The first test checks that a mixed PIC/non-PIC relocatable link
257 # will not introduce any stubs itself, but will flag PIC functions
258 # for the final link.
259 #
260 # The second test checks that we insert stubs for calls from
261 # non-PIC functions to PIC functions when linking the original
262 # two objects together.
263 #
264 # The third test checks that we do the same when linking the
265 # result of the first link (with no other source files).
266 run_ld_link_tests {
897aea50 267 {"PIC and non-PIC test 1 (relocatable)" "-r -melf32btsmip" ""
861fb55a
DJ
268 "-32 -EB -mips2" {pic-and-nonpic-1a.s pic-and-nonpic-1b.s}
269 {{objdump -dr pic-and-nonpic-1-rel.dd}
270 {readelf --symbols pic-and-nonpic-1-rel.nd}}
271 "pic-and-nonpic-1-rel.o"}
272 {"PIC and non-PIC test 1 (static 1)"
897aea50 273 "-melf32btsmip -Tpic-and-nonpic-1.ld" ""
861fb55a
DJ
274 "-32 -EB -mips2" {pic-and-nonpic-1a.s pic-and-nonpic-1b.s}
275 {{objdump -dr pic-and-nonpic-1.dd}
276 {readelf --symbols pic-and-nonpic-1.nd}}
277 "pic-and-nonpic-1-static1.o"}
278 {"PIC and non-PIC test 1 (static 2)"
897aea50 279 "-melf32btsmip -Tpic-and-nonpic-1.ld tmpdir/pic-and-nonpic-1-rel.o" ""
861fb55a
DJ
280 "" {}
281 {{objdump -dr pic-and-nonpic-1.dd}
282 {readelf --symbols pic-and-nonpic-1.nd}}
283 "pic-and-nonpic-1-static2.o"}
284 }
285 run_dump_test "pic-and-nonpic-2"
286 run_ld_link_tests {
287 {"PIC and non-PIC test 3 (shared library)"
897aea50 288 "-melf32btsmip -shared -Tpic-and-nonpic-3a.ld" ""
861fb55a
DJ
289 "-32 -EB -mips2" {pic-and-nonpic-3a.s}
290 {{readelf --segments pic-and-nonpic-3a.sd}
291 {readelf -A pic-and-nonpic-3a.gd}
292 {objdump -dr pic-and-nonpic-3a.dd}}
293 "pic-and-nonpic-3a.so"}
294 {"PIC and non-PIC test 3 (executable)"
897aea50 295 "-melf32btsmip -Tpic-and-nonpic-3b.ld tmpdir/pic-and-nonpic-3a.so" ""
861fb55a
DJ
296 "-32 -EB -mips2" {pic-and-nonpic-3b.s}
297 {{readelf --segments pic-and-nonpic-3b.sd}
298 {objdump -dr pic-and-nonpic-3b.dd}
299 {objdump {-s -j.got.plt} pic-and-nonpic-3b.pd}
300 {readelf -A pic-and-nonpic-3b.gd}
301 {readelf --relocs pic-and-nonpic-3b.rd}
302 {readelf --symbols pic-and-nonpic-3b.nd}
303 {readelf -d pic-and-nonpic-3b.ad}}
304 "pic-and-nonpic-3b"}
305 }
306 run_dump_test "pic-and-nonpic-3-error"
307 run_ld_link_tests {
308 {"PIC and non-PIC test 4 (shared library)"
897aea50 309 "-melf32btsmip -shared -Tpic-and-nonpic-3a.ld" ""
861fb55a
DJ
310 "-32 -EB -mips2" {pic-and-nonpic-4a.s}
311 {}
312 "pic-and-nonpic-4a.so"}
313 {"PIC and non-PIC test 4 (executable)"
897aea50 314 "-melf32btsmip -Tpic-and-nonpic-4b.ld tmpdir/pic-and-nonpic-4a.so" ""
861fb55a
DJ
315 "-32 -EB -mips2" {pic-and-nonpic-4b.s}
316 {{readelf --segments pic-and-nonpic-4b.sd}
317 {objdump -dr pic-and-nonpic-4b.dd}
318 {objdump {-s -j.got -j.data} pic-and-nonpic-4b.gd}
319 {readelf --relocs pic-and-nonpic-4b.rd}
320 {readelf --symbols pic-and-nonpic-4b.nd}
321 {readelf -d pic-and-nonpic-4b.ad}}
322 "pic-and-nonpic-4b"}
323 }
324 run_dump_test "pic-and-nonpic-4-error"
325 run_ld_link_tests {
326 {"PIC and non-PIC test 5 (executable)"
897aea50 327 "-melf32btsmip -Tpic-and-nonpic-5b.ld tmpdir/pic-and-nonpic-3a.so tmpdir/pic-and-nonpic-4a.so" ""
861fb55a
DJ
328 "-32 -EB -mips2" {pic-and-nonpic-5a.s pic-and-nonpic-5b.s}
329 {{readelf --segments pic-and-nonpic-5b.sd}
330 {objdump -dr pic-and-nonpic-5b.dd}
331 {objdump {-s -j.got.plt -j.data} pic-and-nonpic-5b.pd}
332 {readelf -A pic-and-nonpic-5b.gd}
333 {readelf --relocs pic-and-nonpic-5b.rd}
334 {readelf --symbols pic-and-nonpic-5b.nd}
335 {readelf -d pic-and-nonpic-5b.ad}}
336 "pic-and-nonpic-5b"}
337 }
338 set abis { o32 -32 elf32btsmip }
339 if $has_newabi {
340 lappend abis n32 -n32 elf32btsmipn32
341 lappend abis n64 -64 elf64btsmip
342 }
343 foreach { abi flag emul } $abis {
344 run_ld_link_tests [list \
345 [list "PIC and non-PIC test 6 ($abi shared library)" \
897aea50 346 "-m$emul -shared -Tpic-and-nonpic-3a.ld" "" \
861fb55a
DJ
347 "$flag -EB -mips3" \
348 [list "pic-and-nonpic-6-${abi}a.s"] {} \
349 "pic-and-nonpic-6-${abi}.so"] \
350 [list "PIC and non-PIC test 6 ($abi executable)" \
897aea50 351 "-m$emul -Tpic-and-nonpic-6.ld tmpdir/pic-and-nonpic-6-${abi}.so" "" \
861fb55a
DJ
352 "$flag -EB -mips3" \
353 [list "pic-and-nonpic-6-${abi}b.s" \
354 "pic-and-nonpic-6-${abi}c.s"] \
355 [list "readelf {--wide --segments} pic-and-nonpic-6-${abi}.sd" \
356 "objdump -dr pic-and-nonpic-6-${abi}.dd" \
357 "objdump {-s -j.got.plt} pic-and-nonpic-6-${abi}.pd" \
358 "readelf -A pic-and-nonpic-6-${abi}.gd" \
359 "readelf --relocs pic-and-nonpic-6-${abi}.rd" \
360 "readelf --symbols pic-and-nonpic-6-${abi}.nd" \
361 "readelf -d pic-and-nonpic-6-${abi}.ad"] \
362 "pic-and-nonpic-6-${abi}"]]
43b5366b
MR
363
364 # This checks whether our linker scripts get the scope of _gp right,
365 # and must therefore use default scripts. If they don't, then -- in
366 # addition to dumps failing to match -- the final link fails with:
367 #
368 # ld: gp-hidden.o: undefined reference to symbol '_gp'
369 # ld: note: '_gp' is defined in DSO ./tmpdir/gp-hidden-lib-${abi}.so
370 # so try adding it to the linker command line
371 #
372 set suff64 [string map {o32 "" n32 "" n64 -64} $abi]
373 run_ld_link_tests [list \
374 [list \
375 "_gp scope test ($abi shared library)" \
897aea50 376 "$abi_ldflags($abi) -shared" "" \
43b5366b
MR
377 "$abi_asflags($abi) -KPIC" \
378 { gp-hidden-lib.s } \
379 [list \
380 "readelf --relocs gp-hidden-lib${suff64}.rd" \
381 "readelf --syms gp-hidden.sd"] \
382 "gp-hidden-lib-${abi}.so"] \
383 [list \
384 "_gp scope test ($abi versioned library)" \
897aea50 385 "$abi_ldflags($abi) -shared -version-script gp-hidden-ver.ver tmpdir/gp-hidden-lib-${abi}.so" "" \
43b5366b
MR
386 "$abi_asflags($abi) -KPIC" \
387 { gp-hidden-ver.s } \
388 [list \
389 "readelf --relocs gp-hidden-ver${suff64}.rd" \
390 "readelf --syms gp-hidden.sd"] \
391 "gp-hidden-ver-${abi}.so"] \
392 [list \
393 "_gp scope test ($abi executable)" \
897aea50 394 "$abi_ldflags($abi) -e 0 -rpath-link . tmpdir/gp-hidden-ver-${abi}.so" "" \
43b5366b
MR
395 "$abi_asflags($abi) -call_nonpic" \
396 { gp-hidden.s } \
397 [list \
398 "readelf --relocs gp-hidden${suff64}.rd" \
399 "readelf --syms gp-hidden.sd"] \
400 "gp-hidden-${abi}"]]
861fb55a 401 }
fbf18a5c 402}
a657e7c1 403
fbf18a5c 404if { $embedded_elf } {
fbf18a5c 405 run_dump_test "region1"
a657e7c1 406}
18ab1921
RS
407
408if $embedded_elf {
409 # This could work on other targets too, but would need the appropriate
410 # ld -m switch.
411 run_dump_test "reloc-1-rel"
412}
413if $has_newabi {
ef2b5578
MR
414 run_dump_test "reloc-1-n32" [list [list ld $abi_ldflags(n32)]]
415 run_dump_test "reloc-1-n64" [list [list ld $abi_ldflags(n64)]]
18ab1921
RS
416}
417run_dump_test "reloc-2"
17a6716a 418run_dump_test "reloc-merge-lo16"
3b788261
TS
419run_dump_test "reloc-3"
420if {$has_newabi} {
421 run_dump_test "reloc-3-n32"
422}
43ec5bc0
AN
423run_dump_test "reloc-4"
424run_dump_test "reloc-5"
77c56f44 425if { $has_newabi } {
ef2b5578
MR
426 run_ld_link_tests [list \
427 [list \
428 "reloc test 6a" \
897aea50 429 "-shared $abi_ldflags(n32)" "" \
cde00cbb 430 "$abi_asflags(n32)" \
ef2b5578
MR
431 "reloc-6a.s" \
432 {} \
433 "reloc-6a.so"] \
434 [list \
435 "reloc test 6b" \
897aea50 436 "$abi_ldflags(n32) tmpdir/reloc-6a.so" "" \
cde00cbb 437 "$abi_asflags(n32)" \
ef2b5578
MR
438 "reloc-6b.s" \
439 {} \
440 "reloc-6b"]]
77c56f44 441}
43ec5bc0 442
ceab86af
MR
443run_dump_test "reloc-local-overflow" [list [list ld $abi_ldflags(o32)]]
444
353057a5
RS
445if {$has_newabi && $linux_gnu} {
446 run_dump_test "eh-frame1-n32"
447 run_dump_test "eh-frame1-n64"
dcf507a6
RS
448 run_dump_test "eh-frame2-n32"
449 run_dump_test "eh-frame2-n64"
353057a5 450}
8c946ed5
RS
451if {$embedded_elf} {
452 run_dump_test "eh-frame3"
453 run_dump_test "eh-frame4"
454}
18e04883
RS
455if {$linux_gnu} {
456 set eh_frame5_test {
457 {"MIPS eh-frame 5"
897aea50 458 "-melf32btsmip -shared -Teh-frame5.ld" ""
18e04883
RS
459 "-32 -EB"
460 {eh-frame5.s}
461 {{readelf {--relocs -wf} eh-frame5.d}}
462 "eh-frame5.so"}
463 }
464 run_ld_link_tests $eh_frame5_test
465}
0efd4160 466
2f0c68f2
CM
467if {$embedded_elf} {
468 run_dump_test "compact-eh1"
469 run_dump_test "compact-eh2"
470 run_dump_test "compact-eh3"
471}
472
473if {$linux_gnu} {
474 run_dump_test "compact-eh4"
475 run_dump_test "compact-eh5"
476 run_dump_test "compact-eh6"
477}
478
0efd4160 479run_dump_test "jaloverflow"
c314987d 480run_dump_test "jaloverflow-2"
6e8ec712
MF
481run_dump_test "undefweak-overflow" [list [list as $abi_asflags(o32)] \
482 [list ld $abi_ldflags(o32)]]
538baf8b
AB
483
484if {$has_newabi} {
6e8ec712
MF
485 run_dump_test "undefweak-overflow" [list [list as $abi_asflags(n32)] \
486 [list ld $abi_ldflags(n32)]]
487 run_dump_test "undefweak-overflow" [list [list as $abi_asflags(n64)] \
488 [list ld $abi_ldflags(n64)]]
538baf8b
AB
489}
490
1f0f3e9b 491if {$has_newabi} {
ef2b5578 492 run_dump_test "jalbal" [list [list ld $abi_ldflags(n32)]]
1f0f3e9b 493}
d6f16593 494
776167e8
CM
495run_dump_test "mode-change-error-1"
496
d6f16593
MR
497run_dump_test "mips16-hilo"
498if {$has_newabi} {
499 run_dump_test "mips16-hilo-n32"
500}
f4e584bd 501
cc27e1dc 502if { $linux_gnu } {
250826bd
RS
503 if { $has_newabi } {
504 run_dump_test "textrel-1"
505 }
c224138d
RS
506 run_dump_test "got-page-1"
507 if $has_newabi {
508 run_dump_test "got-page-2"
08b55522 509 run_dump_test "dyn-sec64"
c224138d
RS
510 }
511 run_dump_test "got-page-3"
13db6b44
RS
512 run_ld_link_tests [subst {
513 {"GOT page 4 (one file)" "-shared $abi_ldflags(o32) -T got-page-1.ld"
897aea50 514 "" "$abi_asflags(o32) -mips2" {got-page-4b.s}
13db6b44
RS
515 {{objdump -dr got-page-4a.d}
516 {readelf -A got-page-4a.got}}
517 "got-page-4a.so"}
518 {"GOT page 4 (two files)" "-shared $abi_ldflags(o32) -T got-page-1.ld"
897aea50 519 "" "$abi_asflags(o32) -mips2" {got-page-4a.s got-page-4b.s}
13db6b44
RS
520 {{objdump -dr got-page-4b.d}
521 {readelf -A got-page-4b.got}}
522 "got-page-4b.so"}
523 }]
524 if $has_newabi {
525 run_ld_link_tests [subst {
526 {"GOT page 5" "-shared $abi_ldflags(n32) -T got-page-1.ld"
897aea50 527 "" "$abi_asflags(n32)" {got-page-5.s}
13db6b44
RS
528 {{objdump -dr got-page-5.d}
529 {readelf -A got-page-5.got}}
530 "got-page-5.so"}
531 {"GOT page 6" "-shared $abi_ldflags(n32) -T got-page-1.ld"
897aea50 532 "" "$abi_asflags(n32)" {got-page-6.s}
13db6b44
RS
533 {{objdump -dr got-page-6.d}
534 {readelf -A got-page-6.got}}
535 "got-page-6.so"}
536 {"GOT page 7 (order 1)" "-shared $abi_ldflags(n32) -T got-page-1.ld"
897aea50 537 "" "$abi_asflags(n32)"
13db6b44
RS
538 {got-page-7a.s got-page-7b.s got-page-7c.s got-page-7d.s
539 got-page-7e.s}
540 {{objdump -dr got-page-7.d}
541 {readelf -A got-page-7.got}}
542 "got-page-7a.so"}
543 {"GOT page 7 (order 2)" "-shared $abi_ldflags(n32) -T got-page-1.ld"
897aea50 544 "" "$abi_asflags(n32)"
13db6b44
RS
545 {got-page-7e.s got-page-7a.s got-page-7b.s got-page-7c.s
546 got-page-7d.s}
547 {{objdump -dr got-page-7.d}
548 {readelf -A got-page-7.got}}
549 "got-page-7b.so"}
550 }]
551 }
ccb4c951
RS
552 run_dump_test "got-dump-1"
553 if $has_newabi {
554 run_dump_test "got-dump-2"
555 }
63897e2c 556 run_dump_test "reloc-estimate-1"
cc27e1dc
EC
557}
558
81d43bff
RS
559if $has_newabi {
560 run_dump_test "emit-relocs-1"
561}
562
73934d31
RS
563run_dump_test "hash1a"
564run_dump_test "hash1b"
565run_dump_test "hash1c"
566
5108fc1b
RS
567if {[istarget mips*-*-linux*]} {
568 # The number of symbols that are always included in the symbol table
74541ad4 569 # for these tests. The 4 are:
5108fc1b
RS
570 #
571 # the null symbol entry
572 # the .MIPS.stubs section symbol
2f9efdfc 573 set base_syms 2
5108fc1b
RS
574 foreach dynsym { 7fff 8000 fff0 10000 2fe80 } {
575 run_ld_link_tests \
576 [list [list \
577 "Stub for dynsym 0x$dynsym" \
897aea50 578 "-shared -melf32btsmip -T stub-dynsym-1.ld" "" \
5108fc1b
RS
579 [concat \
580 "-EB -march=mips1 -32 -KPIC" \
581 "--defsym base_syms=$base_syms" \
582 "--defsym dynsym=0x$dynsym"] \
583 [list "stub-dynsym-1.s"] \
584 [list [list \
585 "objdump" "-dz" \
586 "stub-dynsym-1-$dynsym.d"]] \
587 "stub-dynsym-1-$dynsym"]]
588 }
589 }
590
f4e584bd
DJ
591# For tests which may involve multiple files, use run_ld_link_tests.
592
593# List contains test-items with 3 items followed by 2 lists:
897aea50
MR
594# 0:name 1:ld early options 2:ld late options 3:assembler options
595# 4:filenames of assembler files 5: action and options. 6: name of output file
f4e584bd
DJ
596
597# Actions:
598# objdump: Apply objdump options on result. Compare with regex (last arg).
599# nm: Apply nm options on result. Compare with regex (last arg).
600# readelf: Apply readelf options on result. Compare with regex (last arg).
601
602set mips_tls_tests {
897aea50 603 {"Static executable with TLS" "-static -melf32btsmip -T mips-dyn.ld" ""
f4e584bd
DJ
604 "-EB -march=mips1 -32 -KPIC" {tlsbin-o32.s}
605 {{objdump {-dr -m mips:isa32r2} tlsbin-o32.d} {objdump -srj.got tlsbin-o32.got}}
606 "tls-static-o32"}
897aea50 607 {"Shared library with TLS" "-shared -melf32btsmip -T mips-lib.ld" ""
f4e584bd
DJ
608 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
609 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32.got}}
610 "tlslib-o32.so"}
611 {"Dynamic executable with TLS"
897aea50 612 "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32.so" ""
f4e584bd
DJ
613 "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s}
614 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32.d} {objdump -Rsj.got tlsdyn-o32.got}}
615 "tls-dynamic-o32"}
616 {"Shared library with multiple GOTs and TLS"
897aea50 617 "-shared -melf32btsmip -T mips-lib.ld" ""
f4e584bd
DJ
618 "-EB -march=mips1 -32 -KPIC" {tls-multi-got-1-1.s tls-multi-got-1-2.s}
619 {{readelf {-d -r} tls-multi-got-1.r}
620 {objdump {-dr -m mips:isa32r2} tls-multi-got-1.d}
621 {objdump -Rsj.got tls-multi-got-1.got}}
622 "tlslib-multi.so"}
623 {"Shared library with TLS and versioning"
897aea50 624 "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib.ver" ""
f4e584bd
DJ
625 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
626 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-ver.got}}
627 "tlslib-o32-ver.so"}
628 {"Dynamic executable with TLS and versioning"
897aea50 629 "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32-ver.so" ""
f4e584bd
DJ
630 "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s tlsdyn-o32-2.s}
631 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-1.d} {objdump -Rsj.got tlsdyn-o32-1.got}}
632 "tls-dynamic-o32-ver"}
633 {"Dynamic executable with TLS and versioning (order 2)"
897aea50 634 "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32-2.o" ""
f4e584bd
DJ
635 "-EB -march=mips1 -32 -KPIC" {}
636 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-2.d} {objdump -Rsj.got tlsdyn-o32-2.got}}
637 "tls-dynamic-o32-ver-2"}
638 {"Dynamic executable with TLS and versioning (order 3)"
897aea50 639 "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32-2.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32.o" ""
f4e584bd
DJ
640 "-EB -march=mips1 -32 -KPIC" {}
641 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-3.d} {objdump -Rsj.got tlsdyn-o32-3.got}}
642 "tls-dynamic-o32-ver-3"}
643 {"Shared library with TLS and hidden symbols"
897aea50 644 "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib-hidden.ver" ""
f4e584bd
DJ
645 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
646 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-hidden.got}}
647 "tlslib-o32-hidden.so"}
4005427f 648 {"Shared library with TLS and hidden symbols (2)"
897aea50 649 "-shared -melf32btsmip -T mips-lib.ld" ""
4005427f
RS
650 "-EB -march=mips1 -32 -KPIC" {tls-hidden2a.s tls-hidden2b.s}
651 {{objdump -drj.text tls-hidden2.d} {objdump -sj.got tls-hidden2-got.d}}
652 "tls-hidden2.so"}
ead49a57 653 {"Shared library with TLS and hidden symbols (3)"
897aea50 654 "-shared -melf32btsmip -T tls-hidden3.ld" ""
ead49a57
RS
655 "-EB -march=mips2 -32 -KPIC" {tls-hidden3a.s tls-hidden3b.s}
656 {{objdump -dj.text tls-hidden3.d} {objdump -sj.got tls-hidden3.got}
657 {readelf --relocs tls-hidden3.r}}
658 "tls-hidden3.so"}
659 {"Shared library with TLS and hidden symbols (4)"
897aea50 660 "-shared -melf32btsmip -T tls-hidden3.ld" ""
ead49a57
RS
661 "-EB -march=mips2 -32 -KPIC" {tls-hidden4a.s tls-hidden4b.s}
662 {{objdump -sj.got tls-hidden4.got} {readelf --relocs tls-hidden4.r}}
663 "tls-hidden4.so"}
f4e584bd
DJ
664}
665
666if {[istarget mips*-*-linux*]} {
667 run_ld_link_tests $mips_tls_tests
668}
669
08e8dfaf
RS
670set mips16_call_global_test [list \
671 [list "Global calls from mips16" \
897aea50 672 "$abi_ldflags(o32) -T no-shared-1.ld" "" \
ef2b5578 673 "$abi_asflags(o32) -mips32r2" \
08e8dfaf
RS
674 {mips16-call-global-1.s mips16-call-global-2.s mips16-call-global-3.s} \
675 {{objdump -dr mips16-call-global.d}} \
676 "mips16-call-global"]]
35d3d567
TS
677
678run_ld_link_tests $mips16_call_global_test
b9d58d71 679
08e8dfaf
RS
680set mips16_intermix_test [list \
681 [list "Intermixing mips32 and mips16 functions" \
897aea50 682 "$abi_ldflags(o32)" "" \
ef2b5578 683 "$abi_asflags(o32) -mips32r2" \
08e8dfaf
RS
684 {mips16-intermix-1.s mips16-intermix-2.s} \
685 {{objdump -t mips16-intermix.d}} \
686 "mips16-intermix"]]
b9d58d71
TS
687
688run_ld_link_tests $mips16_intermix_test
b314ec0e
RS
689
690run_dump_test "mips16-local-stubs-1"
2cf19d5c 691
ca9584fb
CM
692set mips16_fp_stub_test [list \
693 [list "Floating-point stub for mips16 functions" \
694 "$abi_ldflags(o32)" "" \
695 "$abi_asflags(o32) -mips32r2" \
696 {mips16-fp-stub-1.s mips16-fp-stub-2.s} \
697 {{readelf --debug-dump=frames mips16-fp-stub.d}} \
698 "mips16-fp-stub"]]
699
700run_ld_link_tests $mips16_fp_stub_test
701
e319abb4
MF
702set o32flagslist [list [list as $abi_asflags(o32)] [list ld $abi_ldflags(o32)]]
703
351cdf24 704foreach firstfpabi [list 0 1 2 3 4 5 6 7 ] {
e319abb4
MF
705 foreach secondfpabi [list 4 5 6 7 ] {
706 run_dump_test "attr-gnu-4-${firstfpabi}${secondfpabi}" $o32flagslist
707 }
708}
709foreach firstfpabi [list 4 5 6 7 ] {
3350cc01 710 foreach secondfpabi [list 0 1 2 3 8 9] {
e319abb4
MF
711 run_dump_test "attr-gnu-4-${firstfpabi}${secondfpabi}" $o32flagslist
712 }
713}
714foreach firstfpabi [list 0 1 2 3 ] {
3350cc01 715 foreach secondfpabi [list 0 1 2 3 8 9] {
351cdf24
MF
716 run_dump_test "attr-gnu-4-${firstfpabi}${secondfpabi}"
717 }
718}
e319abb4 719
351cdf24
MF
720run_dump_test "attr-gnu-4-81"
721
722run_dump_test "attr-gnu-8-00"
723run_dump_test "attr-gnu-8-01"
724run_dump_test "attr-gnu-8-02"
725run_dump_test "attr-gnu-8-10"
726run_dump_test "attr-gnu-8-11"
727run_dump_test "attr-gnu-8-12"
728run_dump_test "attr-gnu-8-20"
729run_dump_test "attr-gnu-8-21"
730run_dump_test "attr-gnu-8-22"
731
e319abb4
MF
732run_dump_test "attr-gnu-4-0-ph" $o32flagslist
733run_dump_test "attr-gnu-4-1-ph" $o32flagslist
734run_dump_test "attr-gnu-4-2-ph" $o32flagslist
735run_dump_test "attr-gnu-4-3-ph" $o32flagslist
736run_dump_test "attr-gnu-4-4-ph" $o32flagslist
737run_dump_test "attr-gnu-4-5-ph" $o32flagslist
738run_dump_test "attr-gnu-4-6-ph" $o32flagslist
739run_dump_test "attr-gnu-4-7-ph" $o32flagslist
740
741if $has_newabi {
742 run_dump_test "attr-gnu-4-0-n32-ph"
743 run_dump_test "attr-gnu-4-1-n32-ph"
744 run_dump_test "attr-gnu-4-2-n32-ph"
745 run_dump_test "attr-gnu-4-3-n32-ph"
746 run_dump_test "attr-gnu-4-0-n64-ph"
747 run_dump_test "attr-gnu-4-1-n64-ph"
748 run_dump_test "attr-gnu-4-2-n64-ph"
749 run_dump_test "attr-gnu-4-3-n64-ph"
750}
751
752run_dump_test "abiflags-strip1-ph" $o32flagslist
753run_dump_test "abiflags-strip2-ph" $o32flagslist
754run_dump_test "abiflags-strip3-ph" $o32flagslist
755run_dump_test "abiflags-strip4-ph" $o32flagslist
756run_dump_test "abiflags-strip5-ph" $o32flagslist
757run_dump_test "abiflags-strip6-ph" $o32flagslist
758run_dump_test "abiflags-strip7-ph" $o32flagslist
759run_dump_test "abiflags-strip8-ph" $o32flagslist
760run_dump_test "abiflags-strip9-ph" $o32flagslist
09c14161 761run_dump_test "abiflags-strip10-ph" $o32flagslist
634835ae 762
ba92f887
MR
763run_dump_test "nan-legacy"
764run_dump_test "nan-2008"
765run_dump_test "nan-mixed-1"
766run_dump_test "nan-mixed-2"
767
634835ae
RS
768if { $linux_gnu } {
769 run_ld_link_tests {
770 {"GOT and versioning 1"
897aea50 771 "-shared -melf32btsmip --version-script got-vers-1.ver" ""
634835ae
RS
772 "-EB -mips2 -32" {got-vers-1a.s got-vers-1b.s}
773 {{readelf -d got-vers-1.dd}
774 {readelf --symbols got-vers-1.sd}
775 {readelf --relocs got-vers-1.rd}}
776 "got-vers-1.so"}
777 }
778}
e7e2196d
MR
779
780run_dump_test "undefined"
1063d8cf
CF
781
782# Test the conversion from jr to b
783if { $linux_gnu } {
784 run_dump_test "jr-to-b-1"
785 run_dump_test "jr-to-b-2"
786}
df58fc94
RS
787
788# MIPS16 and microMIPS interlinking test.
789run_dump_test "mips16-and-micromips"
9b11fa1a
MR
790
791# Export class call relocation tests.
792set abis [concat o32 [expr {$has_newabi ? "n32 n64" : ""}]]
793foreach { abi } $abis {
794 set loadaddr [string map \
795 {o32 0x12340000 n32 0x12340000 n64 0x123456789abc0000} $abi]
796 set suff [subst \
797 [expr { [istarget *-*-irix*] \
798 ? [string map {o32 o32-irix n32 n32 n64 n64} $abi] \
799 : $abi }]]
800 run_ld_link_tests [list \
801 [list \
802 "MIPS export class call relocation test ($abi)" \
897aea50 803 "$abi_ldflags($abi) -shared -Ttext $loadaddr -T export-class-call16.ld" "" \
9b11fa1a
MR
804 "$abi_asflags($abi) -mips3 -KPIC" \
805 [list export-class-call16-${abi}.s export-class-call16-def.s] \
806 [list \
807 "objdump -d export-class-call16-${suff}.dd" \
808 "readelf -A export-class-call16-${abi}.gd"] \
809 "export-class-call16-${abi}.so"]]
810}
cde7cb01
MR
811
812# Magic __ehdr_start symbol tests.
813set abis [concat o32 [expr {$has_newabi ? "n32 n64" : ""}]]
814foreach { abi } $abis {
815 set suff [string map {o32 o32 n32 new n64 new} $abi]
816 run_ld_link_tests [list \
817 [list \
818 "MIPS magic __ehdr_start symbol test 1 ($abi)" \
819 "$abi_ldflags($abi) -T ehdr_start-1.ld" "" \
820 "$abi_asflags($abi)" \
821 [list ehdr_start-${suff}.s] \
822 [list "readelf -s ehdr_start-1.nd"] \
823 "ehdr_start-1-${abi}"]]
824 if [regexp "(?:n32|n64)" "$abi"] {
825 setup_kfail "mips*-*-*" "ld/15428"
826 }
827 run_ld_link_tests [list \
828 [list \
829 "MIPS magic __ehdr_start symbol test 2 ($abi)" \
830 "$abi_ldflags($abi) -T ehdr_start-2.ld" "" \
831 "$abi_asflags($abi)" \
832 [list ehdr_start-${suff}.s] \
833 [list "readelf -s ehdr_start-2.nd"] \
834 "ehdr_start-2-${abi}"]]
835}
d6101ac2
MR
836
837# R_MIPS_JALR reloc tests.
838set abis [concat o32 [expr {$has_newabi ? "n32 n64" : ""}]]
839foreach { abi } $abis {
840 run_ld_link_tests [list \
841 [list \
842 "MIPS JALR reloc test ($abi)" \
843 "$abi_ldflags($abi) -T jalr3.ld" "" \
844 "$abi_asflags($abi)" \
845 [list ../../../gas/testsuite/gas/mips/jalr3.s] \
846 [list "objdump -d jalr3.dd"] \
847 "jalr3-${abi}"]]
848}
690f47bf
RS
849
850proc build_mips_plt_lib { abi } {
851 global abi_asflags
852 global abi_ldflags
853
854 run_ld_link_tests [list \
855 [list "Shared $abi library for compressed PLT tests" \
856 "-shared $abi_ldflags($abi)" "" \
857 "$abi_asflags($abi)" \
858 { compressed-plt-1-dyn.s } \
859 {} \
860 "compressed-plt-1-${abi}-dyn.so"]]
861}
862
863proc run_mips_plt_test { name abi filter micromips suffix {extra {}} } {
864 global abi_asflags
865 global abi_ldflags
866
867 set as_flags "$abi_asflags($abi) --defsym filter=$filter"
868 append as_flags " --defsym micromips=$micromips --defsym $abi=1"
869 if {[string equal $abi o32]} {
870 append as_flags " -march=mips2"
871 }
872 set ld_flags "$abi_ldflags($abi) -T compressed-plt-1.ld"
873 set dynobj "tmpdir/compressed-plt-1-${abi}-dyn.so"
874 set files [list]
875 if { $filter & 3 } {
876 lappend files compressed-plt-1a.s
877 }
878 if { $filter & 12 } {
879 lappend files compressed-plt-1b.s
880 }
881 if { $filter & 16 } {
882 lappend files compressed-plt-1c.s
883 }
884 eval [list lappend files] $extra
885 set readelf_flags "-A --syms --relocs -d"
886 if { [string match "*word*" $suffix] } {
887 append readelf_flags " -x.data"
888 }
889 set objdump_flags "-d -Mgpr-names=numeric"
890 set basename "compressed-plt-1-${abi}-${suffix}"
891 run_ld_link_tests [list \
892 [list "$name" $ld_flags $dynobj \
893 "$as_flags" $files \
894 [list [list readelf $readelf_flags ${basename}.rd] \
895 [list objdump $objdump_flags ${basename}.od]] \
896 $basename]]
897}
898
899if { $linux_gnu } {
900 build_mips_plt_lib o32
901 run_mips_plt_test "o32 PLTs for standard encoding" o32 28 0 se
902 run_mips_plt_test "o32 PLTs for MIPS16 encoding" o32 19 0 mips16-only
903 run_mips_plt_test "o32 PLTs for microMIPS encoding" o32 19 1 umips-only
904 run_mips_plt_test "o32 PLTs for mixed MIPS and MIPS16" \
905 o32 -1 0 mips16
906 run_mips_plt_test "o32 PLTs for mixed MIPS and MIPS16 with %got" \
907 o32 -1 0 mips16-got compressed-plt-1d.s
908 run_mips_plt_test "o32 PLTs for mixed MIPS and MIPS16 with .word" \
909 o32 -1 0 mips16-word compressed-plt-1e.s
910 run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS" \
911 o32 -1 1 umips
912 run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS with %got" \
913 o32 -1 1 umips-got compressed-plt-1d.s
914 run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS with .word" \
915 o32 -1 1 umips-word compressed-plt-1e.s
916
917 if $has_newabi {
918 build_mips_plt_lib n32
919 run_mips_plt_test "n32 PLTs for mixed MIPS and MIPS16" \
920 n32 -1 0 mips16
921 run_mips_plt_test "n32 PLTs for mixed MIPS and microMIPS" \
922 n32 -1 1 umips
923 }
924}
1f599d0e
MR
925
926# PR ld/19908 export class tests.
927if { $linux_gnu } {
928 run_ld_link_tests [list \
929 [list "Shared library for MIPS export class symbol reference tests" \
930 "$abi_ldflags(o32) -shared" "" \
931 "$abi_asflags(o32)" \
932 { export-class-ref-f2.s } \
933 { { readelf --dyn-syms export-class-ref-lib.sd } } \
934 "export-class-ref-lib.so"]]
935 foreach { class flag } { internal 1 hidden 2 protected 3 } {
936 run_ld_link_tests [list \
937 [list "MIPS $class symbol reference test 1" \
938 "$abi_ldflags(o32) -e f0" "tmpdir/export-class-ref-lib.so" \
939 "$abi_asflags(o32) --defsym defv=$flag" \
940 { export-class-ref-f0.s export-class-ref-f1.s } \
941 [list [list readelf --dyn-syms export-$class-ref.sd] \
942 [list readelf --dyn-syms export-local-ref.sd]] \
943 "export-$class-ref"] \
944 [list "MIPS $class symbol reference test 2" \
945 "$abi_ldflags(o32) -e f0" "tmpdir/export-class-ref-lib.so" \
946 "$abi_asflags(o32) --defsym defv=$flag --defsym refv=$flag" \
947 { export-class-ref-f0.s export-class-ref-f1.s } \
948 [list [list readelf --dyn-syms export-$class-ref.sd] \
949 [list readelf --dyn-syms export-local-ref.sd]] \
950 "export-$class-ref"]]
951 }
952}
This page took 0.978774 seconds and 4 git commands to generate.