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