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