]> 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"
0e30d991 371run_dump_test "pr22071"
25d17eb4 372
5a68afcf 373if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} {
25d17eb4
L
374 return
375}
376
5a68afcf 377if ![ld_assemble $as "--x32 $srcdir/$subdir/start.s" tmpdir/startx32.o] {
889a4d3e
L
378 unresolved "Build ILP32 start.o"
379 return
380}
381
5a68afcf 382if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
889a4d3e
L
383 unresolved "Build ia32 start.o"
384 return
385}
386
5a68afcf 387if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
889a4d3e
L
388 unresolved "Build LP64 start.o"
389 return
390}
391
5a68afcf 392if ![ld_assemble $as "--x32 $srcdir/$subdir/foo.s" tmpdir/foox32.o] {
889a4d3e
L
393 unresolved "Build ILP32 foo.o"
394 return
395}
396
5a68afcf 397if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
889a4d3e
L
398 unresolved "Build ia32 foo.o"
399 return
400}
401
5a68afcf 402if ![ld_assemble $as "--64 $srcdir/$subdir/foo.s" tmpdir/foo64.o] {
889a4d3e
L
403 unresolved "Build LP64 foo.o"
404 return
405}
406
25d17eb4 407run_dump_test "compressed1"
889a4d3e
L
408run_dump_test "ilp32-1"
409run_dump_test "ilp32-2"
410run_dump_test "ilp32-3"
82e96e07 411run_dump_test "ilp32-4"
5a68afcf 412run_dump_test "ilp32-4-nacl"
248775ba 413run_dump_test "ilp32-5"
d7921315
L
414run_dump_test "ilp32-6"
415run_dump_test "ilp32-7"
416run_dump_test "ilp32-8"
417run_dump_test "ilp32-9"
df4f9443 418run_dump_test "ilp32-10"
8cf0d2dd 419run_dump_test "ilp32-11"
889a4d3e
L
420run_dump_test "ia32-1"
421run_dump_test "ia32-2"
422run_dump_test "ia32-3"
423run_dump_test "lp64-1"
424run_dump_test "lp64-2"
425run_dump_test "lp64-3"
64d25c44
L
426run_dump_test "pr13082-1a"
427run_dump_test "pr13082-1b"
428run_dump_test "pr13082-2a"
429run_dump_test "pr13082-2b"
430run_dump_test "pr13082-3a"
431run_dump_test "pr13082-3b"
bae420ef
L
432run_dump_test "pr13082-3c"
433run_dump_test "pr13082-3d"
64d25c44
L
434run_dump_test "pr13082-4a"
435run_dump_test "pr13082-4b"
436run_dump_test "pr13082-5a"
437run_dump_test "pr13082-5b"
438run_dump_test "pr13082-6a"
439run_dump_test "pr13082-6b"
80d87326
L
440run_dump_test "lea1a"
441run_dump_test "lea1b"
442run_dump_test "lea1c"
443run_dump_test "lea1d"
444run_dump_test "lea1e"
445run_dump_test "lea1f"
daa67607
L
446run_dump_test "lea1g"
447run_dump_test "lea1h"
448run_dump_test "lea1i"
449run_dump_test "lea1j"
450run_dump_test "lea1k"
451run_dump_test "lea1l"
3f65f599
L
452run_dump_test "mov1a"
453run_dump_test "mov1b"
454run_dump_test "mov1c"
455run_dump_test "mov1d"
02e2aef8
L
456run_dump_test "mov2a"
457run_dump_test "mov2b"
458run_dump_test "mov2c"
459run_dump_test "mov2d"
56ceb5b5
L
460run_dump_test "load1a"
461run_dump_test "load1b"
462run_dump_test "load1c"
463run_dump_test "load1d"
caa65211
L
464run_dump_test "load1a-nacl"
465run_dump_test "load1b-nacl"
466run_dump_test "load1c-nacl"
467run_dump_test "load1d-nacl"
2856a627 468run_dump_test "load2"
caa65211
L
469run_dump_test "call1a"
470run_dump_test "call1b"
471run_dump_test "call1c"
472run_dump_test "call1d"
473run_dump_test "call1e"
474run_dump_test "call1f"
475run_dump_test "call1g"
476run_dump_test "call1h"
477run_dump_test "call1i"
1952c5cd
L
478run_dump_test "pr17935-1"
479run_dump_test "pr17935-2"
b19a8f85 480run_dump_test "pr18160"
875b5b9d 481run_dump_test "pr18176"
8efa2874 482run_dump_test "pr18801"
13a2df29 483run_dump_test "pr18815"
9865bd0d
L
484run_dump_test "pr19013"
485run_dump_test "pr19013-x32"
486run_dump_test "pr19013-nacl"
7963511f 487run_dump_test "pr19162"
7b7e7f1d 488run_dump_test "pr19175"
6ba2af25 489run_dump_test "pr18591"
e20365c5 490run_dump_test "pr19615"
aec6b87e
L
491run_dump_test "pr19636-1a"
492run_dump_test "pr19636-1b"
493run_dump_test "pr19636-1c"
494run_dump_test "pr19636-1d"
495run_dump_test "pr19636-1e"
496run_dump_test "pr19636-1f"
497run_dump_test "pr19636-1g"
498run_dump_test "pr19636-2a"
499run_dump_test "pr19636-2b"
500run_dump_test "pr19636-2c"
501run_dump_test "pr19636-2d"
502run_dump_test "pr19636-2d-nacl"
503run_dump_test "pr19636-2e"
504run_dump_test "pr19636-2f"
505run_dump_test "pr19636-2g"
506run_dump_test "pr19636-2h"
507run_dump_test "pr19636-2i"
508run_dump_test "pr19636-3a"
509run_dump_test "pr19636-3b"
510run_dump_test "pr19636-3c"
b8871f35 511run_dump_test "pr19645"
bae420ef
L
512run_dump_test "pr19609-1a"
513run_dump_test "pr19609-1b"
514run_dump_test "pr19609-1c"
515run_dump_test "pr19609-1d"
516run_dump_test "pr19609-1e"
517run_dump_test "pr19609-1f"
518run_dump_test "pr19609-1g"
519run_dump_test "pr19609-1h"
520run_dump_test "pr19609-1i"
521run_dump_test "pr19609-1j"
522run_dump_test "pr19609-1k"
523run_dump_test "pr19609-1l"
524run_dump_test "pr19609-1m"
525run_dump_test "pr19609-2a"
526run_dump_test "pr19609-2b"
527run_dump_test "pr19609-2c"
528run_dump_test "pr19609-2d"
529run_dump_test "pr19609-3a"
530run_dump_test "pr19609-3b"
531run_dump_test "pr19609-4a"
532run_dump_test "pr19609-4b"
533run_dump_test "pr19609-4c"
534run_dump_test "pr19609-4d"
535run_dump_test "pr19609-4e"
536run_dump_test "pr19609-5a"
537run_dump_test "pr19609-5b"
538run_dump_test "pr19609-5c"
539run_dump_test "pr19609-5d"
540run_dump_test "pr19609-5e"
541run_dump_test "pr19609-6a"
542run_dump_test "pr19609-6b"
543run_dump_test "pr19609-6c"
544run_dump_test "pr19609-6d"
545run_dump_test "pr19609-7a"
546run_dump_test "pr19609-7b"
547run_dump_test "pr19609-7c"
548run_dump_test "pr19609-7d"
2df3368d
L
549run_dump_test "pr19939a"
550run_dump_test "pr19939b"
87d455c0 551run_dump_test "pr19719"
233cc9c1
L
552run_dump_test "pr20253-1a"
553run_dump_test "pr20253-1b"
554run_dump_test "pr20253-1c"
555run_dump_test "pr20253-1d"
556run_dump_test "pr20253-1e"
557run_dump_test "pr20253-1f"
558run_dump_test "pr20253-1g"
559run_dump_test "pr20253-1h"
560run_dump_test "pr20253-1i"
561run_dump_test "pr20253-1j"
562run_dump_test "pr20253-1k"
563run_dump_test "pr20253-1l"
564run_dump_test "pr20253-3"
565run_dump_test "pr20253-4a"
566run_dump_test "pr20253-4b"
567run_dump_test "pr20253-4c"
568run_dump_test "pr20253-4d"
569run_dump_test "pr20253-4e"
570run_dump_test "pr20253-4f"
571run_dump_test "pr20253-5a"
572run_dump_test "pr20253-5b"
97d343d4 573run_dump_test "tlsdesc2"
d7de6408 574run_dump_test "pr22048"
aec6b87e
L
575
576proc undefined_weak {cflags ldflags} {
577 set testname "Undefined weak symbol"
578 if { ![ string match "" $cflags$ldflags] } {
579 set testname "$testname ($cflags $ldflags)"
580 }
581
074f6066
L
582 if { [string match "*-fPIE*" $cflags]
583 && ![string match "*nodynamic-undefined-weak*" $ldflags] } {
aec6b87e
L
584 set weak_symbol "Weak defined"
585 } else {
586 set weak_symbol "Weak undefined"
587 }
588
589 run_cc_link_tests [list \
590 [list \
591 "Build libpr19704a.so" \
592 "-shared -Wl,-soname,libpr19704.so" \
593 "" \
594 { dummy.s } \
595 {} \
596 "libpr19704a.so" \
597 ] \
598 [list \
599 "Build libpr19704b.so" \
600 "-shared -Wl,-soname,libpr19704.so" \
601 "-fPIC" \
602 { pr19704b.c } \
603 {} \
604 "libpr19704b.so" \
605 ] \
606 ]
607
608 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
609
982c6f26 610 run_ld_link_exec_tests [list \
aec6b87e
L
611 [list \
612 "Run pr19704" \
d9816402 613 "-Wl,--no-as-needed,-R,tmpdir $ldflags tmpdir/libpr19704.so" \
aec6b87e
L
614 "" \
615 { pr19704a.c } \
616 "pr19704" \
617 "pr19704.out" \
618 "$cflags" \
619 ] \
620 ]
621
622 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
623
624 set exec_output [run_host_cmd tmpdir/pr19704 ""]
625 if {![string match $weak_symbol $exec_output]} {
626 fail $testname
627 } else {
628 pass $testname
629 }
630}
adc7571d 631
ea9fb8b3
L
632# Add $PLT_CFLAGS if PLT is expected.
633global PLT_CFLAGS
a7eaf017
L
634# Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
635global NOPIE_CFLAGS NOPIE_LDFLAGS
ea9fb8b3 636
56d4d7f2
L
637# Must be native with the C compiler
638if { [isnative] && [which $CC] != 0 } {
adc7571d
L
639 run_cc_link_tests {
640 {"Helper X32 DSO from x86-64 object" "" "-m64 -fPIC -g"
641 {simple.c} {} "libsimple.a"}
642 }
643
644 set convertx32 "$objcopy -O elf32-x86-64 tmpdir/simple.o tmpdir/simple-x32.o"
645 send_log "$convertx32\n"
646 set got [remote_exec host "$convertx32"]
647 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
648 send_log "$got\n"
649 fail "Convert x86-64 object to x32"
650 return
651 }
652
653 run_ld_link_tests {
654 {"X32 DSO from x86-64 object"
897aea50 655 "-shared -melf32_x86_64 tmpdir/simple-x32.o" "" "--x32"
adc7571d
L
656 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
657 }
76e7af5f
L
658
659 run_cc_link_tests [list \
660 [list \
661 "Build plt-lib.so" \
662 "-shared" \
663 "-fPIC" \
664 { plt-lib.c } \
665 {} \
666 "libplt-lib.so" \
667 ] \
668 [list \
669 "Build libplt-main1.a" \
670 "" \
0cb4071e 671 "-fPIC -Wa,-mrelax-relocations=yes" \
76e7af5f
L
672 { plt-main1.c } \
673 {{readelf {-Wr} plt-main1.rd}} \
674 "libplt-main1.a" \
675 ] \
676 [list \
677 "Build libplt-main2.a" \
678 "" \
0cb4071e 679 "-fPIC -Wa,-mrelax-relocations=yes" \
76e7af5f
L
680 { plt-main2.c } \
681 {{readelf {-Wr} plt-main2.rd}} \
682 "libplt-main2.a" \
683 ] \
684 [list \
685 "Build libplt-main3.a" \
686 "" \
0cb4071e 687 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
76e7af5f
L
688 { plt-main3.c } \
689 {{readelf {-Wr} plt-main3.rd}} \
690 "libplt-main3.a" \
691 ] \
692 [list \
693 "Build libplt-main4.a" \
694 "" \
0cb4071e 695 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
76e7af5f
L
696 { plt-main4.c } \
697 {{readelf {-Wr} plt-main4.rd}} \
698 "libplt-main4.a" \
699 ] \
dd7e64d4
L
700 [list \
701 "Build plt-main" \
702 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
703 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
704 "" \
705 { plt-main5.c } \
706 {{readelf {-Wr} plt-main.rd}} \
707 "plt-main" \
708 ] \
709 [list \
710 "Build plt-main with PIE" \
711 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
712 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
713 "-fPIC" \
714 { plt-main5.c } \
715 {{readelf {-Wr} plt-main.rd}} \
716 "plt-main" \
717 ] \
9a926d55
L
718 [list \
719 "Build copyreloc-lib.so" \
720 "-shared" \
721 "-fPIC" \
722 { copyreloc-lib.c } \
723 {} \
724 "copyreloc-lib.so" \
725 ] \
726 [list \
46175b4e
L
727 "Build libcopyreloc-main.a" \
728 "" \
9a926d55 729 "" \
01bbed2a 730 { copyreloc-main.S } \
46175b4e
L
731 {} \
732 "libcopyreloc-main.a" \
733 ] \
734 [list \
735 "Build copyreloc-main with PIE without -fPIE (1)" \
736 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
737 "" \
738 { dummy.s } \
9a926d55
L
739 {{readelf {-Wr} copyreloc-main1.rd}} \
740 "copyreloc-main" \
741 ] \
742 [list \
743 "Build copyreloc-main with PIE without -fPIE (2)" \
46175b4e 744 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
9a926d55 745 "" \
46175b4e 746 { dummy.s } \
9a926d55
L
747 {{readelf {-Wr} copyreloc-main2.rd}} \
748 "copyreloc-main" \
749 ] \
bc696fd5
L
750 [list \
751 "Build pr17689.so" \
752 "-shared" \
753 "-fPIC" \
754 { pr17689a.c } \
755 {} \
756 "pr17689.so" \
757 ] \
25070364
L
758 [list \
759 "Build pr17689now.so with -z now" \
760 "-shared -Wl,-z,now" \
761 "-fPIC" \
762 { pr17689a.c } \
763 {{readelf {-Wr} pr17689now.rd}} \
764 "pr17689now.so" \
765 ] \
bc696fd5 766 [list \
37ce0cc4
L
767 "Build pr17689b.o" \
768 "" \
bc696fd5
L
769 "" \
770 { pr17689b.S } \
37ce0cc4
L
771 {} \
772 ] \
773 [list \
774 "Build pr17689 with PIE without -fPIE" \
775 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
776 "" \
777 { dummy.s } \
bc696fd5
L
778 {{readelf {-Wr} pr17689.rd}} \
779 "pr17689" \
780 ] \
25070364
L
781 [list \
782 "Build pr17689 with PIE -z now without -fPIE" \
37ce0cc4 783 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
25070364 784 "" \
37ce0cc4 785 { dummy.s } \
25070364
L
786 {{readelf {-Wr} pr17689now.rd}} \
787 "pr17689now" \
788 ] \
9d1d54d5
L
789 [list \
790 "Build pr17827 with PIE without -fPIE" \
37ce0cc4 791 "-Wl,--as-needed tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
9d1d54d5 792 "" \
37ce0cc4 793 { dummy.s } \
9d1d54d5
L
794 {{readelf {-Wr} pr17827.rd}} \
795 "pr17827" \
796 ] \
04ebc307
L
797 [list \
798 "Build pr18900.so" \
799 "-shared" \
800 "-fPIC" \
801 { pr18900a.c } \
802 "" \
803 "pr18900.so" \
804 ] \
805 [list \
23a4bd22
L
806 "Build pr18900.o" \
807 "-r -nostdlib" \
04ebc307
L
808 "" \
809 { pr18900b.c pr18900c.c } \
23a4bd22
L
810 "" \
811 "pr18900.o" \
812 ] \
813 [list \
814 "Build pr18900a" \
815 "tmpdir/pr18900.o tmpdir/pr18900.so" \
816 "" \
817 { dummy.s } \
04ebc307
L
818 {{readelf {-Wrd} pr18900a.rd}} \
819 "pr18900a" \
820 ] \
821 [list \
822 "Build pr18900b" \
23a4bd22 823 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
04ebc307 824 "" \
23a4bd22 825 { dummy.s } \
04ebc307
L
826 {{readelf {-Wrd} pr18900b.rd}} \
827 "pr18900b" \
828 ] \
5db4f0d3
L
829 [list \
830 "Build pr19031.so" \
831 "-shared" \
832 "-fPIC" \
833 { pr19031a.c } \
834 "" \
835 "pr19031.so" \
836 ] \
56ceb5b5
L
837 [list \
838 "Build gotpcrel1d.so" \
839 "-shared" \
840 "" \
841 { gotpcrel1d.S } \
842 "" \
843 "gotpcrel1d.so" \
844 ] \
37ce0cc4 845 [list \
b1058ce9 846 "Build gotpcrel1a.o gotpcrel1b.o gotpcrel1c.o" \
37ce0cc4 847 "" \
b1058ce9 848 "-Wa,-mrelax-relocations=yes" \
37ce0cc4 849 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
37ce0cc4 850 ] \
56ceb5b5
L
851 [list \
852 "Build gotpcrel1" \
68193357
L
853 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpcrel1a.o \
854 tmpdir/gotpcrel1b.o tmpdir/gotpcrel1c.o \
855 tmpdir/gotpcrel1d.so" \
37ce0cc4 856 { dummy.s } \
b1058ce9 857 "" \
56ceb5b5
L
858 {{objdump {-dw} gotpcrel1.dd}} \
859 "gotpcrel1" \
860 ] \
ead3d542
L
861 [list \
862 "Build pr19319.so" \
863 "-shared" \
864 "" \
865 { pr19319a.S } \
866 "" \
867 "pr19319.so" \
868 ] \
869 [list \
870 "Build pr19319" \
871 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
872 "" \
873 { pr19319b.S } \
874 {{objdump {-dw} pr19319.dd}} \
875 "pr19319" \
876 ] \
46bed679
L
877 [list \
878 "Build property 1" \
879 "" \
880 "" \
881 {pass.c property-no-copy.S} \
882 {{readelf {-n} property-1.r}} \
883 "property-1" \
884 ] \
885 [list \
886 "Build property 1 (.o)" \
887 "-r -nostdlib" \
888 "" \
889 {pass.c property-no-copy.S} \
890 {{readelf {-n} property-1.r}} \
891 "property-1.o" \
892 ] \
893 [list \
894 "Build property 1 (.so)" \
895 "-shared" \
896 "-fPIC" \
897 {pass.c property-no-copy.S} \
898 {{readelf {-n} property-1.r}} \
899 "property-1.so" \
900 ] \
901 [list \
902 "Build property 2" \
903 "" \
904 "" \
905 {pass.c property-stack.S} \
906 {{readelf {-n} property-2.r}} \
907 "property-2" \
908 ] \
909 [list \
910 "Build property 2 (.o)" \
911 "-r -nostdlib" \
912 "" \
913 {pass.c property-stack.S} \
914 {{readelf {-n} property-2.r}} \
915 "property-2.o" \
916 ] \
917 [list \
918 "Build property 2 (.so)" \
919 "-shared" \
920 "-fPIC" \
921 {pass.c property-stack.S} \
922 {{readelf {-n} property-2.r}} \
923 "property-2.so" \
924 ] \
925 [list \
926 "Build property 3" \
927 "" \
928 "" \
929 {pass.c property-stack.S property-x86-1.S} \
930 {{readelf {-n} property-3.r}} \
931 "property-3" \
932 ] \
933 [list \
934 "Build property 3 (.o)" \
935 "-r -nostdlib" \
936 "" \
937 {pass.c property-x86-1.S property-stack.S} \
938 {{readelf {-n} property-3.r}} \
939 "property-3.o" \
940 ] \
941 [list \
942 "Build property 3 (.so)" \
943 "-shared" \
944 "-fPIC" \
945 {property-x86-1.S pass.c property-stack.S} \
946 {{readelf {-n} property-3.r}} \
947 "property-3.so" \
948 ] \
949 [list \
950 "Build property 4" \
951 "" \
952 "" \
953 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
954 {{readelf {-n} property-4.r}} \
955 "property-4" \
956 ] \
957 [list \
958 "Build property 4 (.o)" \
959 "-r -nostdlib" \
960 "" \
961 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
962 {{readelf {-n} property-4.r}} \
963 "property-4.o" \
964 ] \
965 [list \
966 "Build property 4 (.so)" \
967 "-shared" \
968 "-fPIC" \
969 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
970 {{readelf {-n} property-4.r}} \
971 "property-4.so" \
972 ] \
973 [list \
974 "Build property 4 (-Wl,-z,stack-size=0)" \
975 "-Wl,-z,stack-size=0" \
976 "" \
977 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
978 {{readelf {-n} property-4.r}} \
979 "property-4" \
980 ] \
981 [list \
982 "Build property 5" \
983 "-Wl,-z,stack-size=0x900000" \
984 "" \
985 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
986 {{readelf {-n} property-5.r}} \
987 "property-5" \
988 ] \
989 [list \
990 "Build property 5 (.o)" \
991 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
992 "" \
993 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
994 {{readelf {-n} property-5.r}} \
995 "property-5.o" \
996 ] \
997 [list \
998 "Build property 5 (.so)" \
999 "-shared -Wl,-z,stack-size=0x900000" \
1000 "-fPIC" \
1001 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1002 {{readelf {-n} property-5.r}} \
1003 "property-5.so" \
1004 ] \
1005 [list \
1006 "Build property-6.so" \
1007 "-shared" \
1008 "-fPIC" \
1009 {property-6a.c property-6c.S} \
1010 {{readelf {-n} property-6.r}} \
1011 "property-6.so" \
1012 ] \
1013 [list \
1014 "Build property-6.o" \
1015 "-r -nostdlib" \
1016 "" \
1017 {property-6b.c property-stack.S} \
1018 {{readelf {-n} property-2.r}} \
1019 "property-6.o" \
1020 ] \
1021 [list \
1022 "Build property-6" \
1023 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
1024 { dummy.s } \
1025 "" \
1026 {{readelf {-n} property-2.r}} \
1027 "property-6" \
1028 ] \
1029 [list \
1030 "Build property 7a (.o)" \
1031 "-r -nostdlib" \
1032 "" \
1033 {property-unsorted-1.S} \
1034 {{readelf {-n} property-7.r}} \
1035 "property-7a.o" \
1036 ] \
1037 [list \
1038 "Build property 7b (.o)" \
1039 "-r -nostdlib" \
1040 "" \
1041 {property-unsorted-2.S} \
1042 {{readelf {-n} property-7.r}} \
1043 "property-7b.o" \
1044 ] \
7073b5b9
L
1045 [list \
1046 "Build pr22001-1.so" \
1047 "-shared" \
1048 "-fPIC" \
1049 { pr22001-1a.c } \
1050 {} \
1051 "pr22001-1.so" \
1052 ] \
1053 [list \
1054 "Build pr22001-1a" \
1055 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1056 "$NOPIE_CFLAGS" \
1057 { pr22001-1b.c } \
1058 {{error_output "pr22001-1a.err"}} \
1059 "pr22001-1a" \
1060 ] \
a5b4ee94
L
1061 [list \
1062 "Build pr21997-1.so" \
1063 "-shared" \
1064 "" \
1065 { property-stack.S property-no-copy.S pr21997-1a.S } \
1066 {} \
1067 "pr21997-1.so" \
1068 ] \
1069 [list \
1070 "Build pr21997-1a" \
1071 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1072 "$NOPIE_CFLAGS" \
1073 { pr21997-1b.c } \
1074 {{error_output "pr21997-1a.err"}} \
1075 "pr21997-1a" \
1076 ] \
ad71ce8d
L
1077 [list \
1078 "Build pr22064a.o" \
1079 "" \
1080 "" \
1081 { pr22064a.S } \
1082 ] \
1083 [list \
1084 "Build pr22064.so" \
1085 "-shared" \
1086 "-fPIC" \
1087 { pr22064b.c } \
1088 {} \
1089 "pr22064.so" \
1090 ] \
76e7af5f
L
1091 ]
1092
28e6a46b
L
1093 if {[istarget "x86_64-*-linux*-gnux32"]} {
1094 run_ld_link_exec_tests [list \
1095 [list \
1096 "Run pr22001-1b" \
1097 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1098 "" \
1099 { pr22001-1c.c } \
1100 "pr22001-1b" \
1101 "pass.out" \
1102 "$NOPIE_CFLAGS" \
1103 ] \
a5b4ee94
L
1104 [list \
1105 "Run pr21997-1b" \
1106 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1107 "" \
1108 { pr21997-1c.c } \
1109 "pr21997-1b" \
1110 "pass.out" \
1111 "$NOPIE_CFLAGS" \
1112 ] \
28e6a46b
L
1113 ]
1114 } else {
1115 run_cc_link_tests [list \
1116 [list \
1117 "Build pr22001-1b" \
1118 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1119 "$NOPIE_CFLAGS" \
1120 { pr22001-1c.c } \
1121 {{error_output "pr22001-1b.err"}} \
1122 "pr22001-1b" \
1123 ] \
a5b4ee94
L
1124 [list \
1125 "Build pr21997-1b" \
1126 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1127 "$NOPIE_CFLAGS" \
1128 { pr21997-1c.c } \
1129 {{error_output "pr21997-1b.err"}} \
1130 "pr21997-1b" \
1131 ] \
28e6a46b
L
1132 ]
1133 }
1134
982c6f26 1135 run_ld_link_exec_tests [list \
76e7af5f
L
1136 [list \
1137 "Run plt-main" \
d9816402
AM
1138 "-Wl,--no-as-needed tmpdir/plt-main1.o tmpdir/plt-main2.o \
1139 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
76e7af5f
L
1140 "" \
1141 { plt-main5.c } \
1142 "plt-main" \
1143 "plt-main.out" \
1144 ] \
ce641d0b
L
1145 [list \
1146 "Run plt-main with PIE" \
d9816402
AM
1147 "-Wl,--no-as-needed -pie tmpdir/plt-main1.o tmpdir/plt-main2.o \
1148 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
ce641d0b
L
1149 "" \
1150 { plt-main5.c } \
1151 "plt-main-pie" \
1152 "plt-main.out" \
1153 "-fPIC" \
1154 ] \
9a926d55
L
1155 [list \
1156 "Run copyreloc-main with PIE without -fPIE" \
d9816402 1157 "-Wl,--as-needed -pie tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so" \
9a926d55 1158 "" \
46175b4e 1159 { dummy.s } \
9a926d55
L
1160 "copyreloc-main" \
1161 "copyreloc-main.out" \
1162 ] \
bc696fd5
L
1163 [list \
1164 "Run pr17689 with PIE without -fPIE" \
d9816402 1165 "-Wl,--no-as-needed -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
bc696fd5 1166 "" \
37ce0cc4 1167 { dummy.s } \
bc696fd5
L
1168 "pr17689" \
1169 "pr17689.out" \
1170 ] \
25070364
L
1171 [list \
1172 "Run pr17689 with PIE -z now without -fPIE" \
d9816402 1173 "-Wl,--as-needed,-z,now -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
25070364 1174 "" \
37ce0cc4 1175 { dummy.s } \
25070364
L
1176 "pr17689now" \
1177 "pr17689.out" \
1178 ] \
04ebc307
L
1179 [list \
1180 "Run pr18900" \
d9816402 1181 "-Wl,--no-as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
04ebc307 1182 "" \
23a4bd22 1183 { dummy.s } \
04ebc307
L
1184 "pr18900" \
1185 "pr18900.out" \
1186 ] \
5db4f0d3
L
1187 [list \
1188 "Run pr19031" \
68193357 1189 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr19031.so" \
5db4f0d3
L
1190 "" \
1191 { pr19031b.S pr19031c.c } \
1192 "pr19031" \
1193 "pr19031.out" \
68193357 1194 "$NOPIE_CFLAGS" \
5db4f0d3 1195 ] \
56ceb5b5
L
1196 [list \
1197 "Run gotpcrel1" \
d9816402 1198 "-Wl,--no-as-needed tmpdir/gotpcrel1d.so" \
56ceb5b5
L
1199 "" \
1200 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
1201 "gotpcrel1" \
1202 "gotpcrel1.out" \
1203 ] \
46bed679
L
1204 [list \
1205 "Run property 1" \
1206 "" \
1207 "" \
1208 {pass.c property-no-copy.S} \
1209 "property-1" "pass.out" \
1210 ] \
1211 [list \
1212 "Run property 1 (PIE)" \
1213 "-pie" \
1214 "" \
1215 {pass.c property-no-copy.S} \
1216 "property-1-pie" "pass.out" "-fPIE" \
1217 ] \
1218 [list \
1219 "Run property 1 (static)" \
1220 "-static" \
1221 "" \
1222 {pass.c property-no-copy.S} \
1223 "property-1-static" "pass.out" \
1224 ] \
1225 [list \
1226 "Run property 2" \
1227 "" \
1228 "" \
1229 {pass.c property-stack.S} \
1230 "property-2" "pass.out" \
1231 ] \
1232 [list \
1233 "Run property 2 (PIE)" \
1234 "-pie" \
1235 "" \
1236 {pass.c property-stack.S} \
1237 "property-2-pie" "pass.out" "-fPIE" \
1238 ] \
1239 [list \
1240 "Run property 2 (static)" \
1241 "-static" \
1242 "" \
1243 {pass.c property-stack.S} \
1244 "property-3-static" "pass.out" \
1245 ] \
1246 [list \
1247 "Run property 3" \
1248 "" \
1249 "" \
1250 {pass.c property-stack.S property-x86-1.S} \
1251 "property-3" "pass.out" \
1252 ] \
1253 [list \
1254 "Run property 3 (PIE)" \
1255 "-pie" \
1256 "" \
1257 {pass.c property-x86-1.S property-stack.S} \
1258 "property-3-pie" "pass.out" "-fPIE" \
1259 ] \
1260 [list \
1261 "Run property 3 (static)" \
1262 "-static" \
1263 "" \
1264 {property-x86-1.S pass.c property-stack.S} \
1265 "property-3-static" "pass.out" \
1266 ] \
1267 [list \
1268 "Run property 4" \
1269 "" \
1270 "" \
1271 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1272 "property-4" "pass.out" \
1273 ] \
1274 [list \
1275 "Run property 4 (PIE)" \
1276 "-pie" \
1277 "" \
1278 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1279 "property-4-pie" "pass.out" "-fPIE" \
1280 ] \
1281 [list \
1282 "Run property 4 (static)" \
1283 "-static" \
1284 "" \
1285 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1286 "property-4-static" "pass.out" \
1287 ] \
1288 [list \
1289 "Run property 5" \
1290 "-Wl,-z,stack-size=0x900000" \
1291 "" \
1292 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1293 "property-5" "pass.out" \
1294 ] \
1295 [list \
1296 "Run property 5 (PIE)" \
1297 "-pie -Wl,-z,stack-size=0x900000" \
1298 "" \
1299 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1300 "property-5-pie" "pass.out" "-fPIE" \
1301 ] \
1302 [list \
1303 "Run property 5 (static)" \
1304 "-static -Wl,-z,stack-size=0x900000" \
1305 "" \
1306 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1307 "property-5-static" "pass.out" \
1308 ] \
7073b5b9
L
1309 [list \
1310 "Run pr22001-1a (PIC 1)" \
1311 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1312 "" \
1313 { pr22001-1b.c } \
1314 "pr22001-1a-pic-1" \
1315 "pass.out" \
1316 "-fPIC" \
1317 ] \
1318 [list \
1319 "Run pr22001-1a (PIC 2)" \
1320 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1321 "" \
1322 { pr22001-1b.c } \
1323 "pr22001-1a-pic-2" \
1324 "pass.out" \
1325 "-fPIC" \
1326 ] \
1327 [list \
1328 "Run pr22001-1b (PIC 1)" \
1329 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1330 "" \
1331 { pr22001-1c.c } \
1332 "pr22001-1b-pic-1" \
1333 "pass.out" \
1334 "-fPIC" \
1335 ] \
1336 [list \
1337 "Run pr22001-1b (PIC 2)" \
1338 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1339 "" \
1340 { pr22001-1c.c } \
1341 "pr22001-1b-pic-2" \
1342 "pass.out" \
1343 "-fPIC" \
1344 ] \
a5b4ee94
L
1345 [list \
1346 "Run pr21997-1a (PIC 1)" \
1347 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1348 "" \
1349 { pr21997-1b.c } \
1350 "pr21997-1a-pic-1" \
1351 "pass.out" \
1352 "-fPIC" \
1353 ] \
1354 [list \
1355 "Run pr21997-1a (PIC 2)" \
1356 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1357 "" \
1358 { pr21997-1b.c } \
1359 "pr21997-1a-pic-2" \
1360 "pass.out" \
1361 "-fPIC" \
1362 ] \
1363 [list \
1364 "Run pr21997-1b (PIC 1)" \
1365 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1366 "" \
1367 { pr21997-1c.c } \
1368 "pr21997-1b-pic-1" \
1369 "pass.out" \
1370 "-fPIC" \
1371 ] \
1372 [list \
1373 "Run pr21997-1b (PIC 2)" \
1374 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1375 "" \
1376 { pr21997-1c.c } \
1377 "pr21997-1b-pic-2" \
1378 "pass.out" \
1379 "-fPIC" \
1380 ] \
ad71ce8d
L
1381 [list \
1382 "Run pr22064" \
1383 "-pie -Wl,--no-as-needed tmpdir/pr22064a.o tmpdir/pr22064.so" \
1384 "" \
1385 { dummy.s } \
1386 "pr22064-pie" \
1387 "pass.out" \
1388 "-fPIE" \
1389 ] \
76e7af5f 1390 ]
dd7e64d4 1391
3c4f3228
L
1392 # Run-time tests which require working ifunc attribute support.
1393 if { [check_ifunc_attribute_available] } {
1394 run_cc_link_tests [list \
1395 [list \
1396 "Build libpr19784a.so" \
1397 "-shared -Wl,-Bsymbolic-functions" \
1398 "-fPIC -O2 -g" \
1399 { pr19784b.c pr19784c.c } \
1400 {} \
1401 "libpr19784a.so" \
1402 ] \
1403 [list \
1404 "Build libpr19784b.so" \
1405 "-shared -Wl,-Bsymbolic-functions" \
1406 "-fPIC -O2 -g" \
1407 { pr19784c.c pr19784b.c } \
1408 {} \
1409 "libpr19784b.so" \
1410 ] \
1411 [list \
1412 "Build pr19784a.o" \
1413 "" \
1414 "" \
1415 { pr19784a.c } \
1416 ] \
1417 ]
1418
1419 run_ld_link_exec_tests [list \
1420 [list \
1421 "Run pr19784a" \
d9816402 1422 "-Wl,--no-as-needed tmpdir/pr19784a.o tmpdir/libpr19784a.so" \
3c4f3228
L
1423 "" \
1424 { dummy.s } \
1425 "pr19784a" \
1426 "pass.out" \
1427 ] \
1428 [list \
1429 "Run pr19784b" \
d9816402 1430 "-Wl,--as-needed tmpdir/pr19784a.o tmpdir/libpr19784b.so" \
3c4f3228
L
1431 "" \
1432 { dummy.s } \
1433 "pr19784b" \
1434 "pass.out" \
1435 ] \
1436 ]
1437 }
1438
dd7e64d4
L
1439 if { [istarget "x86_64-*-linux*"] \
1440 && ![istarget "x86_64-*-linux*-gnux32"]} {
1441
1442 run_cc_link_tests [list \
1443 [list \
1444 "Build plt-main with -z bndplt" \
1445 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1446 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt" \
1447 "" \
1448 { plt-main5.c } \
1449 {{objdump {-drw} plt-main-bnd.dd}} \
1450 "plt-main-bnd" \
1451 ] \
1452 [list \
1453 "Build plt-main with PIE and -z bndplt" \
1454 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1455 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie" \
1456 "-fPIC" \
1457 { plt-main5.c } \
1458 {{objdump {-drw} plt-main-bnd.dd}} \
1459 "plt-main-pie-bnd" \
1460 ] \
38b12349
L
1461 [list \
1462 "Build plt-main with -z bndplt -z now" \
1463 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1464 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now" \
1465 "" \
1466 { plt-main5.c } \
1467 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1468 "plt-main-bnd-now" \
1469 ] \
1470 [list \
1471 "Build plt-main with PIE and -z bndplt -z now" \
1472 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1473 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie" \
1474 "-fPIC" \
1475 { plt-main5.c } \
1476 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1477 "plt-main-pie-bnd-now" \
1478 ] \
dd7e64d4
L
1479 ]
1480
982c6f26 1481 run_ld_link_exec_tests [list \
dd7e64d4
L
1482 [list \
1483 "Run plt-main with -z bndplt" \
d9816402
AM
1484 "-Wl,--no-as-needed,-z,bndplt tmpdir/plt-main1.o \
1485 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1486 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
dd7e64d4
L
1487 "" \
1488 { plt-main5.c } \
1489 "plt-main-bnd" \
1490 "plt-main.out" \
1491 ] \
1492 [list \
1493 "Run plt-main with PIE and -z bndplt" \
d9816402
AM
1494 "-Wl,--no-as-needed,-z,bndplt -pie tmpdir/plt-main1.o \
1495 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1496 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
dd7e64d4
L
1497 "" \
1498 { plt-main5.c } \
1499 "plt-main-pie-bnd" \
1500 "plt-main.out" \
1501 "-fPIC" \
1502 ] \
38b12349
L
1503 [list \
1504 "Run plt-main with -z bndplt -z now" \
1505 "-Wl,--no-as-needed,-z,bndplt,-z,now tmpdir/plt-main1.o \
1506 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1507 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1508 "" \
1509 { plt-main5.c } \
1510 "plt-main-bnd-now" \
1511 "plt-main.out" \
1512 ] \
1513 [list \
1514 "Run plt-main with PIE and -z bndplt -z now" \
1515 "-Wl,--no-as-needed,-z,bndplt,-z,now -pie tmpdir/plt-main1.o \
1516 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1517 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1518 "" \
1519 { plt-main5.c } \
1520 "plt-main-pie-bnd-now" \
1521 "plt-main.out" \
1522 "-fPIC" \
1523 ] \
9d734efa
L
1524 [list \
1525 "Run pr20800" \
d9816402 1526 "-Wl,-z,now -pie" \
9d734efa
L
1527 "" \
1528 { pr20800a.S pr20800b.S } \
1529 "pr20800" \
1530 "pass.out" \
1531 ] \
dd7e64d4 1532 ]
85406233
L
1533 if { [check_ifunc_attribute_available] } {
1534 run_ld_link_exec_tests [list \
1535 [list \
1536 "Run pr21481a" \
1537 "$NOPIE_LDFLAGS -Wl,-z,bndplt" \
1538 "" \
1539 { pr21481a.c pr21481b.S } \
1540 "pr21481a" \
1541 "pass.out" \
1542 "$NOPIE_CFLAGS" \
1543 ] \
1544 [list \
1545 "Run pr21481b" \
1546 "$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
1547 "" \
1548 { pr21481a.c pr21481b.S } \
1549 "pr21481b" \
1550 "pass.out" \
1551 "$NOPIE_CFLAGS" \
1552 ] \
1553 ]
1554 }
dd7e64d4 1555 }
aec6b87e 1556
ee2fdd6f
L
1557 if { [istarget "x86_64-*-linux*"] } {
1558 if { [istarget "x86_64-*-linux*-gnux32"] } {
1559 set pltdump {{objdump {-drw} plt-main-ibt-x32.dd}}
1560 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt-x32.dd}}
1561 } else {
1562 set pltdump {{objdump {-drw} plt-main-ibt.dd}}
1563 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt.dd}}
1564 }
1565 run_cc_link_tests [list \
1566 [list \
1567 "Build plt-main with -z ibtplt" \
1568 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1569 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt" \
1570 "" \
1571 { plt-main5.c } \
1572 $pltdump \
1573 "plt-main-ibt" \
1574 ] \
1575 [list \
1576 "Build plt-main with PIE and -z ibtplt" \
1577 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1578 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie" \
1579 "-fPIC" \
1580 { plt-main5.c } \
1581 $pltdump \
1582 "plt-main-pie-ibt" \
1583 ] \
1584 [list \
1585 "Build plt-main with -z ibtplt -z now" \
1586 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1587 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now" \
1588 "" \
1589 { plt-main5.c } \
1590 $pltsecdump \
1591 "plt-main-ibt-now" \
1592 ] \
1593 [list \
1594 "Build plt-main with PIE and -z ibtplt -z now" \
1595 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1596 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie" \
1597 "-fPIC" \
1598 { plt-main5.c } \
1599 $pltsecdump \
1600 "plt-main-pie-ibt-now" \
1601 ] \
1602 [list \
1603 "Build libibtplt-lib.so with -z ibtplt" \
1604 "-shared -z ibtplt" \
1605 "-fPIC" \
1606 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1607 $pltdump \
1608 "libibtplt-lib.so" \
1609 ] \
1610 [list \
1611 "Build libibtplt--now-lib.so with -z ibtplt -z now" \
1612 "-shared -z ibtplt -z now" \
1613 "-fPIC" \
1614 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1615 $pltdump \
1616 "libibtplt-now-lib.so" \
1617 ] \
1618 ]
1619
1620 run_ld_link_exec_tests [list \
1621 [list \
1622 "Run plt-main with -z ibtplt" \
1623 "-Wl,--no-as-needed,-z,ibtplt tmpdir/plt-main1.o \
1624 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1625 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1626 "" \
1627 { plt-main5.c } \
1628 "plt-main-ibt" \
1629 "plt-main.out" \
1630 ] \
1631 [list \
1632 "Run plt-main with PIE and -z ibtplt" \
1633 "-Wl,--no-as-needed,-z,ibtplt -pie tmpdir/plt-main1.o \
1634 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1635 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1636 "" \
1637 { plt-main5.c } \
1638 "plt-main-pie-ibt" \
1639 "plt-main.out" \
1640 "-fPIC" \
1641 ] \
1642 [list \
1643 "Run plt-main with -z ibtplt -z now" \
1644 "-Wl,--no-as-needed,-z,ibtplt,-z,now tmpdir/plt-main1.o \
1645 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1646 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1647 "" \
1648 { plt-main5.c } \
1649 "plt-main-ibt-now" \
1650 "plt-main.out" \
1651 ] \
1652 [list \
1653 "Run plt-main with PIE and -z ibtplt -z now" \
1654 "-Wl,--no-as-needed,-z,ibtplt,-z,now -pie tmpdir/plt-main1.o \
1655 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1656 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1657 "" \
1658 { plt-main5.c } \
1659 "plt-main-pie-ibt-now" \
1660 "plt-main.out" \
1661 "-fPIC" \
1662 ] \
1663 [list \
1664 "Run plt-main with libibtplt-lib.so -z ibtplt" \
1665 "-Wl,--no-as-needed,-z,ibtplt tmpdir/libibtplt-lib.so \
1666 tmpdir/libplt-lib.so" \
1667 "" \
1668 { plt-main5.c } \
1669 "plt-main-ibt-lib" \
1670 "plt-main.out" \
1671 ] \
1672 [list \
1673 "Run plt-main with libibtplt-lib.so -z ibtplt -z now" \
1674 "-Wl,--no-as-needed,-z,ibtplt,-z,now \
1675 tmpdir/libibtplt-now-lib.so tmpdir/libplt-lib.so" \
1676 "" \
1677 { plt-main5.c } \
1678 "plt-main-ibt-now-lib" \
1679 "plt-main.out" \
1680 ] \
1681 ]
1682
1683 if { [check_ifunc_attribute_available] } {
1684 run_ld_link_exec_tests [list \
1685 [list \
1686 "Run pr21481a" \
1687 "$NOPIE_LDFLAGS -Wl,-z,ibtplt" \
1688 "" \
1689 { pr21481a.c pr21481b.S } \
1690 "pr21481a" \
1691 "pass.out" \
1692 "$NOPIE_CFLAGS" \
1693 ] \
1694 [list \
1695 "Run pr21481b" \
1696 "$NOPIE_LDFLAGS -Wl,-z,ibtplt,-z,now" \
1697 "" \
1698 { pr21481a.c pr21481b.S } \
1699 "pr21481b" \
1700 "pass.out" \
1701 "$NOPIE_CFLAGS" \
1702 ] \
1703 ]
1704 }
1705 }
1706
a7eaf017 1707 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
aec6b87e
L
1708 undefined_weak "-fPIE" ""
1709 undefined_weak "-fPIE" "-pie"
d9816402
AM
1710 undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
1711 undefined_weak "-fPIE" "-pie -Wl,-z,nodynamic-undefined-weak"
adc7571d 1712}
ab7fede8
L
1713
1714if { ![istarget "x86_64-*-linux*"]} {
1715 return
1716}
1717
38b12349
L
1718run_ld_link_tests [list \
1719 [list \
1720 "basic PLT generation (-z now)" \
bab55c05 1721 "-z now -melf_x86_64 --hash-style=sysv tmpdir/libpltlib.so" \
38b12349
L
1722 "" \
1723 "--64" \
1724 {plt2.s} \
1725 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1726 "plt2" \
1727 ] \
abfa390d
L
1728 [list \
1729 "Build pr21626.so" \
1730 "-shared -melf_x86_64" \
1731 "" \
1732 "--64 -defsym __64_bit__=1" \
1733 {property-x86-3.s} \
1734 "" \
1735 "pr21626.so" \
1736 ] \
1737 [list \
1738 "Build pr21626" \
1739 "-melf_x86_64 tmpdir/pr21626.so" \
1740 "" \
1741 "--64" \
1742 {start.s foo.s} \
1743 "" \
1744 "pr21626" \
1745 ] \
38b12349
L
1746]
1747
ab7fede8 1748# Linux only tests
978c0540
L
1749global LD_CLASS
1750if { "$LD_CLASS" == "64bit" } then {
1751 # This test needs 64-bit linker.
1752 run_dump_test "pr17618"
1753}
a3747075 1754run_dump_test "pltgot-1"
7c1e8d3e 1755run_dump_test "pltgot-2"
59a1e29d
L
1756run_dump_test "pr20830a"
1757run_dump_test "pr20830b"
9e659176
L
1758run_dump_test "pr21038a"
1759run_dump_test "pr21038b"
8361ed4d 1760run_dump_test "pr21038c"
38b12349
L
1761run_dump_test "pr20830a-now"
1762run_dump_test "pr20830b-now"
1763run_dump_test "pr21038a-now"
1764run_dump_test "pr21038b-now"
1765run_dump_test "pr21038c-now"
ee2fdd6f
L
1766run_dump_test "ibt-plt-1"
1767run_dump_test "ibt-plt-1-x32"
1768run_dump_test "ibt-plt-2a"
1769run_dump_test "ibt-plt-2b"
1770run_dump_test "ibt-plt-2c"
1771run_dump_test "ibt-plt-2d"
1772run_dump_test "ibt-plt-2a-x32"
1773run_dump_test "ibt-plt-2b-x32"
1774run_dump_test "ibt-plt-2c-x32"
1775run_dump_test "ibt-plt-2d-x32"
1776run_dump_test "ibt-plt-3a"
1777run_dump_test "ibt-plt-3b"
1778run_dump_test "ibt-plt-3c"
1779run_dump_test "ibt-plt-3d"
1780run_dump_test "ibt-plt-3a-x32"
1781run_dump_test "ibt-plt-3b-x32"
1782run_dump_test "ibt-plt-3c-x32"
1783run_dump_test "ibt-plt-3d-x32"