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