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