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