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