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