* elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Look up
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips-elf.exp
CommitLineData
a657e7c1 1# Expect script for MIPS ELF linker tests
aa820537
AM
2# Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008
3# Free Software Foundation, Inc.
a657e7c1 4#
f96b4a7b
NC
5# This file is part of the GNU Binutils.
6#
7# This program is free software; you can redistribute it and/or modify
a657e7c1 8# it under the terms of the GNU General Public License as published by
f96b4a7b 9# the Free Software Foundation; either version 3 of the License, or
a657e7c1
CD
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program; if not, write to the Free Software
f96b4a7b
NC
19# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20# MA 02110-1301, USA.
a657e7c1
CD
21#
22
0a44bf69
RS
23if {[istarget "mips*-*-vxworks"]} {
24 set mipsvxtests {
25 {"VxWorks shared library test 1" "-shared -Tvxworks1.ld"
26 "-mips2" {vxworks1-lib.s}
27 {{readelf --relocs vxworks1-lib.rd} {objdump -dr vxworks1-lib.dd}
9e3313ae 28 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
0a44bf69
RS
29 "libvxworks1.so"}
30 {"VxWorks executable test 1 (dynamic)" \
31 "tmpdir/libvxworks1.so -Tvxworks1.ld -q --force-dynamic"
32 "-mips2" {vxworks1.s}
33 {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1.dd}}
34 "vxworks1"}
35 {"VxWorks executable test 2 (dynamic)" \
36 "-Tvxworks1.ld -q --force-dynamic"
37 "-mips2" {vxworks2.s}
38 {{readelf --segments vxworks2.sd}}
39 "vxworks2"}
40 {"VxWorks executable test 2 (static)"
41 "-Tvxworks1.ld"
42 "-mips2" {vxworks2.s}
43 {{readelf --segments vxworks2-static.sd}}
44 "vxworks2"}
45 }
46 run_ld_link_tests $mipsvxtests
47 run_dump_test "vxworks1-static"
8275b357 48 run_dump_test "vxworks-forced-local-1"
0a44bf69
RS
49 return
50}
51
fbf18a5c
TS
52if {![istarget mips*-*-*] || ![is_elf_format]} {
53 return
54}
30a2f863 55
ef2b5578 56set has_newabi [expr [istarget *-*-irix6*] \
99262e37 57 || [istarget mips*-*-linux*] \
ef2b5578 58 || [istarget mips*-sde-elf*]]
fbf18a5c
TS
59set linux_gnu [expr [istarget mips*-*-linux*]]
60set embedded_elf [expr [istarget mips*-*-elf]]
30a2f863 61
ef2b5578
MR
62# Set defaults.
63set abi_asflags(o32) ""
99262e37
MR
64set abi_asflags(n32) "-march=from-abi -n32 -EB"
65set abi_asflags(n64) "-march=from-abi -64 -EB"
ef2b5578
MR
66set abi_ldflags(o32) ""
67set abi_ldflags(n32) -melf32bmipn32
68set abi_ldflags(n64) -melf64bmip
69
70# Override as needed.
71if { [istarget *-*-irix6*] } {
72 set abi_asflags(o32) "-32 -EB"
73 set abi_ldflags(o32) -melf32bsmip
74} elseif { [istarget mips64*-linux*] } {
75 set abi_asflags(o32) "-32 -EB"
76 set abi_ldflags(o32) -melf32btsmip
77} elseif { [istarget mips64*-*freebsd*] } {
78 set abi_asflags(o32) "-32 -EB"
79 set abi_ldflags(o32) -melf32btsmip_fbsd
80}
81if { [istarget mips*-*-linux*] || [istarget mips*-sde-elf*] } {
82 set abi_ldflags(n32) -melf32btsmipn32
83 set abi_ldflags(n64) -melf64btsmip
84} elseif { [istarget mips64*-*freebsd*] } {
85 set abi_ldflags(n32) -melf32btsmipn32_fbsd
86 set abi_ldflags(n64) -melf64btsmip_fbsd
87}
88
738e5348
RS
89if { $linux_gnu } {
90 run_ld_link_tests [list \
91 [list "Dummy shared library for MIPS16 PIC test 1" \
92 "-shared -melf32btsmip" \
3c0bfb2a
RS
93 "-EB -32 -mips1" \
94 { mips16-pic-1-dummy.s } \
738e5348
RS
95 {} \
96 "mips16-pic-1-dummy.so"] \
97 [list "MIPS16 PIC test 1" \
98 "-melf32btsmip -T mips16-pic-1.ld tmpdir/mips16-pic-1-dummy.so" \
3c0bfb2a
RS
99 "-EB -32 -mips1 -I $srcdir/$subdir" \
100 { mips16-pic-1a.s mips16-pic-1b.s } \
738e5348
RS
101 { { objdump { -dr -j.text } mips16-pic-1.dd }
102 { readelf -A mips16-pic-1.gd } } \
103 "mips16-pic-1"] \
104 [list "MIPS16 PIC test 2" \
105 "-melf32btsmip -T mips16-pic-1.ld -shared" \
3c0bfb2a
RS
106 "-EB -32 -mips1 -I $srcdir/$subdir" \
107 { mips16-pic-2a.s mips16-pic-2b.s } \
738e5348
RS
108 { { objdump { -dr -j.text } mips16-pic-2.dd } \
109 { readelf -A mips16-pic-2.gd } \
110 { readelf --symbols mips16-pic-2.nd } \
111 { readelf --relocs mips16-pic-2.rd } \
112 { readelf -d mips16-pic-2.ad } } \
861fb55a
DJ
113 "mips16-pic-2"] \
114 [list "MIPS16 PIC test 3" \
115 "-melf32btsmip -T mips16-pic-1.ld tmpdir/mips16-pic-1-dummy.so" \
3c0bfb2a
RS
116 "-EB -32 -mips1 -I $srcdir/$subdir" \
117 { mips16-pic-3a.s mips16-pic-3b.s } \
861fb55a
DJ
118 { { objdump -dr mips16-pic-3.dd } \
119 { readelf --relocs mips16-pic-3.rd } \
120 { readelf -A mips16-pic-3.gd } } \
61b0a4af
RS
121 "mips16-pic-3"] \
122 [list "MIPS16 PIC test 4 (shared library)" \
123 "-shared -melf32btsmip -T mips16-pic-1.ld --version-script mips16-pic-4.ver" \
3c0bfb2a
RS
124 "-EB -32 -mips1" \
125 { mips16-pic-4a.s mips16-pic-4b.s } \
61b0a4af
RS
126 { { objdump -dr mips16-pic-4a.dd } \
127 { readelf --symbols mips16-pic-4a.nd } \
128 { readelf -A mips16-pic-4a.gd } } \
129 "mips16-pic-4.so"] \
130 [list "MIPS16 PIC test 4 (executable)" \
131 "-melf32btsmip -T mips16-pic-1.ld tmpdir/mips16-pic-4.so" \
3c0bfb2a
RS
132 "-EB -32 -mips1" \
133 { mips16-pic-4c.s } \
61b0a4af
RS
134 { { objdump -dr mips16-pic-4b.dd } } \
135 "mips16-pic-4"]]
738e5348
RS
136}
137
fbf18a5c
TS
138# Check MIPS16 markings being passed through link.
139run_dump_test "mips16-1"
8914585c 140
fbf18a5c
TS
141# MIPS branch offset final link checking.
142run_dump_test "branch-misc-1"
7d6c7577 143
df58fc94
RS
144# Jalx test
145run_dump_test "jalx-1"
146
147if { $linux_gnu } {
148 run_ld_link_tests [list \
149 [list "Dummy shared library for JALX test 2" \
150 "-shared -nostdlib -melf32btsmip" \
151 "-G0 -EB -mmicromips -no-mdebug -mabi=32 -march=mips32r2 -KPIC" \
152 { jalx-2-printf.s } \
153 {} \
154 "libjalx-2.so"] \
155 [list "Dummy external function for JALX test 2" \
156 "-r -melf32btsmip" \
157 "-G0 -EB -no-mdebug -mabi=32 -march=mips32r2 -mno-shared -call_nonpic" \
158 { jalx-2-ex.s } \
159 {} \
160 "jalx-2-ex.o.r"] \
161 [list "MIPS JALX test 2" \
162 "-nostdlib -T jalx-2.ld tmpdir/libjalx-2.so tmpdir/jalx-2-ex.o.r -melf32btsmip" \
163 "-G0 -EB -mmicromips -no-mdebug -mabi=32 -march=mips32r2 -mno-shared -call_nonpic" \
164 { jalx-2-main.s } \
165 { { objdump -d jalx-2.dd } } \
166 "jalx-2"]]
167}
168
732be173
DJ
169# Test multi-got link. We only do this on GNU/Linux because it requires
170# the "traditional" emulations.
171if { $linux_gnu } {
172 run_dump_test "multi-got-1"
bbe506e8 173 run_dump_test "multi-got-no-shared"
2152e047
DJ
174 run_dump_test "multi-got-hidden-1"
175 run_dump_test "multi-got-hidden-2"
732be173 176}
30a2f863 177
0a61c8c2
RS
178# Test __gnu_local_gp accesses
179if { $linux_gnu } {
180 run_dump_test "no-shared-1-o32"
181 if { $has_newabi } {
182 run_dump_test "no-shared-1-n32"
183 run_dump_test "no-shared-1-n64"
184 }
185}
186
fbf18a5c 187if $has_newabi {
ef2b5578
MR
188 if { $embedded_elf } {
189 run_dump_test "elf-rel-got-n32-embed" \
190 [list [list ld $abi_ldflags(n32)]]
191 run_dump_test "elf-rel-xgot-n32-embed" \
192 [list [list ld $abi_ldflags(n32)]]
193 } else {
194 run_dump_test "elf-rel-got-n32" [list [list ld $abi_ldflags(n32)]]
195 run_dump_test "elf-rel-xgot-n32" [list [list ld $abi_ldflags(n32)]]
196 }
48fe7bda 197 if { $linux_gnu } {
ef2b5578
MR
198 run_dump_test "elf-rel-got-n64-linux" \
199 [list [list ld $abi_ldflags(n64)]]
200 run_dump_test "elf-rel-xgot-n64-linux" \
201 [list [list ld $abi_ldflags(n64)]]
202 } elseif { $embedded_elf } {
203 run_dump_test "elf-rel-got-n64-embed" \
204 [list [list ld $abi_ldflags(n64)]]
205 run_dump_test "elf-rel-xgot-n64-embed" \
206 [list [list ld $abi_ldflags(n64)]]
fbf18a5c 207 } else {
ef2b5578
MR
208 run_dump_test "elf-rel-got-n64" [list [list ld $abi_ldflags(n64)]]
209 run_dump_test "elf-rel-xgot-n64" [list [list ld $abi_ldflags(n64)]]
48fe7bda
AO
210 }
211
fbf18a5c
TS
212 run_dump_test "relax-jalr-n32"
213 run_dump_test "relax-jalr-n32-shared"
214 run_dump_test "relax-jalr-n64"
215 run_dump_test "relax-jalr-n64-shared"
216}
48fe7bda 217
fbf18a5c
TS
218if { $linux_gnu } {
219 run_dump_test "rel32-o32"
250826bd
RS
220 if { $has_newabi } {
221 run_dump_test "rel32-n32"
222 run_dump_test "rel64"
223 }
861fb55a
DJ
224 # The first test checks that a mixed PIC/non-PIC relocatable link
225 # will not introduce any stubs itself, but will flag PIC functions
226 # for the final link.
227 #
228 # The second test checks that we insert stubs for calls from
229 # non-PIC functions to PIC functions when linking the original
230 # two objects together.
231 #
232 # The third test checks that we do the same when linking the
233 # result of the first link (with no other source files).
234 run_ld_link_tests {
235 {"PIC and non-PIC test 1 (relocatable)" "-r -melf32btsmip"
236 "-32 -EB -mips2" {pic-and-nonpic-1a.s pic-and-nonpic-1b.s}
237 {{objdump -dr pic-and-nonpic-1-rel.dd}
238 {readelf --symbols pic-and-nonpic-1-rel.nd}}
239 "pic-and-nonpic-1-rel.o"}
240 {"PIC and non-PIC test 1 (static 1)"
241 "-melf32btsmip -Tpic-and-nonpic-1.ld"
242 "-32 -EB -mips2" {pic-and-nonpic-1a.s pic-and-nonpic-1b.s}
243 {{objdump -dr pic-and-nonpic-1.dd}
244 {readelf --symbols pic-and-nonpic-1.nd}}
245 "pic-and-nonpic-1-static1.o"}
246 {"PIC and non-PIC test 1 (static 2)"
247 "-melf32btsmip -Tpic-and-nonpic-1.ld tmpdir/pic-and-nonpic-1-rel.o"
248 "" {}
249 {{objdump -dr pic-and-nonpic-1.dd}
250 {readelf --symbols pic-and-nonpic-1.nd}}
251 "pic-and-nonpic-1-static2.o"}
252 }
253 run_dump_test "pic-and-nonpic-2"
254 run_ld_link_tests {
255 {"PIC and non-PIC test 3 (shared library)"
256 "-melf32btsmip -shared -Tpic-and-nonpic-3a.ld"
257 "-32 -EB -mips2" {pic-and-nonpic-3a.s}
258 {{readelf --segments pic-and-nonpic-3a.sd}
259 {readelf -A pic-and-nonpic-3a.gd}
260 {objdump -dr pic-and-nonpic-3a.dd}}
261 "pic-and-nonpic-3a.so"}
262 {"PIC and non-PIC test 3 (executable)"
263 "-melf32btsmip -Tpic-and-nonpic-3b.ld tmpdir/pic-and-nonpic-3a.so"
264 "-32 -EB -mips2" {pic-and-nonpic-3b.s}
265 {{readelf --segments pic-and-nonpic-3b.sd}
266 {objdump -dr pic-and-nonpic-3b.dd}
267 {objdump {-s -j.got.plt} pic-and-nonpic-3b.pd}
268 {readelf -A pic-and-nonpic-3b.gd}
269 {readelf --relocs pic-and-nonpic-3b.rd}
270 {readelf --symbols pic-and-nonpic-3b.nd}
271 {readelf -d pic-and-nonpic-3b.ad}}
272 "pic-and-nonpic-3b"}
273 }
274 run_dump_test "pic-and-nonpic-3-error"
275 run_ld_link_tests {
276 {"PIC and non-PIC test 4 (shared library)"
277 "-melf32btsmip -shared -Tpic-and-nonpic-3a.ld"
278 "-32 -EB -mips2" {pic-and-nonpic-4a.s}
279 {}
280 "pic-and-nonpic-4a.so"}
281 {"PIC and non-PIC test 4 (executable)"
282 "-melf32btsmip -Tpic-and-nonpic-4b.ld tmpdir/pic-and-nonpic-4a.so"
283 "-32 -EB -mips2" {pic-and-nonpic-4b.s}
284 {{readelf --segments pic-and-nonpic-4b.sd}
285 {objdump -dr pic-and-nonpic-4b.dd}
286 {objdump {-s -j.got -j.data} pic-and-nonpic-4b.gd}
287 {readelf --relocs pic-and-nonpic-4b.rd}
288 {readelf --symbols pic-and-nonpic-4b.nd}
289 {readelf -d pic-and-nonpic-4b.ad}}
290 "pic-and-nonpic-4b"}
291 }
292 run_dump_test "pic-and-nonpic-4-error"
293 run_ld_link_tests {
294 {"PIC and non-PIC test 5 (executable)"
295 "-melf32btsmip -Tpic-and-nonpic-5b.ld tmpdir/pic-and-nonpic-3a.so tmpdir/pic-and-nonpic-4a.so"
296 "-32 -EB -mips2" {pic-and-nonpic-5a.s pic-and-nonpic-5b.s}
297 {{readelf --segments pic-and-nonpic-5b.sd}
298 {objdump -dr pic-and-nonpic-5b.dd}
299 {objdump {-s -j.got.plt -j.data} pic-and-nonpic-5b.pd}
300 {readelf -A pic-and-nonpic-5b.gd}
301 {readelf --relocs pic-and-nonpic-5b.rd}
302 {readelf --symbols pic-and-nonpic-5b.nd}
303 {readelf -d pic-and-nonpic-5b.ad}}
304 "pic-and-nonpic-5b"}
305 }
306 set abis { o32 -32 elf32btsmip }
307 if $has_newabi {
308 lappend abis n32 -n32 elf32btsmipn32
309 lappend abis n64 -64 elf64btsmip
310 }
311 foreach { abi flag emul } $abis {
312 run_ld_link_tests [list \
313 [list "PIC and non-PIC test 6 ($abi shared library)" \
314 "-m$emul -shared -Tpic-and-nonpic-3a.ld" \
315 "$flag -EB -mips3" \
316 [list "pic-and-nonpic-6-${abi}a.s"] {} \
317 "pic-and-nonpic-6-${abi}.so"] \
318 [list "PIC and non-PIC test 6 ($abi executable)" \
319 "-m$emul -Tpic-and-nonpic-6.ld tmpdir/pic-and-nonpic-6-${abi}.so" \
320 "$flag -EB -mips3" \
321 [list "pic-and-nonpic-6-${abi}b.s" \
322 "pic-and-nonpic-6-${abi}c.s"] \
323 [list "readelf {--wide --segments} pic-and-nonpic-6-${abi}.sd" \
324 "objdump -dr pic-and-nonpic-6-${abi}.dd" \
325 "objdump {-s -j.got.plt} pic-and-nonpic-6-${abi}.pd" \
326 "readelf -A pic-and-nonpic-6-${abi}.gd" \
327 "readelf --relocs pic-and-nonpic-6-${abi}.rd" \
328 "readelf --symbols pic-and-nonpic-6-${abi}.nd" \
329 "readelf -d pic-and-nonpic-6-${abi}.ad"] \
330 "pic-and-nonpic-6-${abi}"]]
43b5366b
MR
331
332 # This checks whether our linker scripts get the scope of _gp right,
333 # and must therefore use default scripts. If they don't, then -- in
334 # addition to dumps failing to match -- the final link fails with:
335 #
336 # ld: gp-hidden.o: undefined reference to symbol '_gp'
337 # ld: note: '_gp' is defined in DSO ./tmpdir/gp-hidden-lib-${abi}.so
338 # so try adding it to the linker command line
339 #
340 set suff64 [string map {o32 "" n32 "" n64 -64} $abi]
341 run_ld_link_tests [list \
342 [list \
343 "_gp scope test ($abi shared library)" \
344 "$abi_ldflags($abi) -shared" \
345 "$abi_asflags($abi) -KPIC" \
346 { gp-hidden-lib.s } \
347 [list \
348 "readelf --relocs gp-hidden-lib${suff64}.rd" \
349 "readelf --syms gp-hidden.sd"] \
350 "gp-hidden-lib-${abi}.so"] \
351 [list \
352 "_gp scope test ($abi versioned library)" \
353 "$abi_ldflags($abi) -shared -version-script gp-hidden-ver.ver tmpdir/gp-hidden-lib-${abi}.so" \
354 "$abi_asflags($abi) -KPIC" \
355 { gp-hidden-ver.s } \
356 [list \
357 "readelf --relocs gp-hidden-ver${suff64}.rd" \
358 "readelf --syms gp-hidden.sd"] \
359 "gp-hidden-ver-${abi}.so"] \
360 [list \
361 "_gp scope test ($abi executable)" \
362 "$abi_ldflags($abi) -e 0 -rpath-link . tmpdir/gp-hidden-ver-${abi}.so" \
363 "$abi_asflags($abi) -call_nonpic" \
364 { gp-hidden.s } \
365 [list \
366 "readelf --relocs gp-hidden${suff64}.rd" \
367 "readelf --syms gp-hidden.sd"] \
368 "gp-hidden-${abi}"]]
861fb55a 369 }
fbf18a5c 370}
a657e7c1 371
fbf18a5c 372if { $embedded_elf } {
fbf18a5c 373 run_dump_test "region1"
a657e7c1 374}
18ab1921
RS
375
376if $embedded_elf {
377 # This could work on other targets too, but would need the appropriate
378 # ld -m switch.
379 run_dump_test "reloc-1-rel"
380}
381if $has_newabi {
ef2b5578
MR
382 run_dump_test "reloc-1-n32" [list [list ld $abi_ldflags(n32)]]
383 run_dump_test "reloc-1-n64" [list [list ld $abi_ldflags(n64)]]
18ab1921
RS
384}
385run_dump_test "reloc-2"
17a6716a 386run_dump_test "reloc-merge-lo16"
3b788261
TS
387run_dump_test "reloc-3"
388if {$has_newabi} {
389 run_dump_test "reloc-3-n32"
390}
43ec5bc0
AN
391run_dump_test "reloc-4"
392run_dump_test "reloc-5"
77c56f44 393if { $has_newabi } {
ef2b5578
MR
394 run_ld_link_tests [list \
395 [list \
396 "reloc test 6a" \
397 "-shared $abi_ldflags(n32)" \
cde00cbb 398 "$abi_asflags(n32)" \
ef2b5578
MR
399 "reloc-6a.s" \
400 {} \
401 "reloc-6a.so"] \
402 [list \
403 "reloc test 6b" \
404 "$abi_ldflags(n32) tmpdir/reloc-6a.so" \
cde00cbb 405 "$abi_asflags(n32)" \
ef2b5578
MR
406 "reloc-6b.s" \
407 {} \
408 "reloc-6b"]]
77c56f44 409}
43ec5bc0 410
353057a5
RS
411if {$has_newabi && $linux_gnu} {
412 run_dump_test "eh-frame1-n32"
413 run_dump_test "eh-frame1-n64"
dcf507a6
RS
414 run_dump_test "eh-frame2-n32"
415 run_dump_test "eh-frame2-n64"
353057a5 416}
8c946ed5
RS
417if {$embedded_elf} {
418 run_dump_test "eh-frame3"
419 run_dump_test "eh-frame4"
420}
18e04883
RS
421if {$linux_gnu} {
422 set eh_frame5_test {
423 {"MIPS eh-frame 5"
424 "-melf32btsmip -shared -Teh-frame5.ld"
425 "-32 -EB"
426 {eh-frame5.s}
427 {{readelf {--relocs -wf} eh-frame5.d}}
428 "eh-frame5.so"}
429 }
430 run_ld_link_tests $eh_frame5_test
431}
0efd4160
ILT
432
433run_dump_test "jaloverflow"
c314987d 434run_dump_test "jaloverflow-2"
1f0f3e9b 435if {$has_newabi} {
ef2b5578 436 run_dump_test "jalbal" [list [list ld $abi_ldflags(n32)]]
1f0f3e9b 437}
d6f16593 438
776167e8
CM
439run_dump_test "mode-change-error-1"
440
d6f16593
MR
441run_dump_test "mips16-hilo"
442if {$has_newabi} {
443 run_dump_test "mips16-hilo-n32"
444}
f4e584bd 445
cc27e1dc 446if { $linux_gnu } {
250826bd
RS
447 if { $has_newabi } {
448 run_dump_test "textrel-1"
449 }
c224138d
RS
450 run_dump_test "got-page-1"
451 if $has_newabi {
452 run_dump_test "got-page-2"
08b55522 453 run_dump_test "dyn-sec64"
c224138d
RS
454 }
455 run_dump_test "got-page-3"
ccb4c951
RS
456 run_dump_test "got-dump-1"
457 if $has_newabi {
458 run_dump_test "got-dump-2"
459 }
63897e2c 460 run_dump_test "reloc-estimate-1"
cc27e1dc
EC
461}
462
81d43bff
RS
463if $has_newabi {
464 run_dump_test "emit-relocs-1"
465}
466
73934d31
RS
467run_dump_test "hash1a"
468run_dump_test "hash1b"
469run_dump_test "hash1c"
470
5108fc1b
RS
471if {[istarget mips*-*-linux*]} {
472 # The number of symbols that are always included in the symbol table
74541ad4 473 # for these tests. The 4 are:
5108fc1b
RS
474 #
475 # the null symbol entry
476 # the .MIPS.stubs section symbol
5108fc1b 477 # _GLOBAL_OFFSET_TABLE_
889acb80 478 set base_syms 3
5108fc1b
RS
479 foreach dynsym { 7fff 8000 fff0 10000 2fe80 } {
480 run_ld_link_tests \
481 [list [list \
482 "Stub for dynsym 0x$dynsym" \
483 "-shared -melf32btsmip -T stub-dynsym-1.ld" \
484 [concat \
485 "-EB -march=mips1 -32 -KPIC" \
486 "--defsym base_syms=$base_syms" \
487 "--defsym dynsym=0x$dynsym"] \
488 [list "stub-dynsym-1.s"] \
489 [list [list \
490 "objdump" "-dz" \
491 "stub-dynsym-1-$dynsym.d"]] \
492 "stub-dynsym-1-$dynsym"]]
493 }
494 }
495
f4e584bd
DJ
496# For tests which may involve multiple files, use run_ld_link_tests.
497
498# List contains test-items with 3 items followed by 2 lists:
499# 0:name 1:ld options 2:assembler options
500# 3:filenames of assembler files 4: action and options. 5: name of output file
501
502# Actions:
503# objdump: Apply objdump options on result. Compare with regex (last arg).
504# nm: Apply nm options on result. Compare with regex (last arg).
505# readelf: Apply readelf options on result. Compare with regex (last arg).
506
507set mips_tls_tests {
508 {"Static executable with TLS" "-static -melf32btsmip -T mips-dyn.ld"
509 "-EB -march=mips1 -32 -KPIC" {tlsbin-o32.s}
510 {{objdump {-dr -m mips:isa32r2} tlsbin-o32.d} {objdump -srj.got tlsbin-o32.got}}
511 "tls-static-o32"}
512 {"Shared library with TLS" "-shared -melf32btsmip -T mips-lib.ld"
513 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
514 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32.got}}
515 "tlslib-o32.so"}
516 {"Dynamic executable with TLS"
517 "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32.so"
518 "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s}
519 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32.d} {objdump -Rsj.got tlsdyn-o32.got}}
520 "tls-dynamic-o32"}
521 {"Shared library with multiple GOTs and TLS"
522 "-shared -melf32btsmip -T mips-lib.ld"
523 "-EB -march=mips1 -32 -KPIC" {tls-multi-got-1-1.s tls-multi-got-1-2.s}
524 {{readelf {-d -r} tls-multi-got-1.r}
525 {objdump {-dr -m mips:isa32r2} tls-multi-got-1.d}
526 {objdump -Rsj.got tls-multi-got-1.got}}
527 "tlslib-multi.so"}
528 {"Shared library with TLS and versioning"
529 "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib.ver"
530 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
531 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-ver.got}}
532 "tlslib-o32-ver.so"}
533 {"Dynamic executable with TLS and versioning"
534 "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32-ver.so"
535 "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s tlsdyn-o32-2.s}
536 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-1.d} {objdump -Rsj.got tlsdyn-o32-1.got}}
537 "tls-dynamic-o32-ver"}
538 {"Dynamic executable with TLS and versioning (order 2)"
539 "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32-2.o"
540 "-EB -march=mips1 -32 -KPIC" {}
541 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-2.d} {objdump -Rsj.got tlsdyn-o32-2.got}}
542 "tls-dynamic-o32-ver-2"}
543 {"Dynamic executable with TLS and versioning (order 3)"
544 "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32-2.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32.o"
545 "-EB -march=mips1 -32 -KPIC" {}
546 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-3.d} {objdump -Rsj.got tlsdyn-o32-3.got}}
547 "tls-dynamic-o32-ver-3"}
548 {"Shared library with TLS and hidden symbols"
549 "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib-hidden.ver"
550 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
551 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-hidden.got}}
552 "tlslib-o32-hidden.so"}
4005427f
RS
553 {"Shared library with TLS and hidden symbols (2)"
554 "-shared -melf32btsmip -T mips-lib.ld"
555 "-EB -march=mips1 -32 -KPIC" {tls-hidden2a.s tls-hidden2b.s}
556 {{objdump -drj.text tls-hidden2.d} {objdump -sj.got tls-hidden2-got.d}}
557 "tls-hidden2.so"}
ead49a57
RS
558 {"Shared library with TLS and hidden symbols (3)"
559 "-shared -melf32btsmip -T tls-hidden3.ld"
560 "-EB -march=mips2 -32 -KPIC" {tls-hidden3a.s tls-hidden3b.s}
561 {{objdump -dj.text tls-hidden3.d} {objdump -sj.got tls-hidden3.got}
562 {readelf --relocs tls-hidden3.r}}
563 "tls-hidden3.so"}
564 {"Shared library with TLS and hidden symbols (4)"
565 "-shared -melf32btsmip -T tls-hidden3.ld"
566 "-EB -march=mips2 -32 -KPIC" {tls-hidden4a.s tls-hidden4b.s}
567 {{objdump -sj.got tls-hidden4.got} {readelf --relocs tls-hidden4.r}}
568 "tls-hidden4.so"}
f4e584bd
DJ
569}
570
571if {[istarget mips*-*-linux*]} {
572 run_ld_link_tests $mips_tls_tests
573}
574
08e8dfaf
RS
575set mips16_call_global_test [list \
576 [list "Global calls from mips16" \
ef2b5578
MR
577 "$abi_ldflags(o32) -T no-shared-1.ld" \
578 "$abi_asflags(o32) -mips32r2" \
08e8dfaf
RS
579 {mips16-call-global-1.s mips16-call-global-2.s mips16-call-global-3.s} \
580 {{objdump -dr mips16-call-global.d}} \
581 "mips16-call-global"]]
35d3d567
TS
582
583run_ld_link_tests $mips16_call_global_test
b9d58d71 584
08e8dfaf
RS
585set mips16_intermix_test [list \
586 [list "Intermixing mips32 and mips16 functions" \
ef2b5578
MR
587 "$abi_ldflags(o32)" \
588 "$abi_asflags(o32) -mips32r2" \
08e8dfaf
RS
589 {mips16-intermix-1.s mips16-intermix-2.s} \
590 {{objdump -t mips16-intermix.d}} \
591 "mips16-intermix"]]
b9d58d71
TS
592
593run_ld_link_tests $mips16_intermix_test
b314ec0e
RS
594
595run_dump_test "mips16-local-stubs-1"
2cf19d5c
JM
596
597run_dump_test "attr-gnu-4-00"
598run_dump_test "attr-gnu-4-01"
599run_dump_test "attr-gnu-4-02"
600run_dump_test "attr-gnu-4-03"
42554f6a
TS
601run_dump_test "attr-gnu-4-04"
602run_dump_test "attr-gnu-4-05"
2cf19d5c
JM
603run_dump_test "attr-gnu-4-10"
604run_dump_test "attr-gnu-4-11"
605run_dump_test "attr-gnu-4-12"
606run_dump_test "attr-gnu-4-13"
607run_dump_test "attr-gnu-4-14"
42554f6a 608run_dump_test "attr-gnu-4-15"
2cf19d5c
JM
609run_dump_test "attr-gnu-4-20"
610run_dump_test "attr-gnu-4-21"
611run_dump_test "attr-gnu-4-22"
612run_dump_test "attr-gnu-4-23"
42554f6a
TS
613run_dump_test "attr-gnu-4-24"
614run_dump_test "attr-gnu-4-25"
2cf19d5c
JM
615run_dump_test "attr-gnu-4-30"
616run_dump_test "attr-gnu-4-31"
617run_dump_test "attr-gnu-4-32"
618run_dump_test "attr-gnu-4-33"
42554f6a
TS
619run_dump_test "attr-gnu-4-34"
620run_dump_test "attr-gnu-4-35"
621run_dump_test "attr-gnu-4-40"
2cf19d5c 622run_dump_test "attr-gnu-4-41"
42554f6a
TS
623run_dump_test "attr-gnu-4-42"
624run_dump_test "attr-gnu-4-43"
625run_dump_test "attr-gnu-4-44"
626run_dump_test "attr-gnu-4-45"
627run_dump_test "attr-gnu-4-51"
634835ae
RS
628
629if { $linux_gnu } {
630 run_ld_link_tests {
631 {"GOT and versioning 1"
632 "-shared -melf32btsmip --version-script got-vers-1.ver"
633 "-EB -mips2 -32" {got-vers-1a.s got-vers-1b.s}
634 {{readelf -d got-vers-1.dd}
635 {readelf --symbols got-vers-1.sd}
636 {readelf --relocs got-vers-1.rd}}
637 "got-vers-1.so"}
638 }
639}
e7e2196d
MR
640
641run_dump_test "undefined"
1063d8cf
CF
642
643# Test the conversion from jr to b
644if { $linux_gnu } {
645 run_dump_test "jr-to-b-1"
646 run_dump_test "jr-to-b-2"
647}
df58fc94
RS
648
649# MIPS16 and microMIPS interlinking test.
650run_dump_test "mips16-and-micromips"
This page took 0.54478 seconds and 4 git commands to generate.