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