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