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