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