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