2013-10-14 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
[platform/upstream/binutils.git] / ld / testsuite / ld-mips-elf / mips-elf.exp
1 # Expect script for MIPS ELF linker tests
2 #   Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 #   Free Software Foundation, Inc.
4 #
5 # This file is part of the GNU Binutils.
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 3 of the License, or
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
19 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
20 # MA 02110-1301, USA.
21 #
22
23 if {[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}
28           {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
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"
48     run_dump_test "vxworks-forced-local-1"
49     return
50 }
51
52 if {![istarget mips*-*-*] || ![is_elf_format]} {
53     return
54 }
55
56 set has_newabi [expr [istarget *-*-irix6*] \
57                      || [istarget mips*-*-linux*] \
58                      || [istarget mips*-sde-elf*]]
59 set linux_gnu [expr [istarget mips*-*-linux*]]
60 set embedded_elf [expr [istarget mips*-*-elf]]
61
62 # Set defaults.
63 set abi_asflags(o32) ""
64 set abi_asflags(n32) "-march=from-abi -n32 -EB"
65 set abi_asflags(n64) "-march=from-abi -64 -EB"
66 set abi_ldflags(o32) ""
67 set abi_ldflags(n32) -melf32bmipn32
68 set abi_ldflags(n64) -melf64bmip
69
70 # Override as needed.
71 if { [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 }
81 if { [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
89 if { $linux_gnu } {
90     run_ld_link_tests [list \
91         [list "Dummy shared library for MIPS16 PIC test 1" \
92               "-shared -melf32btsmip" "" \
93               "-EB -32 -mips1" \
94               { mips16-pic-1-dummy.s } \
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" "" \
99               "-EB -32 -mips1 -I $srcdir/$subdir" \
100               { mips16-pic-1a.s mips16-pic-1b.s } \
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" "" \
106               "-EB -32 -mips1 -I $srcdir/$subdir" \
107               { mips16-pic-2a.s mips16-pic-2b.s } \
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 } } \
113              "mips16-pic-2"] \
114         [list "MIPS16 PIC test 3" \
115               "-melf32btsmip -T mips16-pic-1.ld tmpdir/mips16-pic-1-dummy.so" "" \
116               "-EB -32 -mips1 -I $srcdir/$subdir" \
117               { mips16-pic-3a.s mips16-pic-3b.s } \
118               { { objdump -dr mips16-pic-3.dd } \
119                 { readelf --relocs mips16-pic-3.rd } \
120                 { readelf -A mips16-pic-3.gd } } \
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" "" \
124               "-EB -32 -mips1" \
125               { mips16-pic-4a.s mips16-pic-4b.s } \
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" "" \
132               "-EB -32 -mips1" \
133               { mips16-pic-4c.s } \
134               { { objdump -dr mips16-pic-4b.dd } } \
135               "mips16-pic-4"]]
136 }
137
138 # Check MIPS16 markings being passed through link.
139 run_dump_test "mips16-1"
140
141 # MIPS branch offset final link checking.
142 run_dump_test "branch-misc-1"
143
144 # Jalx test
145 run_dump_test "jalx-1"
146
147 if { $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
169 # Test multi-got link.  We only do this on GNU/Linux because it requires
170 # the "traditional" emulations.
171 if { $linux_gnu } {
172     run_dump_test "multi-got-1"
173     run_dump_test "multi-got-no-shared"
174     run_dump_test "multi-got-hidden-1"
175     run_dump_test "multi-got-hidden-2"
176 }
177
178 # Test __gnu_local_gp accesses
179 if { $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
187 if $has_newabi {
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     }
197     if { $linux_gnu } {
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)]]
207     } else {
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)]]
210     }
211
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 }
217
218 if { $linux_gnu } {
219     run_dump_test "rel32-o32"
220     if { $has_newabi } {
221         run_dump_test "rel32-n32"
222         run_dump_test "rel64"
223     }
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
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}"]]
369     }
370 }
371
372 if { $embedded_elf } {
373     run_dump_test "region1"
374 }
375
376 if $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 }
381 if $has_newabi {
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)]]
384 }
385 run_dump_test "reloc-2"
386 run_dump_test "reloc-merge-lo16"
387 run_dump_test "reloc-3"
388 if {$has_newabi} {
389     run_dump_test "reloc-3-n32"
390 }
391 run_dump_test "reloc-4"
392 run_dump_test "reloc-5"
393 if { $has_newabi } {
394     run_ld_link_tests [list \
395         [list \
396             "reloc test 6a" \
397             "-shared $abi_ldflags(n32)" "" \
398             "$abi_asflags(n32)" \
399             "reloc-6a.s" \
400             {} \
401             "reloc-6a.so"] \
402         [list \
403             "reloc test 6b" \
404             "$abi_ldflags(n32) tmpdir/reloc-6a.so" "" \
405             "$abi_asflags(n32)" \
406             "reloc-6b.s" \
407             {} \
408             "reloc-6b"]]
409 }
410
411 if {$has_newabi && $linux_gnu} {
412     run_dump_test "eh-frame1-n32"
413     run_dump_test "eh-frame1-n64"
414     run_dump_test "eh-frame2-n32"
415     run_dump_test "eh-frame2-n64"
416 }
417 if {$embedded_elf} {
418     run_dump_test "eh-frame3"
419     run_dump_test "eh-frame4"
420 }
421 if {$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 }
432
433 run_dump_test "jaloverflow"
434 run_dump_test "jaloverflow-2"
435 if {$has_newabi} {
436     run_dump_test "jalbal" [list [list ld $abi_ldflags(n32)]]
437 }
438
439 run_dump_test "mode-change-error-1"
440
441 run_dump_test "mips16-hilo"
442 if {$has_newabi} {
443     run_dump_test "mips16-hilo-n32"
444 }
445
446 if { $linux_gnu } {
447     if { $has_newabi } {
448         run_dump_test "textrel-1"
449     }
450     run_dump_test "got-page-1"
451     if $has_newabi {
452         run_dump_test "got-page-2"
453         run_dump_test "dyn-sec64"
454     }
455     run_dump_test "got-page-3"
456     run_ld_link_tests [subst {
457         {"GOT page 4 (one file)" "-shared $abi_ldflags(o32) -T got-page-1.ld"
458          "" "$abi_asflags(o32) -mips2" {got-page-4b.s}
459          {{objdump -dr got-page-4a.d}
460           {readelf -A got-page-4a.got}}
461          "got-page-4a.so"}
462         {"GOT page 4 (two files)" "-shared $abi_ldflags(o32) -T got-page-1.ld"
463          "" "$abi_asflags(o32) -mips2" {got-page-4a.s got-page-4b.s}
464          {{objdump -dr got-page-4b.d}
465           {readelf -A got-page-4b.got}}
466          "got-page-4b.so"}
467     }]
468     if $has_newabi {
469         run_ld_link_tests [subst {
470             {"GOT page 5" "-shared $abi_ldflags(n32) -T got-page-1.ld"
471              "" "$abi_asflags(n32)" {got-page-5.s}
472              {{objdump -dr got-page-5.d}
473               {readelf -A got-page-5.got}}
474              "got-page-5.so"}
475             {"GOT page 6" "-shared $abi_ldflags(n32) -T got-page-1.ld"
476              "" "$abi_asflags(n32)" {got-page-6.s}
477              {{objdump -dr got-page-6.d}
478               {readelf -A got-page-6.got}}
479              "got-page-6.so"}
480             {"GOT page 7 (order 1)" "-shared $abi_ldflags(n32) -T got-page-1.ld"
481              "" "$abi_asflags(n32)"
482              {got-page-7a.s got-page-7b.s got-page-7c.s got-page-7d.s
483               got-page-7e.s}
484              {{objdump -dr got-page-7.d}
485               {readelf -A got-page-7.got}}
486              "got-page-7a.so"}
487             {"GOT page 7 (order 2)" "-shared $abi_ldflags(n32) -T got-page-1.ld"
488              "" "$abi_asflags(n32)"
489              {got-page-7e.s got-page-7a.s got-page-7b.s got-page-7c.s
490               got-page-7d.s}
491              {{objdump -dr got-page-7.d}
492               {readelf -A got-page-7.got}}
493              "got-page-7b.so"}
494         }]
495     }
496     run_dump_test "got-dump-1"
497     if $has_newabi {
498         run_dump_test "got-dump-2"
499     }
500     run_dump_test "reloc-estimate-1"
501 }
502
503 if $has_newabi {
504     run_dump_test "emit-relocs-1"
505 }
506
507 run_dump_test "hash1a"
508 run_dump_test "hash1b"
509 run_dump_test "hash1c"
510
511 if {[istarget mips*-*-linux*]} {
512      # The number of symbols that are always included in the symbol table
513      # for these tests.  The 4 are:
514      #
515      #     the null symbol entry
516      #     the .MIPS.stubs section symbol
517      set base_syms 2
518      foreach dynsym { 7fff 8000 fff0 10000 2fe80 } {
519          run_ld_link_tests \
520              [list [list \
521                         "Stub for dynsym 0x$dynsym" \
522                         "-shared -melf32btsmip -T stub-dynsym-1.ld" "" \
523                         [concat \
524                              "-EB -march=mips1 -32 -KPIC" \
525                              "--defsym base_syms=$base_syms" \
526                              "--defsym dynsym=0x$dynsym"] \
527                         [list "stub-dynsym-1.s"] \
528                         [list [list \
529                                    "objdump" "-dz" \
530                                    "stub-dynsym-1-$dynsym.d"]] \
531                         "stub-dynsym-1-$dynsym"]]
532      }
533  }
534
535 # For tests which may involve multiple files, use run_ld_link_tests.
536
537 # List contains test-items with 3 items followed by 2 lists:
538 # 0:name 1:ld early options 2:ld late options 3:assembler options
539 # 4:filenames of assembler files 5: action and options. 6: name of output file
540
541 # Actions:
542 # objdump: Apply objdump options on result.  Compare with regex (last arg).
543 # nm: Apply nm options on result.  Compare with regex (last arg).
544 # readelf: Apply readelf options on result.  Compare with regex (last arg).
545
546 set mips_tls_tests {
547     {"Static executable with TLS" "-static -melf32btsmip -T mips-dyn.ld" ""
548      "-EB -march=mips1 -32 -KPIC" {tlsbin-o32.s}
549      {{objdump {-dr -m mips:isa32r2} tlsbin-o32.d} {objdump -srj.got tlsbin-o32.got}}
550      "tls-static-o32"}
551     {"Shared library with TLS" "-shared -melf32btsmip -T mips-lib.ld" ""
552      "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
553      {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32.got}}
554      "tlslib-o32.so"}
555     {"Dynamic executable with TLS"
556      "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32.so" ""
557      "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s}
558      {{objdump {-dr -m mips:isa32r2} tlsdyn-o32.d} {objdump -Rsj.got tlsdyn-o32.got}}
559      "tls-dynamic-o32"}
560     {"Shared library with multiple GOTs and TLS"
561      "-shared -melf32btsmip -T mips-lib.ld" ""
562      "-EB -march=mips1 -32 -KPIC" {tls-multi-got-1-1.s tls-multi-got-1-2.s}
563      {{readelf {-d -r} tls-multi-got-1.r}
564       {objdump {-dr -m mips:isa32r2} tls-multi-got-1.d}
565       {objdump -Rsj.got tls-multi-got-1.got}}
566      "tlslib-multi.so"}
567     {"Shared library with TLS and versioning"
568      "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib.ver" ""
569      "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
570      {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-ver.got}}
571      "tlslib-o32-ver.so"}
572     {"Dynamic executable with TLS and versioning"
573      "-melf32btsmip -T mips-dyn.ld tmpdir/tlslib-o32-ver.so" ""
574      "-EB -march=mips1 -32 -KPIC" {tlsdyn-o32.s tlsdyn-o32-2.s}
575      {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-1.d} {objdump -Rsj.got tlsdyn-o32-1.got}}
576      "tls-dynamic-o32-ver"}
577     {"Dynamic executable with TLS and versioning (order 2)"
578      "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32-2.o" ""
579      "-EB -march=mips1 -32 -KPIC" {}
580      {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-2.d} {objdump -Rsj.got tlsdyn-o32-2.got}}
581      "tls-dynamic-o32-ver-2"}
582     {"Dynamic executable with TLS and versioning (order 3)"
583      "-melf32btsmip -T mips-dyn.ld tmpdir/tlsdyn-o32-2.o tmpdir/tlslib-o32-ver.so tmpdir/tlsdyn-o32.o" ""
584      "-EB -march=mips1 -32 -KPIC" {}
585      {{objdump {-dr -m mips:isa32r2} tlsdyn-o32-3.d} {objdump -Rsj.got tlsdyn-o32-3.got}}
586      "tls-dynamic-o32-ver-3"}
587     {"Shared library with TLS and hidden symbols"
588      "-shared -melf32btsmip -T mips-lib.ld --version-script tlslib-hidden.ver" ""
589      "-EB -march=mips1 -32 -KPIC" {tlslib-o32.s}
590      {{objdump {-dr -m mips:isa32r2} tlslib-o32.d} {objdump -Rsj.got tlslib-o32-hidden.got}}
591      "tlslib-o32-hidden.so"}
592     {"Shared library with TLS and hidden symbols (2)"
593      "-shared -melf32btsmip -T mips-lib.ld" ""
594      "-EB -march=mips1 -32 -KPIC" {tls-hidden2a.s tls-hidden2b.s}
595      {{objdump -drj.text tls-hidden2.d} {objdump -sj.got tls-hidden2-got.d}}
596      "tls-hidden2.so"}
597     {"Shared library with TLS and hidden symbols (3)"
598      "-shared -melf32btsmip -T tls-hidden3.ld" ""
599      "-EB -march=mips2 -32 -KPIC" {tls-hidden3a.s tls-hidden3b.s}
600      {{objdump -dj.text tls-hidden3.d} {objdump -sj.got tls-hidden3.got}
601       {readelf --relocs tls-hidden3.r}}
602      "tls-hidden3.so"}
603     {"Shared library with TLS and hidden symbols (4)"
604      "-shared -melf32btsmip -T tls-hidden3.ld" ""
605      "-EB -march=mips2 -32 -KPIC" {tls-hidden4a.s tls-hidden4b.s}
606      {{objdump -sj.got tls-hidden4.got} {readelf --relocs tls-hidden4.r}}
607      "tls-hidden4.so"}
608 }
609
610 if {[istarget mips*-*-linux*]} {
611     run_ld_link_tests $mips_tls_tests
612 }
613
614 set mips16_call_global_test [list \
615     [list "Global calls from mips16" \
616          "$abi_ldflags(o32) -T no-shared-1.ld" "" \
617          "$abi_asflags(o32) -mips32r2" \
618          {mips16-call-global-1.s mips16-call-global-2.s mips16-call-global-3.s} \
619          {{objdump -dr mips16-call-global.d}} \
620          "mips16-call-global"]]
621
622 run_ld_link_tests $mips16_call_global_test
623
624 set mips16_intermix_test [list \
625     [list "Intermixing mips32 and mips16 functions" \
626          "$abi_ldflags(o32)" "" \
627          "$abi_asflags(o32) -mips32r2" \
628          {mips16-intermix-1.s mips16-intermix-2.s} \
629          {{objdump -t mips16-intermix.d}} \
630          "mips16-intermix"]]
631
632 run_ld_link_tests $mips16_intermix_test
633
634 run_dump_test "mips16-local-stubs-1"
635
636 run_dump_test "attr-gnu-4-00"
637 run_dump_test "attr-gnu-4-01"
638 run_dump_test "attr-gnu-4-02"
639 run_dump_test "attr-gnu-4-03"
640 run_dump_test "attr-gnu-4-04"
641 run_dump_test "attr-gnu-4-05"
642 run_dump_test "attr-gnu-4-10"
643 run_dump_test "attr-gnu-4-11"
644 run_dump_test "attr-gnu-4-12"
645 run_dump_test "attr-gnu-4-13"
646 run_dump_test "attr-gnu-4-14"
647 run_dump_test "attr-gnu-4-15"
648 run_dump_test "attr-gnu-4-20"
649 run_dump_test "attr-gnu-4-21"
650 run_dump_test "attr-gnu-4-22"
651 run_dump_test "attr-gnu-4-23"
652 run_dump_test "attr-gnu-4-24"
653 run_dump_test "attr-gnu-4-25"
654 run_dump_test "attr-gnu-4-30"
655 run_dump_test "attr-gnu-4-31"
656 run_dump_test "attr-gnu-4-32"
657 run_dump_test "attr-gnu-4-33"
658 run_dump_test "attr-gnu-4-34"
659 run_dump_test "attr-gnu-4-35"
660 run_dump_test "attr-gnu-4-40"
661 run_dump_test "attr-gnu-4-41"
662 run_dump_test "attr-gnu-4-42"
663 run_dump_test "attr-gnu-4-43"
664 run_dump_test "attr-gnu-4-44"
665 run_dump_test "attr-gnu-4-45"
666 run_dump_test "attr-gnu-4-51"
667
668 run_dump_test "nan-legacy"
669 run_dump_test "nan-2008"
670 run_dump_test "nan-mixed-1"
671 run_dump_test "nan-mixed-2"
672
673 if { $linux_gnu } {
674     run_ld_link_tests {
675         {"GOT and versioning 1"
676          "-shared -melf32btsmip --version-script got-vers-1.ver" ""
677          "-EB -mips2 -32" {got-vers-1a.s got-vers-1b.s}
678          {{readelf -d got-vers-1.dd}
679           {readelf --symbols got-vers-1.sd}
680           {readelf --relocs got-vers-1.rd}}
681          "got-vers-1.so"}
682     }
683 }
684
685 run_dump_test "undefined"
686
687 # Test the conversion from jr to b
688 if { $linux_gnu } {
689     run_dump_test "jr-to-b-1"
690     run_dump_test "jr-to-b-2"
691 }
692
693 # MIPS16 and microMIPS interlinking test.
694 run_dump_test "mips16-and-micromips"
695
696 # Export class call relocation tests.
697 set abis [concat o32 [expr {$has_newabi ? "n32 n64" : ""}]]
698 foreach { abi } $abis {
699     set loadaddr [string map \
700         {o32 0x12340000 n32 0x12340000 n64 0x123456789abc0000} $abi]
701     set suff [subst \
702         [expr { [istarget *-*-irix*] \
703                 ? [string map {o32 o32-irix n32 n32 n64 n64} $abi] \
704                 : $abi }]]
705     run_ld_link_tests [list \
706         [list \
707             "MIPS export class call relocation test ($abi)" \
708             "$abi_ldflags($abi) -shared -Ttext $loadaddr -T export-class-call16.ld" "" \
709             "$abi_asflags($abi) -mips3 -KPIC" \
710             [list export-class-call16-${abi}.s export-class-call16-def.s] \
711             [list \
712                 "objdump -d export-class-call16-${suff}.dd" \
713                 "readelf -A export-class-call16-${abi}.gd"] \
714             "export-class-call16-${abi}.so"]]
715 }
716
717 # Magic __ehdr_start symbol tests.
718 set abis [concat o32 [expr {$has_newabi ? "n32 n64" : ""}]]
719 foreach { abi } $abis {
720     set suff [string map {o32 o32 n32 new n64 new} $abi]
721     run_ld_link_tests [list \
722         [list \
723             "MIPS magic __ehdr_start symbol test 1 ($abi)" \
724             "$abi_ldflags($abi) -T ehdr_start-1.ld" "" \
725             "$abi_asflags($abi)" \
726             [list ehdr_start-${suff}.s] \
727             [list "readelf -s ehdr_start-1.nd"] \
728             "ehdr_start-1-${abi}"]]
729     if [regexp "(?:n32|n64)" "$abi"] {
730         setup_kfail "mips*-*-*" "ld/15428"
731     }
732     run_ld_link_tests [list \
733         [list \
734             "MIPS magic __ehdr_start symbol test 2 ($abi)" \
735             "$abi_ldflags($abi) -T ehdr_start-2.ld" "" \
736             "$abi_asflags($abi)" \
737             [list ehdr_start-${suff}.s] \
738             [list "readelf -s ehdr_start-2.nd"] \
739             "ehdr_start-2-${abi}"]]
740 }
741
742 # R_MIPS_JALR reloc tests.
743 set abis [concat o32 [expr {$has_newabi ? "n32 n64" : ""}]]
744 foreach { abi } $abis {
745     run_ld_link_tests [list \
746         [list \
747             "MIPS JALR reloc test ($abi)" \
748             "$abi_ldflags($abi) -T jalr3.ld" "" \
749             "$abi_asflags($abi)" \
750             [list ../../../gas/testsuite/gas/mips/jalr3.s] \
751             [list "objdump -d jalr3.dd"] \
752             "jalr3-${abi}"]]
753 }
754
755 proc build_mips_plt_lib { abi } {
756     global abi_asflags
757     global abi_ldflags
758
759     run_ld_link_tests [list \
760         [list "Shared $abi library for compressed PLT tests" \
761               "-shared $abi_ldflags($abi)" "" \
762               "$abi_asflags($abi)" \
763               { compressed-plt-1-dyn.s } \
764               {} \
765               "compressed-plt-1-${abi}-dyn.so"]]
766 }
767
768 proc run_mips_plt_test { name abi filter micromips suffix {extra {}} } {
769     global abi_asflags
770     global abi_ldflags
771
772     set as_flags "$abi_asflags($abi) --defsym filter=$filter"
773     append as_flags " --defsym micromips=$micromips --defsym $abi=1"
774     if {[string equal $abi o32]} {
775         append as_flags " -march=mips2"
776     }
777     set ld_flags "$abi_ldflags($abi) -T compressed-plt-1.ld"
778     set dynobj "tmpdir/compressed-plt-1-${abi}-dyn.so"
779     set files [list]
780     if { $filter & 3 } {
781         lappend files compressed-plt-1a.s
782     }
783     if { $filter & 12 } {
784         lappend files compressed-plt-1b.s
785     }
786     if { $filter & 16 } {
787         lappend files compressed-plt-1c.s
788     }
789     eval [list lappend files] $extra
790     set readelf_flags "-A --syms --relocs -d"
791     if { [string match "*word*" $suffix] } {
792         append readelf_flags " -x.data"
793     }
794     set objdump_flags "-d -Mgpr-names=numeric"
795     set basename "compressed-plt-1-${abi}-${suffix}"
796     run_ld_link_tests [list \
797         [list "$name" $ld_flags $dynobj \
798               "$as_flags" $files \
799               [list [list readelf $readelf_flags ${basename}.rd] \
800                     [list objdump $objdump_flags ${basename}.od]] \
801               $basename]]
802 }
803
804 if { $linux_gnu } {
805     build_mips_plt_lib o32
806     run_mips_plt_test "o32 PLTs for standard encoding" o32 28 0 se
807     run_mips_plt_test "o32 PLTs for MIPS16 encoding" o32 19 0 mips16-only
808     run_mips_plt_test "o32 PLTs for microMIPS encoding" o32 19 1 umips-only
809     run_mips_plt_test "o32 PLTs for mixed MIPS and MIPS16" \
810         o32 -1 0 mips16
811     run_mips_plt_test "o32 PLTs for mixed MIPS and MIPS16 with %got" \
812         o32 -1 0 mips16-got compressed-plt-1d.s
813     run_mips_plt_test "o32 PLTs for mixed MIPS and MIPS16 with .word" \
814         o32 -1 0 mips16-word compressed-plt-1e.s
815     run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS" \
816         o32 -1 1 umips
817     run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS with %got" \
818         o32 -1 1 umips-got compressed-plt-1d.s
819     run_mips_plt_test "o32 PLTs for mixed MIPS and microMIPS with .word" \
820         o32 -1 1 umips-word compressed-plt-1e.s
821
822     if $has_newabi {
823         build_mips_plt_lib n32
824         run_mips_plt_test "n32 PLTs for mixed MIPS and MIPS16" \
825             n32 -1 0 mips16
826         run_mips_plt_test "n32 PLTs for mixed MIPS and microMIPS" \
827             n32 -1 1 umips
828     }
829 }
830
831 run_dump_test "attr-gnu-8-00"
832 run_dump_test "attr-gnu-8-01"
833 run_dump_test "attr-gnu-8-02"
834 run_dump_test "attr-gnu-8-10"
835 run_dump_test "attr-gnu-8-11"
836 run_dump_test "attr-gnu-8-12"
837 run_dump_test "attr-gnu-8-20"
838 run_dump_test "attr-gnu-8-21"
839 run_dump_test "attr-gnu-8-22"