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