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