]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-x86-64/x86-64.exp
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-x86-64 / x86-64.exp
CommitLineData
bffbf940 1# Expect script for ld-x86_64 tests
2571583a 2# Copyright (C) 2002-2017 Free Software Foundation, Inc.
bffbf940 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
bffbf940 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
bffbf940
JJ
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.
bffbf940
JJ
20#
21
22# Test x86_64 linking; all types of relocs. This tests the assembler and
23# tools like objdump as well as the linker.
24
25if { !([istarget "x86_64-*-elf*"]
5a68afcf 26 || [istarget "x86_64-*-nacl*"]
bffbf940
JJ
27 || [istarget "x86_64-*-linux*"]) } {
28 return
29}
30
5a68afcf
RM
31if [istarget "*-*-nacl*"] {
32 set emul "elf_x86_64_nacl"
33} else {
34 set emul "elf_x86_64"
35}
36
bffbf940 37# List contains test-items with 3 items followed by 2 lists:
897aea50
MR
38# 0:name 1:ld early options 2:ld late options 3:assembler options
39# 4:filenames of assembler files 5: action and options. 6: name of output file
bffbf940
JJ
40
41# Actions:
42# objdump: Apply objdump options on result. Compare with regex (last arg).
43# nm: Apply nm options on result. Compare with regex (last arg).
44# readelf: Apply readelf options on result. Compare with regex (last arg).
45
46set x86_64tests {
5a68afcf 47 {"Helper shared library (basic PLT test)"
897aea50 48 "-shared -melf_x86_64" "" "--64" {pltlib.s} {} "libpltlib.so"}
5a68afcf 49 {"basic PLT generation"
897aea50 50 "-melf_x86_64 tmpdir/libpltlib.so" "" "--64" {plt.s}
5a68afcf 51 {{objdump -drj.plt plt.pd}} "plt"}
e41b3a13 52 {"TLS -fpic -shared transitions"
bab55c05 53 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
bffbf940 54 "--64" {tlspic1.s tlspic2.s}
5db04b09 55 {{readelf -WSsrl tlspic.rd} {objdump -drj.text\ -Mintel64 tlspic.dd}
bffbf940
JJ
56 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}}
57 "libtlspic.so"}
e2cbcd91 58 {"TLS -fpic -shared transitions with r15 as GOT base"
bab55c05 59 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
e2cbcd91
L
60 "--64 -mrelax-relocations=yes"
61 {tlspic3.s tlspic2.s}
62 {{readelf -WSsrl tlspic2.rd} {objdump -drj.text\ -Mintel64 tlspic2.dd}
63 {objdump -sj.got tlspic2.sd} {objdump -sj.tdata tlspic2.td}}
64 "libtlspic2.so"}
e41b3a13 65 {"TLS descriptor -fpic -shared transitions"
bab55c05 66 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
67a4f2b7
AO
67 "--64" {tlsdesc.s tlspic2.s}
68 {{readelf -WSsrld tlsdesc.rd} {objdump -drj.text tlsdesc.dd}
69 {objdump "-s -j.got -j.got.plt" tlsdesc.sd} {objdump -sj.tdata tlsdesc.td}
70 {objdump -drj.plt tlsdesc.pd}} "libtlsdesc.so"}
897aea50 71 {"Helper shared library" "-shared -melf_x86_64" ""
bffbf940
JJ
72 "--64" {tlslib.s} {} "libtlslib.so"}
73 {"TLS -fpic and -fno-pic exec transitions"
bab55c05 74 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info --hash-style=sysv" ""
e41b3a13 75 "--64" {tlsbinpic.s tlsbin.s}
bffbf940
JJ
76 {{readelf -WSsrl tlsbin.rd} {objdump -drj.text tlsbin.dd}
77 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}}
78 "tlsbin"}
e2cbcd91 79 {"TLS -fpic and -fno-pic exec transitions without PLT"
bab55c05 80 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info --hash-style=sysv" ""
e2cbcd91
L
81 "-mrelax-relocations=yes --64" {tlsbinpic2.s tlsbin.s}
82 {{readelf -WSsrl tlsbin2.rd} {objdump -drj.text tlsbin2.dd}
83 {objdump -sj.got tlsbin2.sd} {objdump -sj.tdata tlsbin2.td}}
84 "tlsbin2"}
67a4f2b7 85 {"TLS descriptor -fpic and -fno-pic exec transitions"
bab55c05 86 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info --hash-style=sysv" ""
e41b3a13 87 "--64" {tlsbindesc.s tlsbin.s}
67a4f2b7
AO
88 {{readelf -WSsrl tlsbindesc.rd} {objdump -drj.text tlsbindesc.dd}
89 {objdump -sj.got tlsbindesc.sd} {objdump -sj.tdata tlsbindesc.td}}
90 "tlsbindesc"}
91 {"TLS with global dynamic and descriptors"
bab55c05 92 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
e41b3a13 93 "--64" {tlsgdesc.s}
5db04b09 94 {{readelf -WSsrl tlsgdesc.rd} {objdump -drj.text\ -Mintel64 tlsgdesc.dd}}
67a4f2b7 95 "libtlsgdesc.so"}
897aea50 96 {"TLS in debug sections" "-melf_x86_64" ""
a45bb67d
JJ
97 "--64" {tlsg.s}
98 {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
897aea50 99 {"TLS GD->LE transition" "-melf_x86_64" ""
a3fadc9a
L
100 "--64" {tlsgd1.s}
101 {{objdump -dwr tlsgd1.dd}} "tlsgd1"}
897aea50 102 {"TLS LD->LE transition" "-melf_x86_64" ""
a3fadc9a
L
103 "--64" {tlsld1.s}
104 {{objdump -dwr tlsld1.dd}} "tlsld1"}
897aea50 105 {"TLS IE->LE transition" "-melf_x86_64" ""
dd1093aa
L
106 "--64" {tlsie1.s}
107 {{objdump -dwr tlsie1.dd}} "tlsie1"}
897aea50 108 {"Helper 64bit object 1" "-r -melf_x86_64" ""
39334f3a 109 "--64" {mixed1a.s} {} "libmixe1a.o"}
897aea50 110 {"Helper 32bit object 1" "-r -melf_i386" ""
39334f3a 111 "--32" {mixed1b.s} {} "libmixe1b.o"}
897aea50 112 {"Helper 64bit object 2" "-r -melf_x86_64" ""
39334f3a 113 "--64" {mixed2a.s} {} "libmixe2a.o"}
897aea50 114 {"Helper 32bit object 2" "-r -melf_i386" ""
39334f3a 115 "--32" {mixed2b.s} {} "libmixe2b.o"}
897aea50
MR
116 {"Split by file with 'l' flag on section."
117 "-split-by-file -r -melf_x86_64" ""
3dbcc61d
NC
118 "--64" {split-by-file1.s split-by-file2.s}
119 {{readelf -SW split-by-file.rd}} "split-by-file.o"}
897aea50 120 {"TLS X32 IE->LE transition" "-melf32_x86_64" ""
4a4c5f25
L
121 "--x32" {tlsie4.s}
122 {{objdump -dwr tlsie4.dd}} "tlsie4"}
897aea50 123 {"TLS X32 GD->LE transition" "-melf32_x86_64" ""
52bc799a
L
124 "--x32" {tlsgd4.s}
125 {{objdump -dwr tlsgd4.dd}} "tlsgd4"}
897aea50 126 {"Helper TLS GD->IE transition DSO" "-shared -melf_x86_64" ""
52bc799a 127 "--64" {tlsgd5b.s} {} "libtlsgd5.so"}
897aea50 128 {"TLS GD->IE transition" "-melf_x86_64 tmpdir/libtlsgd5.so" ""
52bc799a 129 "--64" {tlsgd5a.s}
e2cbcd91
L
130 {{objdump -dwr tlsgd5.dd}} "tlsgd5a"}
131 {"TLS GD->IE transition without PLT"
132 "-melf_x86_64 tmpdir/libtlsgd5.so" ""
133 "-mrelax-relocations=yes --64" {tlsgd5c.s}
134 {{objdump -dwr tlsgd5.dd}} "tlsgd5b"}
897aea50 135 {"Helper TLS X32 GD->IE transition DSO" "-shared -melf32_x86_64" ""
52bc799a 136 "--x32" {tlsgd6b.s} {} "libtlsgd6.so"}
897aea50 137 {"TLS X32 GD->IE transition" "-melf32_x86_64 tmpdir/libtlsgd6.so" ""
52bc799a 138 "--x32" {tlsgd6a.s}
e2cbcd91
L
139 {{objdump -dwr tlsgd6.dd}} "tlsgd6a"}
140 {"TLS X32 GD->IE transition without PLT"
141 "-melf32_x86_64 tmpdir/libtlsgd6.so" ""
142 "-mrelax-relocations=yes --x32" {tlsgd6c.s}
143 {{objdump -dwr tlsgd6.dd}} "tlsgd6b"}
897aea50 144 {"TLS X32 LD->LE transition" "-melf32_x86_64" ""
52bc799a
L
145 "--x32" {tlsld2.s}
146 {{objdump -dwr tlsld2.dd}} "tlsld2"}
5c98a14e
JJ
147 {"TLS -mcmodel=large GD->LE transition" "-melf_x86_64" ""
148 "--64" {tlsgd7.s}
149 {{objdump -dwr tlsgd7.dd}} "tlsgd7"}
150 {"TLS -mcmodel=large LD->LE transition" "-melf_x86_64" ""
151 "--64" {tlsld3.s}
152 {{objdump -dwr tlsld3.dd}} "tlsld3"}
e2cbcd91
L
153 {"TLS -mcmodel=large LD->LE transition with r15 as GOT base"
154 "-melf_x86_64" ""
155 "--64" {tlsld4.s}
156 {{objdump -dwr tlsld4.dd}} "tlsld4"}
157 {"TLS LD->LE transition without PLT"
158 "-melf_x86_64" ""
159 "--64 -mrelax-relocations=yes"
160 {tlsld5.s}
161 {{objdump -dwr tlsld5.dd}} "tlsld5"}
162 {"TLS X32 LD->LE transition without PLT" "-melf32_x86_64" ""
163 "--x32 -mrelax-relocations=yes"
164 {tlsld6.s}
165 {{objdump -dwr tlsld6.dd}} "tlsld6"}
5c98a14e
JJ
166 {"TLS -mcmodel=large GD->IE transition" "-melf_x86_64 tmpdir/libtlsgd5.so" ""
167 "--64" {tlsgd8.s}
168 {{objdump -dwrj.text tlsgd8.dd}} "tlsgd8"}
e2cbcd91
L
169 {"TLS -mcmodel=large GD->LE transition with r15 as GOT base"
170 "-melf_x86_64" ""
171 "--64" {tlsgd9.s}
172 {{objdump -dwr tlsgd9.dd}} "tlsgd9"}
173 {"TLS -mcmodel=large GD->IE transition with r15 as GOT base"
174 "-melf_x86_64 tmpdir/libtlsgd5.so" ""
175 "--64" {tlsgd10.s}
176 {{objdump -dwrj.text tlsgd10.dd}} "tlsgd10"}
177 {"TLS GD->LE transition without PLT"
178 "-melf_x86_64" ""
179 "--64" {tlsgd11.s}
180 {{objdump -dwr tlsgd11.dd}} "tlsgd11"}
181 {"TLS X32 GD->LE transition without PLT"
182 "-melf32_x86_64" ""
183 "--x32" {tlsgd14.s}
184 {{objdump -dwr tlsgd14.dd}} "tlsgd14"}
897aea50
MR
185 {"build 32-bit object with 33 locals" "-melf_x86_64 -e 0" "" "--32" {32bit.s} {{ ld incompatible.l }} "dummy" }
186 {"build 64-bit object" "-melf_x86_64 -e 0 --defsym foo=1" "" "--64" {64bit.s} {} "dummy" }
187 {"link mixed objects" "-melf_x86_64 -e 0 tmpdir/32bit.o tmpdir/64bit.o" "" "" {} { { ld incompatible.l } } "mixed"}
29a9f53e
L
188 {"PR ld/17313 (1)" "-melf_x86_64" ""
189 "--64" {dummy.s} {} ""}
190 {"PR ld/17313 (2)" "-melf_x86_64 -shared --just-symbols=tmpdir/dummy.o" ""
191 "--64" {lea1.s} {} "libpr17313.so"}
c8831961
L
192 {"PR ld/17306 (1)" "-melf_x86_64" ""
193 "--64" {pr17306b.s} {} ""}
194 {"PR ld/17306 (2)" "-melf_x86_64 -shared -Bsymbolic --just-symbols=tmpdir/pr17306b.o" ""
195 "--64" {pr17306a.s} {} "libpr17306.so"}
f7483970
L
196 {"PR ld/17709 (1)" "-melf_x86_64 -shared" ""
197 "--64" {pr17709a.s} {} "libpr17709.so"}
198 {"PR ld/17709 (2)" "-melf_x86_64 tmpdir/libpr17709.so" ""
199 "--64" {pr17709b.s} {{readelf -rW pr17709.rd}} "pr17709"}
4e0c91e4
L
200 {"Build pr19827a.o" "" ""
201 "--64" { pr19827a.S }}
202 {"Build pr19827b.so" "-melf_x86_64 -shared" ""
203 "--64" { pr19827b.S } {} "pr19827b.so"}
204 {"Build pr19827" "-melf_x86_64 -pie tmpdir/pr19827a.o tmpdir/pr19827b.so" ""
205 "--64" { dummy.s } {{readelf {-rW} pr19827.rd}} "pr19827"}
206 {"Build pr19827.so" "-melf_x86_64 -shared -Bsymbolic" ""
207 "--64" { pr19827a.S } {{readelf {-rW} pr19827.rd}} "pr19827.so"}
338c190a
L
208 {"Build pr19969.so" "-melf_x86_64 -shared" ""
209 "--64" { pr19969a.S } {} "pr19969.so"}
d8457a04
L
210 {"Build pr20550a.o" "" ""
211 "--64" { pr20550a.s }}
212 {"Build pr20550b.so" "-melf_x86_64 -shared" ""
213 "--64" { pr20550b.s } {} "pr20550b.so"}
214 {"Build pr20550" "-melf_x86_64 -pie tmpdir/pr20550a.o tmpdir/pr20550b.so" ""
215 "--64" { dummy.s } {} "pr20550"}
5a68afcf
RM
216}
217
218# So as to avoid rewriting every last test case here in a nacl variant,
219# we use black magic to massage the generic cases into nacl-variant cases.
220if [istarget "*-*-nacl*"] {
221 set emul elf_x86_64_nacl
222
223 set lhs {elf(32)?_(i386|x86_64)[[:>:]]}
224 set rhs {&_nacl}
225
226 # Change all the -melf_x86_64 to -melf_x86_64_nacl so linking can succeed.
227 regsub -all -- $lhs $x86_64tests $rhs x86_64tests
228
229 # Same, applied to all the run_dump_test cases.
230 set options_regsub(ld) [list $lhs $rhs]
231
232 # The section/segment layout differs too much for the vanilla
233 # readelf output files to match. So massage the cases so that
234 # they refer to a foo-nacl.rd file instead of a foo.rd file.
235 regsub -all -- {([a-z0-9]+)\.rd} $x86_64tests {\1-nacl.rd} x86_64tests
236
237 # Likewise for PLTs.
238 regsub -all -- {([a-z0-9]+)\.pd} $x86_64tests {\1-nacl.pd} x86_64tests
239} else {
240 set emul elf_x86_64
bffbf940
JJ
241}
242
243run_ld_link_tests $x86_64tests
ac2aa337 244
39334f3a
L
245global link_output
246global ld
247
b51176f1 248set test_name "Mixed x86_64 and i386 input test 1"
39334f3a 249set test mixed1
d9816402 250if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] } {
64b384e1 251 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
5a68afcf 252 pass "$test_name"
39334f3a 253 } {
5a68afcf 254 fail "$test_name"
39334f3a
L
255 }
256}
257
b51176f1 258set test_name "Mixed x86_64 and i386 input test 2"
39334f3a 259set test mixed2
d9816402 260if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] } {
64b384e1 261 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
5a68afcf 262 pass "$test_name"
39334f3a 263 } {
5a68afcf 264 fail "$test_name"
39334f3a
L
265 }
266}
267
ac2aa337 268run_dump_test "abs"
8a9036a4 269run_dump_test "abs-l1om"
ac2aa337
JB
270run_dump_test "pcrel8"
271run_dump_test "pcrel16"
dd1093aa
L
272run_dump_test "tlsgd2"
273run_dump_test "tlsgd3"
e2cbcd91
L
274run_dump_test "tlsgd12"
275run_dump_test "tlsgd13"
dd1093aa
L
276run_dump_test "tlsie2"
277run_dump_test "tlsie3"
41bed6dd
L
278run_dump_test "hidden1"
279run_dump_test "hidden2"
280run_dump_test "hidden3"
e3c0e327
L
281run_dump_test "hidden4"
282run_dump_test "hidden5"
41bed6dd
L
283run_dump_test "protected1"
284run_dump_test "protected2"
8a9036a4 285run_dump_test "protected2-l1om"
41bed6dd 286run_dump_test "protected3"
8a9036a4 287run_dump_test "protected3-l1om"
bdb892b9
L
288run_dump_test "protected4"
289run_dump_test "protected5"
e3c0e327 290run_dump_test "protected6a"
889c2a67 291run_dump_test "protected6b"
3d949995
L
292run_dump_test "protected7a"
293run_dump_test "protected7b"
73784fa5 294run_dump_test "protected8"
9b769489 295run_dump_test "tlsle1"
1d85728f 296run_dump_test "tlspie1"
e2cbcd91
L
297run_dump_test "tlspie2a"
298run_dump_test "tlspie2b"
299run_dump_test "tlspie2c"
6f8bcf84 300run_dump_test "unique1"
a7b16ceb 301run_dump_test "nogot1"
0629d0af 302run_dump_test "nogot2"
56d4289c 303run_dump_test "discarded1"
2abca860 304run_dump_test "pr12718"
a81aeffc 305run_dump_test "pr12921"
aed64b35 306run_dump_test "pr13947"
2fe0fd06
L
307run_dump_test "pr12570a"
308run_dump_test "pr12570b"
17d6eea5 309run_dump_test "pr14215"
8981c88a 310run_dump_test "pr14207"
553d1284 311run_dump_test "gotplt1"
6333bc0d 312run_dump_test "pie1"
126697d1 313run_dump_test "pie2"
c5bb8910
L
314run_dump_test "pie3"
315run_dump_test "pie3-nacl"
03f2309a 316run_dump_test "pic1"
b8871f35
L
317run_dump_test "largecomm-1a"
318run_dump_test "largecomm-1b"
319run_dump_test "largecomm-1c"
320run_dump_test "largecomm-1d"
321run_dump_test "largecomm-1e"
322run_dump_test "largecomm-1f"
3ab94f96
L
323run_dump_test "pr19539a"
324run_dump_test "pr19539b"
4c10bbaa
L
325run_dump_test "pr19807-1a"
326run_dump_test "pr19807-1b"
327run_dump_test "pr19807-2a"
328run_dump_test "pr19807-2b"
329run_dump_test "pr19807-2c"
330run_dump_test "pr19807-2d"
331run_dump_test "pr19807-2e"
338c190a 332run_dump_test "pr19969"
2168b268
L
333run_dump_test "pr20093-1"
334run_dump_test "pr20093-2"
73caa85d 335run_dump_test "property-x86-3"
92f7d783
L
336run_dump_test "property-x86-4a"
337run_dump_test "property-x86-4b"
654f3b6a
L
338run_dump_test "property-x86-3-x32"
339run_dump_test "property-x86-4a-x32"
340run_dump_test "property-x86-4b-x32"
ee2fdd6f
L
341run_dump_test "property-x86-ibt1a"
342run_dump_test "property-x86-ibt1b"
343run_dump_test "property-x86-ibt1a-x32"
344run_dump_test "property-x86-ibt1b-x32"
345run_dump_test "property-x86-ibt2"
346run_dump_test "property-x86-ibt2-x32"
347run_dump_test "property-x86-ibt3a"
348run_dump_test "property-x86-ibt3b"
349run_dump_test "property-x86-ibt3a-x32"
350run_dump_test "property-x86-ibt3b-x32"
351run_dump_test "property-x86-ibt4"
352run_dump_test "property-x86-ibt4-x32"
353run_dump_test "property-x86-ibt5"
354run_dump_test "property-x86-ibt5-x32"
48580982
L
355run_dump_test "property-x86-shstk1a"
356run_dump_test "property-x86-shstk1b"
357run_dump_test "property-x86-shstk1a-x32"
358run_dump_test "property-x86-shstk1b-x32"
359run_dump_test "property-x86-shstk2"
360run_dump_test "property-x86-shstk2-x32"
361run_dump_test "property-x86-shstk3a"
362run_dump_test "property-x86-shstk3b"
363run_dump_test "property-x86-shstk3a-x32"
364run_dump_test "property-x86-shstk3b-x32"
365run_dump_test "property-x86-shstk4"
366run_dump_test "property-x86-shstk4-x32"
367run_dump_test "property-x86-shstk5"
368run_dump_test "property-x86-shstk5-x32"
9593aade 369run_dump_test "pr21884"
34c4758c 370run_dump_test "pr21884-nacl"
25d17eb4 371
5a68afcf 372if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} {
25d17eb4
L
373 return
374}
375
5a68afcf 376if ![ld_assemble $as "--x32 $srcdir/$subdir/start.s" tmpdir/startx32.o] {
889a4d3e
L
377 unresolved "Build ILP32 start.o"
378 return
379}
380
5a68afcf 381if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
889a4d3e
L
382 unresolved "Build ia32 start.o"
383 return
384}
385
5a68afcf 386if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
889a4d3e
L
387 unresolved "Build LP64 start.o"
388 return
389}
390
5a68afcf 391if ![ld_assemble $as "--x32 $srcdir/$subdir/foo.s" tmpdir/foox32.o] {
889a4d3e
L
392 unresolved "Build ILP32 foo.o"
393 return
394}
395
5a68afcf 396if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
889a4d3e
L
397 unresolved "Build ia32 foo.o"
398 return
399}
400
5a68afcf 401if ![ld_assemble $as "--64 $srcdir/$subdir/foo.s" tmpdir/foo64.o] {
889a4d3e
L
402 unresolved "Build LP64 foo.o"
403 return
404}
405
25d17eb4 406run_dump_test "compressed1"
889a4d3e
L
407run_dump_test "ilp32-1"
408run_dump_test "ilp32-2"
409run_dump_test "ilp32-3"
82e96e07 410run_dump_test "ilp32-4"
5a68afcf 411run_dump_test "ilp32-4-nacl"
248775ba 412run_dump_test "ilp32-5"
d7921315
L
413run_dump_test "ilp32-6"
414run_dump_test "ilp32-7"
415run_dump_test "ilp32-8"
416run_dump_test "ilp32-9"
df4f9443 417run_dump_test "ilp32-10"
8cf0d2dd 418run_dump_test "ilp32-11"
889a4d3e
L
419run_dump_test "ia32-1"
420run_dump_test "ia32-2"
421run_dump_test "ia32-3"
422run_dump_test "lp64-1"
423run_dump_test "lp64-2"
424run_dump_test "lp64-3"
64d25c44
L
425run_dump_test "pr13082-1a"
426run_dump_test "pr13082-1b"
427run_dump_test "pr13082-2a"
428run_dump_test "pr13082-2b"
429run_dump_test "pr13082-3a"
430run_dump_test "pr13082-3b"
bae420ef
L
431run_dump_test "pr13082-3c"
432run_dump_test "pr13082-3d"
64d25c44
L
433run_dump_test "pr13082-4a"
434run_dump_test "pr13082-4b"
435run_dump_test "pr13082-5a"
436run_dump_test "pr13082-5b"
437run_dump_test "pr13082-6a"
438run_dump_test "pr13082-6b"
80d87326
L
439run_dump_test "lea1a"
440run_dump_test "lea1b"
441run_dump_test "lea1c"
442run_dump_test "lea1d"
443run_dump_test "lea1e"
444run_dump_test "lea1f"
daa67607
L
445run_dump_test "lea1g"
446run_dump_test "lea1h"
447run_dump_test "lea1i"
448run_dump_test "lea1j"
449run_dump_test "lea1k"
450run_dump_test "lea1l"
3f65f599
L
451run_dump_test "mov1a"
452run_dump_test "mov1b"
453run_dump_test "mov1c"
454run_dump_test "mov1d"
02e2aef8
L
455run_dump_test "mov2a"
456run_dump_test "mov2b"
457run_dump_test "mov2c"
458run_dump_test "mov2d"
56ceb5b5
L
459run_dump_test "load1a"
460run_dump_test "load1b"
461run_dump_test "load1c"
462run_dump_test "load1d"
caa65211
L
463run_dump_test "load1a-nacl"
464run_dump_test "load1b-nacl"
465run_dump_test "load1c-nacl"
466run_dump_test "load1d-nacl"
2856a627 467run_dump_test "load2"
caa65211
L
468run_dump_test "call1a"
469run_dump_test "call1b"
470run_dump_test "call1c"
471run_dump_test "call1d"
472run_dump_test "call1e"
473run_dump_test "call1f"
474run_dump_test "call1g"
475run_dump_test "call1h"
476run_dump_test "call1i"
1952c5cd
L
477run_dump_test "pr17935-1"
478run_dump_test "pr17935-2"
b19a8f85 479run_dump_test "pr18160"
875b5b9d 480run_dump_test "pr18176"
8efa2874 481run_dump_test "pr18801"
13a2df29 482run_dump_test "pr18815"
9865bd0d
L
483run_dump_test "pr19013"
484run_dump_test "pr19013-x32"
485run_dump_test "pr19013-nacl"
7963511f 486run_dump_test "pr19162"
7b7e7f1d 487run_dump_test "pr19175"
6ba2af25 488run_dump_test "pr18591"
e20365c5 489run_dump_test "pr19615"
aec6b87e
L
490run_dump_test "pr19636-1a"
491run_dump_test "pr19636-1b"
492run_dump_test "pr19636-1c"
493run_dump_test "pr19636-1d"
494run_dump_test "pr19636-1e"
495run_dump_test "pr19636-1f"
496run_dump_test "pr19636-1g"
497run_dump_test "pr19636-2a"
498run_dump_test "pr19636-2b"
499run_dump_test "pr19636-2c"
500run_dump_test "pr19636-2d"
501run_dump_test "pr19636-2d-nacl"
502run_dump_test "pr19636-2e"
503run_dump_test "pr19636-2f"
504run_dump_test "pr19636-2g"
505run_dump_test "pr19636-2h"
506run_dump_test "pr19636-2i"
507run_dump_test "pr19636-3a"
508run_dump_test "pr19636-3b"
509run_dump_test "pr19636-3c"
b8871f35 510run_dump_test "pr19645"
bae420ef
L
511run_dump_test "pr19609-1a"
512run_dump_test "pr19609-1b"
513run_dump_test "pr19609-1c"
514run_dump_test "pr19609-1d"
515run_dump_test "pr19609-1e"
516run_dump_test "pr19609-1f"
517run_dump_test "pr19609-1g"
518run_dump_test "pr19609-1h"
519run_dump_test "pr19609-1i"
520run_dump_test "pr19609-1j"
521run_dump_test "pr19609-1k"
522run_dump_test "pr19609-1l"
523run_dump_test "pr19609-1m"
524run_dump_test "pr19609-2a"
525run_dump_test "pr19609-2b"
526run_dump_test "pr19609-2c"
527run_dump_test "pr19609-2d"
528run_dump_test "pr19609-3a"
529run_dump_test "pr19609-3b"
530run_dump_test "pr19609-4a"
531run_dump_test "pr19609-4b"
532run_dump_test "pr19609-4c"
533run_dump_test "pr19609-4d"
534run_dump_test "pr19609-4e"
535run_dump_test "pr19609-5a"
536run_dump_test "pr19609-5b"
537run_dump_test "pr19609-5c"
538run_dump_test "pr19609-5d"
539run_dump_test "pr19609-5e"
540run_dump_test "pr19609-6a"
541run_dump_test "pr19609-6b"
542run_dump_test "pr19609-6c"
543run_dump_test "pr19609-6d"
544run_dump_test "pr19609-7a"
545run_dump_test "pr19609-7b"
546run_dump_test "pr19609-7c"
547run_dump_test "pr19609-7d"
2df3368d
L
548run_dump_test "pr19939a"
549run_dump_test "pr19939b"
87d455c0 550run_dump_test "pr19719"
233cc9c1
L
551run_dump_test "pr20253-1a"
552run_dump_test "pr20253-1b"
553run_dump_test "pr20253-1c"
554run_dump_test "pr20253-1d"
555run_dump_test "pr20253-1e"
556run_dump_test "pr20253-1f"
557run_dump_test "pr20253-1g"
558run_dump_test "pr20253-1h"
559run_dump_test "pr20253-1i"
560run_dump_test "pr20253-1j"
561run_dump_test "pr20253-1k"
562run_dump_test "pr20253-1l"
563run_dump_test "pr20253-3"
564run_dump_test "pr20253-4a"
565run_dump_test "pr20253-4b"
566run_dump_test "pr20253-4c"
567run_dump_test "pr20253-4d"
568run_dump_test "pr20253-4e"
569run_dump_test "pr20253-4f"
570run_dump_test "pr20253-5a"
571run_dump_test "pr20253-5b"
97d343d4 572run_dump_test "tlsdesc2"
aec6b87e
L
573
574proc undefined_weak {cflags ldflags} {
575 set testname "Undefined weak symbol"
576 if { ![ string match "" $cflags$ldflags] } {
577 set testname "$testname ($cflags $ldflags)"
578 }
579
074f6066
L
580 if { [string match "*-fPIE*" $cflags]
581 && ![string match "*nodynamic-undefined-weak*" $ldflags] } {
aec6b87e
L
582 set weak_symbol "Weak defined"
583 } else {
584 set weak_symbol "Weak undefined"
585 }
586
587 run_cc_link_tests [list \
588 [list \
589 "Build libpr19704a.so" \
590 "-shared -Wl,-soname,libpr19704.so" \
591 "" \
592 { dummy.s } \
593 {} \
594 "libpr19704a.so" \
595 ] \
596 [list \
597 "Build libpr19704b.so" \
598 "-shared -Wl,-soname,libpr19704.so" \
599 "-fPIC" \
600 { pr19704b.c } \
601 {} \
602 "libpr19704b.so" \
603 ] \
604 ]
605
606 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
607
982c6f26 608 run_ld_link_exec_tests [list \
aec6b87e
L
609 [list \
610 "Run pr19704" \
d9816402 611 "-Wl,--no-as-needed,-R,tmpdir $ldflags tmpdir/libpr19704.so" \
aec6b87e
L
612 "" \
613 { pr19704a.c } \
614 "pr19704" \
615 "pr19704.out" \
616 "$cflags" \
617 ] \
618 ]
619
620 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
621
622 set exec_output [run_host_cmd tmpdir/pr19704 ""]
623 if {![string match $weak_symbol $exec_output]} {
624 fail $testname
625 } else {
626 pass $testname
627 }
628}
adc7571d 629
ea9fb8b3
L
630# Add $PLT_CFLAGS if PLT is expected.
631global PLT_CFLAGS
a7eaf017
L
632# Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
633global NOPIE_CFLAGS NOPIE_LDFLAGS
ea9fb8b3 634
56d4d7f2
L
635# Must be native with the C compiler
636if { [isnative] && [which $CC] != 0 } {
adc7571d
L
637 run_cc_link_tests {
638 {"Helper X32 DSO from x86-64 object" "" "-m64 -fPIC -g"
639 {simple.c} {} "libsimple.a"}
640 }
641
642 set convertx32 "$objcopy -O elf32-x86-64 tmpdir/simple.o tmpdir/simple-x32.o"
643 send_log "$convertx32\n"
644 set got [remote_exec host "$convertx32"]
645 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
646 send_log "$got\n"
647 fail "Convert x86-64 object to x32"
648 return
649 }
650
651 run_ld_link_tests {
652 {"X32 DSO from x86-64 object"
897aea50 653 "-shared -melf32_x86_64 tmpdir/simple-x32.o" "" "--x32"
adc7571d
L
654 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
655 }
76e7af5f
L
656
657 run_cc_link_tests [list \
658 [list \
659 "Build plt-lib.so" \
660 "-shared" \
661 "-fPIC" \
662 { plt-lib.c } \
663 {} \
664 "libplt-lib.so" \
665 ] \
666 [list \
667 "Build libplt-main1.a" \
668 "" \
0cb4071e 669 "-fPIC -Wa,-mrelax-relocations=yes" \
76e7af5f
L
670 { plt-main1.c } \
671 {{readelf {-Wr} plt-main1.rd}} \
672 "libplt-main1.a" \
673 ] \
674 [list \
675 "Build libplt-main2.a" \
676 "" \
0cb4071e 677 "-fPIC -Wa,-mrelax-relocations=yes" \
76e7af5f
L
678 { plt-main2.c } \
679 {{readelf {-Wr} plt-main2.rd}} \
680 "libplt-main2.a" \
681 ] \
682 [list \
683 "Build libplt-main3.a" \
684 "" \
0cb4071e 685 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
76e7af5f
L
686 { plt-main3.c } \
687 {{readelf {-Wr} plt-main3.rd}} \
688 "libplt-main3.a" \
689 ] \
690 [list \
691 "Build libplt-main4.a" \
692 "" \
0cb4071e 693 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
76e7af5f
L
694 { plt-main4.c } \
695 {{readelf {-Wr} plt-main4.rd}} \
696 "libplt-main4.a" \
697 ] \
dd7e64d4
L
698 [list \
699 "Build plt-main" \
700 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
701 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
702 "" \
703 { plt-main5.c } \
704 {{readelf {-Wr} plt-main.rd}} \
705 "plt-main" \
706 ] \
707 [list \
708 "Build plt-main with PIE" \
709 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
710 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
711 "-fPIC" \
712 { plt-main5.c } \
713 {{readelf {-Wr} plt-main.rd}} \
714 "plt-main" \
715 ] \
9a926d55
L
716 [list \
717 "Build copyreloc-lib.so" \
718 "-shared" \
719 "-fPIC" \
720 { copyreloc-lib.c } \
721 {} \
722 "copyreloc-lib.so" \
723 ] \
724 [list \
46175b4e
L
725 "Build libcopyreloc-main.a" \
726 "" \
9a926d55 727 "" \
01bbed2a 728 { copyreloc-main.S } \
46175b4e
L
729 {} \
730 "libcopyreloc-main.a" \
731 ] \
732 [list \
733 "Build copyreloc-main with PIE without -fPIE (1)" \
734 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
735 "" \
736 { dummy.s } \
9a926d55
L
737 {{readelf {-Wr} copyreloc-main1.rd}} \
738 "copyreloc-main" \
739 ] \
740 [list \
741 "Build copyreloc-main with PIE without -fPIE (2)" \
46175b4e 742 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
9a926d55 743 "" \
46175b4e 744 { dummy.s } \
9a926d55
L
745 {{readelf {-Wr} copyreloc-main2.rd}} \
746 "copyreloc-main" \
747 ] \
bc696fd5
L
748 [list \
749 "Build pr17689.so" \
750 "-shared" \
751 "-fPIC" \
752 { pr17689a.c } \
753 {} \
754 "pr17689.so" \
755 ] \
25070364
L
756 [list \
757 "Build pr17689now.so with -z now" \
758 "-shared -Wl,-z,now" \
759 "-fPIC" \
760 { pr17689a.c } \
761 {{readelf {-Wr} pr17689now.rd}} \
762 "pr17689now.so" \
763 ] \
bc696fd5 764 [list \
37ce0cc4
L
765 "Build pr17689b.o" \
766 "" \
bc696fd5
L
767 "" \
768 { pr17689b.S } \
37ce0cc4
L
769 {} \
770 ] \
771 [list \
772 "Build pr17689 with PIE without -fPIE" \
773 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
774 "" \
775 { dummy.s } \
bc696fd5
L
776 {{readelf {-Wr} pr17689.rd}} \
777 "pr17689" \
778 ] \
25070364
L
779 [list \
780 "Build pr17689 with PIE -z now without -fPIE" \
37ce0cc4 781 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
25070364 782 "" \
37ce0cc4 783 { dummy.s } \
25070364
L
784 {{readelf {-Wr} pr17689now.rd}} \
785 "pr17689now" \
786 ] \
9d1d54d5
L
787 [list \
788 "Build pr17827 with PIE without -fPIE" \
37ce0cc4 789 "-Wl,--as-needed tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
9d1d54d5 790 "" \
37ce0cc4 791 { dummy.s } \
9d1d54d5
L
792 {{readelf {-Wr} pr17827.rd}} \
793 "pr17827" \
794 ] \
04ebc307
L
795 [list \
796 "Build pr18900.so" \
797 "-shared" \
798 "-fPIC" \
799 { pr18900a.c } \
800 "" \
801 "pr18900.so" \
802 ] \
803 [list \
23a4bd22
L
804 "Build pr18900.o" \
805 "-r -nostdlib" \
04ebc307
L
806 "" \
807 { pr18900b.c pr18900c.c } \
23a4bd22
L
808 "" \
809 "pr18900.o" \
810 ] \
811 [list \
812 "Build pr18900a" \
813 "tmpdir/pr18900.o tmpdir/pr18900.so" \
814 "" \
815 { dummy.s } \
04ebc307
L
816 {{readelf {-Wrd} pr18900a.rd}} \
817 "pr18900a" \
818 ] \
819 [list \
820 "Build pr18900b" \
23a4bd22 821 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
04ebc307 822 "" \
23a4bd22 823 { dummy.s } \
04ebc307
L
824 {{readelf {-Wrd} pr18900b.rd}} \
825 "pr18900b" \
826 ] \
5db4f0d3
L
827 [list \
828 "Build pr19031.so" \
829 "-shared" \
830 "-fPIC" \
831 { pr19031a.c } \
832 "" \
833 "pr19031.so" \
834 ] \
56ceb5b5
L
835 [list \
836 "Build gotpcrel1d.so" \
837 "-shared" \
838 "" \
839 { gotpcrel1d.S } \
840 "" \
841 "gotpcrel1d.so" \
842 ] \
37ce0cc4 843 [list \
b1058ce9 844 "Build gotpcrel1a.o gotpcrel1b.o gotpcrel1c.o" \
37ce0cc4 845 "" \
b1058ce9 846 "-Wa,-mrelax-relocations=yes" \
37ce0cc4 847 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
37ce0cc4 848 ] \
56ceb5b5
L
849 [list \
850 "Build gotpcrel1" \
68193357
L
851 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpcrel1a.o \
852 tmpdir/gotpcrel1b.o tmpdir/gotpcrel1c.o \
853 tmpdir/gotpcrel1d.so" \
37ce0cc4 854 { dummy.s } \
b1058ce9 855 "" \
56ceb5b5
L
856 {{objdump {-dw} gotpcrel1.dd}} \
857 "gotpcrel1" \
858 ] \
ead3d542
L
859 [list \
860 "Build pr19319.so" \
861 "-shared" \
862 "" \
863 { pr19319a.S } \
864 "" \
865 "pr19319.so" \
866 ] \
867 [list \
868 "Build pr19319" \
869 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
870 "" \
871 { pr19319b.S } \
872 {{objdump {-dw} pr19319.dd}} \
873 "pr19319" \
874 ] \
46bed679
L
875 [list \
876 "Build property 1" \
877 "" \
878 "" \
879 {pass.c property-no-copy.S} \
880 {{readelf {-n} property-1.r}} \
881 "property-1" \
882 ] \
883 [list \
884 "Build property 1 (.o)" \
885 "-r -nostdlib" \
886 "" \
887 {pass.c property-no-copy.S} \
888 {{readelf {-n} property-1.r}} \
889 "property-1.o" \
890 ] \
891 [list \
892 "Build property 1 (.so)" \
893 "-shared" \
894 "-fPIC" \
895 {pass.c property-no-copy.S} \
896 {{readelf {-n} property-1.r}} \
897 "property-1.so" \
898 ] \
899 [list \
900 "Build property 2" \
901 "" \
902 "" \
903 {pass.c property-stack.S} \
904 {{readelf {-n} property-2.r}} \
905 "property-2" \
906 ] \
907 [list \
908 "Build property 2 (.o)" \
909 "-r -nostdlib" \
910 "" \
911 {pass.c property-stack.S} \
912 {{readelf {-n} property-2.r}} \
913 "property-2.o" \
914 ] \
915 [list \
916 "Build property 2 (.so)" \
917 "-shared" \
918 "-fPIC" \
919 {pass.c property-stack.S} \
920 {{readelf {-n} property-2.r}} \
921 "property-2.so" \
922 ] \
923 [list \
924 "Build property 3" \
925 "" \
926 "" \
927 {pass.c property-stack.S property-x86-1.S} \
928 {{readelf {-n} property-3.r}} \
929 "property-3" \
930 ] \
931 [list \
932 "Build property 3 (.o)" \
933 "-r -nostdlib" \
934 "" \
935 {pass.c property-x86-1.S property-stack.S} \
936 {{readelf {-n} property-3.r}} \
937 "property-3.o" \
938 ] \
939 [list \
940 "Build property 3 (.so)" \
941 "-shared" \
942 "-fPIC" \
943 {property-x86-1.S pass.c property-stack.S} \
944 {{readelf {-n} property-3.r}} \
945 "property-3.so" \
946 ] \
947 [list \
948 "Build property 4" \
949 "" \
950 "" \
951 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
952 {{readelf {-n} property-4.r}} \
953 "property-4" \
954 ] \
955 [list \
956 "Build property 4 (.o)" \
957 "-r -nostdlib" \
958 "" \
959 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
960 {{readelf {-n} property-4.r}} \
961 "property-4.o" \
962 ] \
963 [list \
964 "Build property 4 (.so)" \
965 "-shared" \
966 "-fPIC" \
967 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
968 {{readelf {-n} property-4.r}} \
969 "property-4.so" \
970 ] \
971 [list \
972 "Build property 4 (-Wl,-z,stack-size=0)" \
973 "-Wl,-z,stack-size=0" \
974 "" \
975 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
976 {{readelf {-n} property-4.r}} \
977 "property-4" \
978 ] \
979 [list \
980 "Build property 5" \
981 "-Wl,-z,stack-size=0x900000" \
982 "" \
983 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
984 {{readelf {-n} property-5.r}} \
985 "property-5" \
986 ] \
987 [list \
988 "Build property 5 (.o)" \
989 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
990 "" \
991 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
992 {{readelf {-n} property-5.r}} \
993 "property-5.o" \
994 ] \
995 [list \
996 "Build property 5 (.so)" \
997 "-shared -Wl,-z,stack-size=0x900000" \
998 "-fPIC" \
999 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1000 {{readelf {-n} property-5.r}} \
1001 "property-5.so" \
1002 ] \
1003 [list \
1004 "Build property-6.so" \
1005 "-shared" \
1006 "-fPIC" \
1007 {property-6a.c property-6c.S} \
1008 {{readelf {-n} property-6.r}} \
1009 "property-6.so" \
1010 ] \
1011 [list \
1012 "Build property-6.o" \
1013 "-r -nostdlib" \
1014 "" \
1015 {property-6b.c property-stack.S} \
1016 {{readelf {-n} property-2.r}} \
1017 "property-6.o" \
1018 ] \
1019 [list \
1020 "Build property-6" \
1021 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
1022 { dummy.s } \
1023 "" \
1024 {{readelf {-n} property-2.r}} \
1025 "property-6" \
1026 ] \
1027 [list \
1028 "Build property 7a (.o)" \
1029 "-r -nostdlib" \
1030 "" \
1031 {property-unsorted-1.S} \
1032 {{readelf {-n} property-7.r}} \
1033 "property-7a.o" \
1034 ] \
1035 [list \
1036 "Build property 7b (.o)" \
1037 "-r -nostdlib" \
1038 "" \
1039 {property-unsorted-2.S} \
1040 {{readelf {-n} property-7.r}} \
1041 "property-7b.o" \
1042 ] \
7073b5b9
L
1043 [list \
1044 "Build pr22001-1.so" \
1045 "-shared" \
1046 "-fPIC" \
1047 { pr22001-1a.c } \
1048 {} \
1049 "pr22001-1.so" \
1050 ] \
1051 [list \
1052 "Build pr22001-1a" \
1053 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1054 "$NOPIE_CFLAGS" \
1055 { pr22001-1b.c } \
1056 {{error_output "pr22001-1a.err"}} \
1057 "pr22001-1a" \
1058 ] \
76e7af5f
L
1059 ]
1060
28e6a46b
L
1061 if {[istarget "x86_64-*-linux*-gnux32"]} {
1062 run_ld_link_exec_tests [list \
1063 [list \
1064 "Run pr22001-1b" \
1065 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1066 "" \
1067 { pr22001-1c.c } \
1068 "pr22001-1b" \
1069 "pass.out" \
1070 "$NOPIE_CFLAGS" \
1071 ] \
1072 ]
1073 } else {
1074 run_cc_link_tests [list \
1075 [list \
1076 "Build pr22001-1b" \
1077 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1078 "$NOPIE_CFLAGS" \
1079 { pr22001-1c.c } \
1080 {{error_output "pr22001-1b.err"}} \
1081 "pr22001-1b" \
1082 ] \
1083 ]
1084 }
1085
982c6f26 1086 run_ld_link_exec_tests [list \
76e7af5f
L
1087 [list \
1088 "Run plt-main" \
d9816402
AM
1089 "-Wl,--no-as-needed tmpdir/plt-main1.o tmpdir/plt-main2.o \
1090 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
76e7af5f
L
1091 "" \
1092 { plt-main5.c } \
1093 "plt-main" \
1094 "plt-main.out" \
1095 ] \
ce641d0b
L
1096 [list \
1097 "Run plt-main with PIE" \
d9816402
AM
1098 "-Wl,--no-as-needed -pie tmpdir/plt-main1.o tmpdir/plt-main2.o \
1099 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
ce641d0b
L
1100 "" \
1101 { plt-main5.c } \
1102 "plt-main-pie" \
1103 "plt-main.out" \
1104 "-fPIC" \
1105 ] \
9a926d55
L
1106 [list \
1107 "Run copyreloc-main with PIE without -fPIE" \
d9816402 1108 "-Wl,--as-needed -pie tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so" \
9a926d55 1109 "" \
46175b4e 1110 { dummy.s } \
9a926d55
L
1111 "copyreloc-main" \
1112 "copyreloc-main.out" \
1113 ] \
bc696fd5
L
1114 [list \
1115 "Run pr17689 with PIE without -fPIE" \
d9816402 1116 "-Wl,--no-as-needed -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
bc696fd5 1117 "" \
37ce0cc4 1118 { dummy.s } \
bc696fd5
L
1119 "pr17689" \
1120 "pr17689.out" \
1121 ] \
25070364
L
1122 [list \
1123 "Run pr17689 with PIE -z now without -fPIE" \
d9816402 1124 "-Wl,--as-needed,-z,now -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
25070364 1125 "" \
37ce0cc4 1126 { dummy.s } \
25070364
L
1127 "pr17689now" \
1128 "pr17689.out" \
1129 ] \
04ebc307
L
1130 [list \
1131 "Run pr18900" \
d9816402 1132 "-Wl,--no-as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
04ebc307 1133 "" \
23a4bd22 1134 { dummy.s } \
04ebc307
L
1135 "pr18900" \
1136 "pr18900.out" \
1137 ] \
5db4f0d3
L
1138 [list \
1139 "Run pr19031" \
68193357 1140 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr19031.so" \
5db4f0d3
L
1141 "" \
1142 { pr19031b.S pr19031c.c } \
1143 "pr19031" \
1144 "pr19031.out" \
68193357 1145 "$NOPIE_CFLAGS" \
5db4f0d3 1146 ] \
56ceb5b5
L
1147 [list \
1148 "Run gotpcrel1" \
d9816402 1149 "-Wl,--no-as-needed tmpdir/gotpcrel1d.so" \
56ceb5b5
L
1150 "" \
1151 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
1152 "gotpcrel1" \
1153 "gotpcrel1.out" \
1154 ] \
46bed679
L
1155 [list \
1156 "Run property 1" \
1157 "" \
1158 "" \
1159 {pass.c property-no-copy.S} \
1160 "property-1" "pass.out" \
1161 ] \
1162 [list \
1163 "Run property 1 (PIE)" \
1164 "-pie" \
1165 "" \
1166 {pass.c property-no-copy.S} \
1167 "property-1-pie" "pass.out" "-fPIE" \
1168 ] \
1169 [list \
1170 "Run property 1 (static)" \
1171 "-static" \
1172 "" \
1173 {pass.c property-no-copy.S} \
1174 "property-1-static" "pass.out" \
1175 ] \
1176 [list \
1177 "Run property 2" \
1178 "" \
1179 "" \
1180 {pass.c property-stack.S} \
1181 "property-2" "pass.out" \
1182 ] \
1183 [list \
1184 "Run property 2 (PIE)" \
1185 "-pie" \
1186 "" \
1187 {pass.c property-stack.S} \
1188 "property-2-pie" "pass.out" "-fPIE" \
1189 ] \
1190 [list \
1191 "Run property 2 (static)" \
1192 "-static" \
1193 "" \
1194 {pass.c property-stack.S} \
1195 "property-3-static" "pass.out" \
1196 ] \
1197 [list \
1198 "Run property 3" \
1199 "" \
1200 "" \
1201 {pass.c property-stack.S property-x86-1.S} \
1202 "property-3" "pass.out" \
1203 ] \
1204 [list \
1205 "Run property 3 (PIE)" \
1206 "-pie" \
1207 "" \
1208 {pass.c property-x86-1.S property-stack.S} \
1209 "property-3-pie" "pass.out" "-fPIE" \
1210 ] \
1211 [list \
1212 "Run property 3 (static)" \
1213 "-static" \
1214 "" \
1215 {property-x86-1.S pass.c property-stack.S} \
1216 "property-3-static" "pass.out" \
1217 ] \
1218 [list \
1219 "Run property 4" \
1220 "" \
1221 "" \
1222 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1223 "property-4" "pass.out" \
1224 ] \
1225 [list \
1226 "Run property 4 (PIE)" \
1227 "-pie" \
1228 "" \
1229 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1230 "property-4-pie" "pass.out" "-fPIE" \
1231 ] \
1232 [list \
1233 "Run property 4 (static)" \
1234 "-static" \
1235 "" \
1236 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1237 "property-4-static" "pass.out" \
1238 ] \
1239 [list \
1240 "Run property 5" \
1241 "-Wl,-z,stack-size=0x900000" \
1242 "" \
1243 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1244 "property-5" "pass.out" \
1245 ] \
1246 [list \
1247 "Run property 5 (PIE)" \
1248 "-pie -Wl,-z,stack-size=0x900000" \
1249 "" \
1250 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1251 "property-5-pie" "pass.out" "-fPIE" \
1252 ] \
1253 [list \
1254 "Run property 5 (static)" \
1255 "-static -Wl,-z,stack-size=0x900000" \
1256 "" \
1257 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1258 "property-5-static" "pass.out" \
1259 ] \
7073b5b9
L
1260 [list \
1261 "Run pr22001-1a (PIC 1)" \
1262 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1263 "" \
1264 { pr22001-1b.c } \
1265 "pr22001-1a-pic-1" \
1266 "pass.out" \
1267 "-fPIC" \
1268 ] \
1269 [list \
1270 "Run pr22001-1a (PIC 2)" \
1271 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1272 "" \
1273 { pr22001-1b.c } \
1274 "pr22001-1a-pic-2" \
1275 "pass.out" \
1276 "-fPIC" \
1277 ] \
1278 [list \
1279 "Run pr22001-1b (PIC 1)" \
1280 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1281 "" \
1282 { pr22001-1c.c } \
1283 "pr22001-1b-pic-1" \
1284 "pass.out" \
1285 "-fPIC" \
1286 ] \
1287 [list \
1288 "Run pr22001-1b (PIC 2)" \
1289 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1290 "" \
1291 { pr22001-1c.c } \
1292 "pr22001-1b-pic-2" \
1293 "pass.out" \
1294 "-fPIC" \
1295 ] \
76e7af5f 1296 ]
dd7e64d4 1297
3c4f3228
L
1298 # Run-time tests which require working ifunc attribute support.
1299 if { [check_ifunc_attribute_available] } {
1300 run_cc_link_tests [list \
1301 [list \
1302 "Build libpr19784a.so" \
1303 "-shared -Wl,-Bsymbolic-functions" \
1304 "-fPIC -O2 -g" \
1305 { pr19784b.c pr19784c.c } \
1306 {} \
1307 "libpr19784a.so" \
1308 ] \
1309 [list \
1310 "Build libpr19784b.so" \
1311 "-shared -Wl,-Bsymbolic-functions" \
1312 "-fPIC -O2 -g" \
1313 { pr19784c.c pr19784b.c } \
1314 {} \
1315 "libpr19784b.so" \
1316 ] \
1317 [list \
1318 "Build pr19784a.o" \
1319 "" \
1320 "" \
1321 { pr19784a.c } \
1322 ] \
1323 ]
1324
1325 run_ld_link_exec_tests [list \
1326 [list \
1327 "Run pr19784a" \
d9816402 1328 "-Wl,--no-as-needed tmpdir/pr19784a.o tmpdir/libpr19784a.so" \
3c4f3228
L
1329 "" \
1330 { dummy.s } \
1331 "pr19784a" \
1332 "pass.out" \
1333 ] \
1334 [list \
1335 "Run pr19784b" \
d9816402 1336 "-Wl,--as-needed tmpdir/pr19784a.o tmpdir/libpr19784b.so" \
3c4f3228
L
1337 "" \
1338 { dummy.s } \
1339 "pr19784b" \
1340 "pass.out" \
1341 ] \
1342 ]
1343 }
1344
dd7e64d4
L
1345 if { [istarget "x86_64-*-linux*"] \
1346 && ![istarget "x86_64-*-linux*-gnux32"]} {
1347
1348 run_cc_link_tests [list \
1349 [list \
1350 "Build plt-main with -z bndplt" \
1351 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1352 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt" \
1353 "" \
1354 { plt-main5.c } \
1355 {{objdump {-drw} plt-main-bnd.dd}} \
1356 "plt-main-bnd" \
1357 ] \
1358 [list \
1359 "Build plt-main with PIE and -z bndplt" \
1360 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1361 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie" \
1362 "-fPIC" \
1363 { plt-main5.c } \
1364 {{objdump {-drw} plt-main-bnd.dd}} \
1365 "plt-main-pie-bnd" \
1366 ] \
38b12349
L
1367 [list \
1368 "Build plt-main with -z bndplt -z now" \
1369 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1370 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now" \
1371 "" \
1372 { plt-main5.c } \
1373 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1374 "plt-main-bnd-now" \
1375 ] \
1376 [list \
1377 "Build plt-main with PIE and -z bndplt -z now" \
1378 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1379 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie" \
1380 "-fPIC" \
1381 { plt-main5.c } \
1382 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1383 "plt-main-pie-bnd-now" \
1384 ] \
dd7e64d4
L
1385 ]
1386
982c6f26 1387 run_ld_link_exec_tests [list \
dd7e64d4
L
1388 [list \
1389 "Run plt-main with -z bndplt" \
d9816402
AM
1390 "-Wl,--no-as-needed,-z,bndplt tmpdir/plt-main1.o \
1391 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1392 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
dd7e64d4
L
1393 "" \
1394 { plt-main5.c } \
1395 "plt-main-bnd" \
1396 "plt-main.out" \
1397 ] \
1398 [list \
1399 "Run plt-main with PIE and -z bndplt" \
d9816402
AM
1400 "-Wl,--no-as-needed,-z,bndplt -pie tmpdir/plt-main1.o \
1401 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1402 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
dd7e64d4
L
1403 "" \
1404 { plt-main5.c } \
1405 "plt-main-pie-bnd" \
1406 "plt-main.out" \
1407 "-fPIC" \
1408 ] \
38b12349
L
1409 [list \
1410 "Run plt-main with -z bndplt -z now" \
1411 "-Wl,--no-as-needed,-z,bndplt,-z,now tmpdir/plt-main1.o \
1412 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1413 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1414 "" \
1415 { plt-main5.c } \
1416 "plt-main-bnd-now" \
1417 "plt-main.out" \
1418 ] \
1419 [list \
1420 "Run plt-main with PIE and -z bndplt -z now" \
1421 "-Wl,--no-as-needed,-z,bndplt,-z,now -pie tmpdir/plt-main1.o \
1422 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1423 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1424 "" \
1425 { plt-main5.c } \
1426 "plt-main-pie-bnd-now" \
1427 "plt-main.out" \
1428 "-fPIC" \
1429 ] \
9d734efa
L
1430 [list \
1431 "Run pr20800" \
d9816402 1432 "-Wl,-z,now -pie" \
9d734efa
L
1433 "" \
1434 { pr20800a.S pr20800b.S } \
1435 "pr20800" \
1436 "pass.out" \
1437 ] \
dd7e64d4 1438 ]
85406233
L
1439 if { [check_ifunc_attribute_available] } {
1440 run_ld_link_exec_tests [list \
1441 [list \
1442 "Run pr21481a" \
1443 "$NOPIE_LDFLAGS -Wl,-z,bndplt" \
1444 "" \
1445 { pr21481a.c pr21481b.S } \
1446 "pr21481a" \
1447 "pass.out" \
1448 "$NOPIE_CFLAGS" \
1449 ] \
1450 [list \
1451 "Run pr21481b" \
1452 "$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
1453 "" \
1454 { pr21481a.c pr21481b.S } \
1455 "pr21481b" \
1456 "pass.out" \
1457 "$NOPIE_CFLAGS" \
1458 ] \
1459 ]
1460 }
dd7e64d4 1461 }
aec6b87e 1462
ee2fdd6f
L
1463 if { [istarget "x86_64-*-linux*"] } {
1464 if { [istarget "x86_64-*-linux*-gnux32"] } {
1465 set pltdump {{objdump {-drw} plt-main-ibt-x32.dd}}
1466 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt-x32.dd}}
1467 } else {
1468 set pltdump {{objdump {-drw} plt-main-ibt.dd}}
1469 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt.dd}}
1470 }
1471 run_cc_link_tests [list \
1472 [list \
1473 "Build plt-main with -z ibtplt" \
1474 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1475 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt" \
1476 "" \
1477 { plt-main5.c } \
1478 $pltdump \
1479 "plt-main-ibt" \
1480 ] \
1481 [list \
1482 "Build plt-main with PIE and -z ibtplt" \
1483 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1484 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie" \
1485 "-fPIC" \
1486 { plt-main5.c } \
1487 $pltdump \
1488 "plt-main-pie-ibt" \
1489 ] \
1490 [list \
1491 "Build plt-main with -z ibtplt -z now" \
1492 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1493 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now" \
1494 "" \
1495 { plt-main5.c } \
1496 $pltsecdump \
1497 "plt-main-ibt-now" \
1498 ] \
1499 [list \
1500 "Build plt-main with PIE and -z ibtplt -z now" \
1501 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1502 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie" \
1503 "-fPIC" \
1504 { plt-main5.c } \
1505 $pltsecdump \
1506 "plt-main-pie-ibt-now" \
1507 ] \
1508 [list \
1509 "Build libibtplt-lib.so with -z ibtplt" \
1510 "-shared -z ibtplt" \
1511 "-fPIC" \
1512 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1513 $pltdump \
1514 "libibtplt-lib.so" \
1515 ] \
1516 [list \
1517 "Build libibtplt--now-lib.so with -z ibtplt -z now" \
1518 "-shared -z ibtplt -z now" \
1519 "-fPIC" \
1520 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1521 $pltdump \
1522 "libibtplt-now-lib.so" \
1523 ] \
1524 ]
1525
1526 run_ld_link_exec_tests [list \
1527 [list \
1528 "Run plt-main with -z ibtplt" \
1529 "-Wl,--no-as-needed,-z,ibtplt tmpdir/plt-main1.o \
1530 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1531 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1532 "" \
1533 { plt-main5.c } \
1534 "plt-main-ibt" \
1535 "plt-main.out" \
1536 ] \
1537 [list \
1538 "Run plt-main with PIE and -z ibtplt" \
1539 "-Wl,--no-as-needed,-z,ibtplt -pie tmpdir/plt-main1.o \
1540 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1541 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1542 "" \
1543 { plt-main5.c } \
1544 "plt-main-pie-ibt" \
1545 "plt-main.out" \
1546 "-fPIC" \
1547 ] \
1548 [list \
1549 "Run plt-main with -z ibtplt -z now" \
1550 "-Wl,--no-as-needed,-z,ibtplt,-z,now tmpdir/plt-main1.o \
1551 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1552 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1553 "" \
1554 { plt-main5.c } \
1555 "plt-main-ibt-now" \
1556 "plt-main.out" \
1557 ] \
1558 [list \
1559 "Run plt-main with PIE and -z ibtplt -z now" \
1560 "-Wl,--no-as-needed,-z,ibtplt,-z,now -pie tmpdir/plt-main1.o \
1561 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1562 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1563 "" \
1564 { plt-main5.c } \
1565 "plt-main-pie-ibt-now" \
1566 "plt-main.out" \
1567 "-fPIC" \
1568 ] \
1569 [list \
1570 "Run plt-main with libibtplt-lib.so -z ibtplt" \
1571 "-Wl,--no-as-needed,-z,ibtplt tmpdir/libibtplt-lib.so \
1572 tmpdir/libplt-lib.so" \
1573 "" \
1574 { plt-main5.c } \
1575 "plt-main-ibt-lib" \
1576 "plt-main.out" \
1577 ] \
1578 [list \
1579 "Run plt-main with libibtplt-lib.so -z ibtplt -z now" \
1580 "-Wl,--no-as-needed,-z,ibtplt,-z,now \
1581 tmpdir/libibtplt-now-lib.so tmpdir/libplt-lib.so" \
1582 "" \
1583 { plt-main5.c } \
1584 "plt-main-ibt-now-lib" \
1585 "plt-main.out" \
1586 ] \
1587 ]
1588
1589 if { [check_ifunc_attribute_available] } {
1590 run_ld_link_exec_tests [list \
1591 [list \
1592 "Run pr21481a" \
1593 "$NOPIE_LDFLAGS -Wl,-z,ibtplt" \
1594 "" \
1595 { pr21481a.c pr21481b.S } \
1596 "pr21481a" \
1597 "pass.out" \
1598 "$NOPIE_CFLAGS" \
1599 ] \
1600 [list \
1601 "Run pr21481b" \
1602 "$NOPIE_LDFLAGS -Wl,-z,ibtplt,-z,now" \
1603 "" \
1604 { pr21481a.c pr21481b.S } \
1605 "pr21481b" \
1606 "pass.out" \
1607 "$NOPIE_CFLAGS" \
1608 ] \
1609 ]
1610 }
1611 }
1612
a7eaf017 1613 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
aec6b87e
L
1614 undefined_weak "-fPIE" ""
1615 undefined_weak "-fPIE" "-pie"
d9816402
AM
1616 undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
1617 undefined_weak "-fPIE" "-pie -Wl,-z,nodynamic-undefined-weak"
adc7571d 1618}
ab7fede8
L
1619
1620if { ![istarget "x86_64-*-linux*"]} {
1621 return
1622}
1623
38b12349
L
1624run_ld_link_tests [list \
1625 [list \
1626 "basic PLT generation (-z now)" \
bab55c05 1627 "-z now -melf_x86_64 --hash-style=sysv tmpdir/libpltlib.so" \
38b12349
L
1628 "" \
1629 "--64" \
1630 {plt2.s} \
1631 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1632 "plt2" \
1633 ] \
abfa390d
L
1634 [list \
1635 "Build pr21626.so" \
1636 "-shared -melf_x86_64" \
1637 "" \
1638 "--64 -defsym __64_bit__=1" \
1639 {property-x86-3.s} \
1640 "" \
1641 "pr21626.so" \
1642 ] \
1643 [list \
1644 "Build pr21626" \
1645 "-melf_x86_64 tmpdir/pr21626.so" \
1646 "" \
1647 "--64" \
1648 {start.s foo.s} \
1649 "" \
1650 "pr21626" \
1651 ] \
38b12349
L
1652]
1653
ab7fede8 1654# Linux only tests
978c0540
L
1655global LD_CLASS
1656if { "$LD_CLASS" == "64bit" } then {
1657 # This test needs 64-bit linker.
1658 run_dump_test "pr17618"
1659}
a3747075 1660run_dump_test "pltgot-1"
7c1e8d3e 1661run_dump_test "pltgot-2"
59a1e29d
L
1662run_dump_test "pr20830a"
1663run_dump_test "pr20830b"
9e659176
L
1664run_dump_test "pr21038a"
1665run_dump_test "pr21038b"
8361ed4d 1666run_dump_test "pr21038c"
38b12349
L
1667run_dump_test "pr20830a-now"
1668run_dump_test "pr20830b-now"
1669run_dump_test "pr21038a-now"
1670run_dump_test "pr21038b-now"
1671run_dump_test "pr21038c-now"
ee2fdd6f
L
1672run_dump_test "ibt-plt-1"
1673run_dump_test "ibt-plt-1-x32"
1674run_dump_test "ibt-plt-2a"
1675run_dump_test "ibt-plt-2b"
1676run_dump_test "ibt-plt-2c"
1677run_dump_test "ibt-plt-2d"
1678run_dump_test "ibt-plt-2a-x32"
1679run_dump_test "ibt-plt-2b-x32"
1680run_dump_test "ibt-plt-2c-x32"
1681run_dump_test "ibt-plt-2d-x32"
1682run_dump_test "ibt-plt-3a"
1683run_dump_test "ibt-plt-3b"
1684run_dump_test "ibt-plt-3c"
1685run_dump_test "ibt-plt-3d"
1686run_dump_test "ibt-plt-3a-x32"
1687run_dump_test "ibt-plt-3b-x32"
1688run_dump_test "ibt-plt-3c-x32"
1689run_dump_test "ibt-plt-3d-x32"