ld/
[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}"]]
331 }
fbf18a5c 332}
a657e7c1 333
fbf18a5c 334if { $embedded_elf } {
fbf18a5c 335 run_dump_test "region1"
a657e7c1 336}
18ab1921
RS
337
338if $embedded_elf {
339 # This could work on other targets too, but would need the appropriate
340 # ld -m switch.
341 run_dump_test "reloc-1-rel"
342}
343if $has_newabi {
ef2b5578
MR
344 run_dump_test "reloc-1-n32" [list [list ld $abi_ldflags(n32)]]
345 run_dump_test "reloc-1-n64" [list [list ld $abi_ldflags(n64)]]
18ab1921
RS
346}
347run_dump_test "reloc-2"
17a6716a 348run_dump_test "reloc-merge-lo16"
3b788261
TS
349run_dump_test "reloc-3"
350if {$has_newabi} {
351 run_dump_test "reloc-3-n32"
352}
43ec5bc0
AN
353run_dump_test "reloc-4"
354run_dump_test "reloc-5"
77c56f44 355if { $has_newabi } {
ef2b5578
MR
356 run_ld_link_tests [list \
357 [list \
358 "reloc test 6a" \
359 "-shared $abi_ldflags(n32)" \
cde00cbb 360 "$abi_asflags(n32)" \
ef2b5578
MR
361 "reloc-6a.s" \
362 {} \
363 "reloc-6a.so"] \
364 [list \
365 "reloc test 6b" \
366 "$abi_ldflags(n32) tmpdir/reloc-6a.so" \
cde00cbb 367 "$abi_asflags(n32)" \
ef2b5578
MR
368 "reloc-6b.s" \
369 {} \
370 "reloc-6b"]]
77c56f44 371}
43ec5bc0 372
353057a5
RS
373if {$has_newabi && $linux_gnu} {
374 run_dump_test "eh-frame1-n32"
375 run_dump_test "eh-frame1-n64"
dcf507a6
RS
376 run_dump_test "eh-frame2-n32"
377 run_dump_test "eh-frame2-n64"
353057a5 378}
8c946ed5
RS
379if {$embedded_elf} {
380 run_dump_test "eh-frame3"
381 run_dump_test "eh-frame4"
382}
18e04883
RS
383if {$linux_gnu} {
384 set eh_frame5_test {
385 {"MIPS eh-frame 5"
386 "-melf32btsmip -shared -Teh-frame5.ld"
387 "-32 -EB"
388 {eh-frame5.s}
389 {{readelf {--relocs -wf} eh-frame5.d}}
390 "eh-frame5.so"}
391 }
392 run_ld_link_tests $eh_frame5_test
393}
0efd4160
ILT
394
395run_dump_test "jaloverflow"
c314987d 396run_dump_test "jaloverflow-2"
1f0f3e9b 397if {$has_newabi} {
ef2b5578 398 run_dump_test "jalbal" [list [list ld $abi_ldflags(n32)]]
1f0f3e9b 399}
d6f16593 400
776167e8
CM
401run_dump_test "mode-change-error-1"
402
d6f16593
MR
403run_dump_test "mips16-hilo"
404if {$has_newabi} {
405 run_dump_test "mips16-hilo-n32"
406}
f4e584bd 407
cc27e1dc 408if { $linux_gnu } {
250826bd
RS
409 if { $has_newabi } {
410 run_dump_test "textrel-1"
411 }
c224138d
RS
412 run_dump_test "got-page-1"
413 if $has_newabi {
414 run_dump_test "got-page-2"
08b55522 415 run_dump_test "dyn-sec64"
c224138d
RS
416 }
417 run_dump_test "got-page-3"
ccb4c951
RS
418 run_dump_test "got-dump-1"
419 if $has_newabi {
420 run_dump_test "got-dump-2"
421 }
63897e2c 422 run_dump_test "reloc-estimate-1"
cc27e1dc
EC
423}
424
81d43bff
RS
425if $has_newabi {
426 run_dump_test "emit-relocs-1"
427}
428
73934d31
RS
429run_dump_test "hash1a"
430run_dump_test "hash1b"
431run_dump_test "hash1c"
432
5108fc1b
RS
433if {[istarget mips*-*-linux*]} {
434 # The number of symbols that are always included in the symbol table
74541ad4 435 # for these tests. The 4 are:
5108fc1b
RS
436 #
437 # the null symbol entry
438 # the .MIPS.stubs section symbol
5108fc1b
RS
439 # _gp
440 # _GLOBAL_OFFSET_TABLE_
74541ad4 441 set base_syms 4
5108fc1b
RS
442 foreach dynsym { 7fff 8000 fff0 10000 2fe80 } {
443 run_ld_link_tests \
444 [list [list \
445 "Stub for dynsym 0x$dynsym" \
446 "-shared -melf32btsmip -T stub-dynsym-1.ld" \
447 [concat \
448 "-EB -march=mips1 -32 -KPIC" \
449 "--defsym base_syms=$base_syms" \
450 "--defsym dynsym=0x$dynsym"] \
451 [list "stub-dynsym-1.s"] \
452 [list [list \
453 "objdump" "-dz" \
454 "stub-dynsym-1-$dynsym.d"]] \
455 "stub-dynsym-1-$dynsym"]]
456 }
457 }
458
f4e584bd
DJ
459# For tests which may involve multiple files, use run_ld_link_tests.
460
461# List contains test-items with 3 items followed by 2 lists:
462# 0:name 1:ld options 2:assembler options
463# 3:filenames of assembler files 4: action and options. 5: name of output file
464
465# Actions:
466# objdump: Apply objdump options on result. Compare with regex (last arg).
467# nm: Apply nm options on result. Compare with regex (last arg).
468# readelf: Apply readelf options on result. Compare with regex (last arg).
469
470set mips_tls_tests {
471 {"Static executable with TLS" "-static -melf32btsmip -T mips-dyn.ld"
472 "-EB -march=mips1 -32 -KPIC" {tlsbin-o32.s}
473 {{objdump {-dr -m mips:isa32r2} tlsbin-o32.d} {objdump -srj.got tlsbin-o32.got}}
474 "tls-static-o32"}
475 {"Shared library with TLS" "-shared -melf32btsmip -T mips-lib.ld"
476 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
477 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32.got}}
478 "tlslib-o32.so"}
479 {"Dynamic executable with TLS"
480 "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32.so"
481 "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s}
482 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32.d} {objdump -Rsj.got tlsdyn-o32.got}}
483 "tls-dynamic-o32"}
484 {"Shared library with multiple GOTs and TLS"
485 "-shared -melf32btsmip -T mips-lib.ld"
486 "-EB -march=mips1 -32 -KPIC" {tls-multi-got-1-1.s tls-multi-got-1-2.s}
487 {{readelf {-d -r} tls-multi-got-1.r}
488 {objdump {-dr -m mips:isa32r2} tls-multi-got-1.d}
489 {objdump -Rsj.got tls-multi-got-1.got}}
490 "tlslib-multi.so"}
491 {"Shared library with TLS and versioning"
492 "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib.ver"
493 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
494 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-ver.got}}
495 "tlslib-o32-ver.so"}
496 {"Dynamic executable with TLS and versioning"
497 "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32-ver.so"
498 "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s tlsdyn-o32-2.s}
499 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-1.d} {objdump -Rsj.got tlsdyn-o32-1.got}}
500 "tls-dynamic-o32-ver"}
501 {"Dynamic executable with TLS and versioning (order 2)"
502 "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32-2.o"
503 "-EB -march=mips1 -32 -KPIC" {}
504 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-2.d} {objdump -Rsj.got tlsdyn-o32-2.got}}
505 "tls-dynamic-o32-ver-2"}
506 {"Dynamic executable with TLS and versioning (order 3)"
507 "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32-2.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32.o"
508 "-EB -march=mips1 -32 -KPIC" {}
509 {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-3.d} {objdump -Rsj.got tlsdyn-o32-3.got}}
510 "tls-dynamic-o32-ver-3"}
511 {"Shared library with TLS and hidden symbols"
512 "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib-hidden.ver"
513 "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
514 {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-hidden.got}}
515 "tlslib-o32-hidden.so"}
4005427f
RS
516 {"Shared library with TLS and hidden symbols (2)"
517 "-shared -melf32btsmip -T mips-lib.ld"
518 "-EB -march=mips1 -32 -KPIC" {tls-hidden2a.s tls-hidden2b.s}
519 {{objdump -drj.text tls-hidden2.d} {objdump -sj.got tls-hidden2-got.d}}
520 "tls-hidden2.so"}
ead49a57
RS
521 {"Shared library with TLS and hidden symbols (3)"
522 "-shared -melf32btsmip -T tls-hidden3.ld"
523 "-EB -march=mips2 -32 -KPIC" {tls-hidden3a.s tls-hidden3b.s}
524 {{objdump -dj.text tls-hidden3.d} {objdump -sj.got tls-hidden3.got}
525 {readelf --relocs tls-hidden3.r}}
526 "tls-hidden3.so"}
527 {"Shared library with TLS and hidden symbols (4)"
528 "-shared -melf32btsmip -T tls-hidden3.ld"
529 "-EB -march=mips2 -32 -KPIC" {tls-hidden4a.s tls-hidden4b.s}
530 {{objdump -sj.got tls-hidden4.got} {readelf --relocs tls-hidden4.r}}
531 "tls-hidden4.so"}
f4e584bd
DJ
532}
533
534if {[istarget mips*-*-linux*]} {
535 run_ld_link_tests $mips_tls_tests
536}
537
08e8dfaf
RS
538set mips16_call_global_test [list \
539 [list "Global calls from mips16" \
ef2b5578
MR
540 "$abi_ldflags(o32) -T no-shared-1.ld" \
541 "$abi_asflags(o32) -mips32r2" \
08e8dfaf
RS
542 {mips16-call-global-1.s mips16-call-global-2.s mips16-call-global-3.s} \
543 {{objdump -dr mips16-call-global.d}} \
544 "mips16-call-global"]]
35d3d567
TS
545
546run_ld_link_tests $mips16_call_global_test
b9d58d71 547
08e8dfaf
RS
548set mips16_intermix_test [list \
549 [list "Intermixing mips32 and mips16 functions" \
ef2b5578
MR
550 "$abi_ldflags(o32)" \
551 "$abi_asflags(o32) -mips32r2" \
08e8dfaf
RS
552 {mips16-intermix-1.s mips16-intermix-2.s} \
553 {{objdump -t mips16-intermix.d}} \
554 "mips16-intermix"]]
b9d58d71
TS
555
556run_ld_link_tests $mips16_intermix_test
b314ec0e
RS
557
558run_dump_test "mips16-local-stubs-1"
2cf19d5c
JM
559
560run_dump_test "attr-gnu-4-00"
561run_dump_test "attr-gnu-4-01"
562run_dump_test "attr-gnu-4-02"
563run_dump_test "attr-gnu-4-03"
42554f6a
TS
564run_dump_test "attr-gnu-4-04"
565run_dump_test "attr-gnu-4-05"
2cf19d5c
JM
566run_dump_test "attr-gnu-4-10"
567run_dump_test "attr-gnu-4-11"
568run_dump_test "attr-gnu-4-12"
569run_dump_test "attr-gnu-4-13"
570run_dump_test "attr-gnu-4-14"
42554f6a 571run_dump_test "attr-gnu-4-15"
2cf19d5c
JM
572run_dump_test "attr-gnu-4-20"
573run_dump_test "attr-gnu-4-21"
574run_dump_test "attr-gnu-4-22"
575run_dump_test "attr-gnu-4-23"
42554f6a
TS
576run_dump_test "attr-gnu-4-24"
577run_dump_test "attr-gnu-4-25"
2cf19d5c
JM
578run_dump_test "attr-gnu-4-30"
579run_dump_test "attr-gnu-4-31"
580run_dump_test "attr-gnu-4-32"
581run_dump_test "attr-gnu-4-33"
42554f6a
TS
582run_dump_test "attr-gnu-4-34"
583run_dump_test "attr-gnu-4-35"
584run_dump_test "attr-gnu-4-40"
2cf19d5c 585run_dump_test "attr-gnu-4-41"
42554f6a
TS
586run_dump_test "attr-gnu-4-42"
587run_dump_test "attr-gnu-4-43"
588run_dump_test "attr-gnu-4-44"
589run_dump_test "attr-gnu-4-45"
590run_dump_test "attr-gnu-4-51"
634835ae
RS
591
592if { $linux_gnu } {
593 run_ld_link_tests {
594 {"GOT and versioning 1"
595 "-shared -melf32btsmip --version-script got-vers-1.ver"
596 "-EB -mips2 -32" {got-vers-1a.s got-vers-1b.s}
597 {{readelf -d got-vers-1.dd}
598 {readelf --symbols got-vers-1.sd}
599 {readelf --relocs got-vers-1.rd}}
600 "got-vers-1.so"}
601 }
602}
e7e2196d
MR
603
604run_dump_test "undefined"
1063d8cf
CF
605
606# Test the conversion from jr to b
607if { $linux_gnu } {
608 run_dump_test "jr-to-b-1"
609 run_dump_test "jr-to-b-2"
610}
df58fc94
RS
611
612# MIPS16 and microMIPS interlinking test.
613run_dump_test "mips16-and-micromips"
This page took 0.581638 seconds and 4 git commands to generate.