]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-x86-64/x86-64.exp
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-x86-64 / x86-64.exp
1 # Expect script for ld-x86_64 tests
2 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
3 #
4 # This file is part of the GNU Binutils.
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
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
18 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 # MA 02110-1301, USA.
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
25 if { !([istarget "x86_64-*-elf*"]
26 || [istarget "x86_64-*-nacl*"]
27 || [istarget "x86_64-*-linux*"]) } {
28 return
29 }
30
31 if [istarget "*-*-nacl*"] {
32 set emul "elf_x86_64_nacl"
33 } else {
34 set emul "elf_x86_64"
35 }
36
37 # List contains test-items with 3 items followed by 2 lists:
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
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
46 set x86_64tests {
47 {"Helper shared library (basic PLT test)"
48 "-shared -melf_x86_64" "" "--64" {pltlib.s} {} "libpltlib.so"}
49 {"basic PLT generation"
50 "-melf_x86_64 tmpdir/libpltlib.so" "" "--64" {plt.s}
51 {{objdump -drj.plt plt.pd}} "plt"}
52 {"TLS -fpic -shared transitions"
53 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
54 "--64" {tlspic1.s tlspic2.s}
55 {{readelf -WSsrl tlspic.rd} {objdump -drj.text\ -Mintel64 tlspic.dd}
56 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}}
57 "libtlspic.so"}
58 {"TLS -fpic -shared transitions with r15 as GOT base"
59 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
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"}
65 {"TLS descriptor -fpic -shared transitions"
66 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
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"}
71 {"Helper shared library" "-shared -melf_x86_64" ""
72 "--64" {tlslib.s} {} "libtlslib.so"}
73 {"TLS -fpic and -fno-pic exec transitions"
74 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info --hash-style=sysv" ""
75 "--64" {tlsbinpic.s tlsbin.s}
76 {{readelf -WSsrl tlsbin.rd} {objdump -drj.text tlsbin.dd}
77 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}}
78 "tlsbin"}
79 {"TLS -fpic and -fno-pic exec transitions without PLT"
80 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info --hash-style=sysv" ""
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"}
85 {"TLS descriptor -fpic and -fno-pic exec transitions"
86 "-melf_x86_64 tmpdir/libtlslib.so --no-ld-generated-unwind-info --hash-style=sysv" ""
87 "--64" {tlsbindesc.s tlsbin.s}
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"
92 "-shared -melf_x86_64 --no-ld-generated-unwind-info --hash-style=sysv" ""
93 "--64" {tlsgdesc.s}
94 {{readelf -WSsrl tlsgdesc.rd} {objdump -drj.text\ -Mintel64 tlsgdesc.dd}}
95 "libtlsgdesc.so"}
96 {"TLS in debug sections" "-melf_x86_64" ""
97 "--64" {tlsg.s}
98 {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
99 {"TLS GD->LE transition" "-melf_x86_64" ""
100 "--64" {tlsgd1.s}
101 {{objdump -dwr tlsgd1.dd}} "tlsgd1"}
102 {"TLS LD->LE transition" "-melf_x86_64" ""
103 "--64" {tlsld1.s}
104 {{objdump -dwr tlsld1.dd}} "tlsld1"}
105 {"TLS IE->LE transition" "-melf_x86_64" ""
106 "--64" {tlsie1.s}
107 {{objdump -dwr tlsie1.dd}} "tlsie1"}
108 {"Helper 64bit object 1" "-r -melf_x86_64" ""
109 "--64" {mixed1a.s} {} "libmixe1a.o"}
110 {"Helper 32bit object 1" "-r -melf_i386" ""
111 "--32" {mixed1b.s} {} "libmixe1b.o"}
112 {"Helper 64bit object 2" "-r -melf_x86_64" ""
113 "--64" {mixed2a.s} {} "libmixe2a.o"}
114 {"Helper 32bit object 2" "-r -melf_i386" ""
115 "--32" {mixed2b.s} {} "libmixe2b.o"}
116 {"Split by file with 'l' flag on section."
117 "-split-by-file -r -melf_x86_64" ""
118 "--64" {split-by-file1.s split-by-file2.s}
119 {{readelf -SW split-by-file.rd}} "split-by-file.o"}
120 {"TLS X32 IE->LE transition" "-melf32_x86_64" ""
121 "--x32" {tlsie4.s}
122 {{objdump -dwr tlsie4.dd}} "tlsie4"}
123 {"TLS X32 GD->LE transition" "-melf32_x86_64" ""
124 "--x32" {tlsgd4.s}
125 {{objdump -dwr tlsgd4.dd}} "tlsgd4"}
126 {"Helper TLS GD->IE transition DSO" "-shared -melf_x86_64" ""
127 "--64" {tlsgd5b.s} {} "libtlsgd5.so"}
128 {"TLS GD->IE transition" "-melf_x86_64 tmpdir/libtlsgd5.so" ""
129 "--64" {tlsgd5a.s}
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"}
135 {"Helper TLS X32 GD->IE transition DSO" "-shared -melf32_x86_64" ""
136 "--x32" {tlsgd6b.s} {} "libtlsgd6.so"}
137 {"TLS X32 GD->IE transition" "-melf32_x86_64 tmpdir/libtlsgd6.so" ""
138 "--x32" {tlsgd6a.s}
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"}
144 {"TLS X32 LD->LE transition" "-melf32_x86_64" ""
145 "--x32" {tlsld2.s}
146 {{objdump -dwr tlsld2.dd}} "tlsld2"}
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"}
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"}
166 {"TLS -mcmodel=large GD->IE transition" "-melf_x86_64 tmpdir/libtlsgd5.so" ""
167 "--64" {tlsgd8.s}
168 {{objdump -dwrj.text tlsgd8.dd}} "tlsgd8"}
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"}
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"}
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"}
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"}
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"}
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"}
208 {"Build pr19969.so" "-melf_x86_64 -shared" ""
209 "--64" { pr19969a.S } {} "pr19969.so"}
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"}
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.
220 if [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
241 }
242
243 run_ld_link_tests $x86_64tests
244
245 global link_output
246 global ld
247
248 set test_name "Mixed x86_64 and i386 input test 1"
249 set test mixed1
250 if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] } {
251 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
252 pass "$test_name"
253 } {
254 fail "$test_name"
255 }
256 }
257
258 set test_name "Mixed x86_64 and i386 input test 2"
259 set test mixed2
260 if { ![ld_link $ld tmpdir/$test "-m$emul tmpdir/${test}a.o tmpdir/${test}b.o"] } {
261 if [string match "*i386* architecture of input file `tmpdir/${test}b.o' is incompatible with i386:x86-64* output*" $link_output] {
262 pass "$test_name"
263 } {
264 fail "$test_name"
265 }
266 }
267
268 run_dump_test "abs"
269 run_dump_test "abs-l1om"
270 run_dump_test "pcrel8"
271 run_dump_test "pcrel16"
272 run_dump_test "tlsgd2"
273 run_dump_test "tlsgd3"
274 run_dump_test "tlsgd12"
275 run_dump_test "tlsgd13"
276 run_dump_test "tlsie2"
277 run_dump_test "tlsie3"
278 run_dump_test "hidden1"
279 run_dump_test "hidden2"
280 run_dump_test "hidden3"
281 run_dump_test "hidden4"
282 run_dump_test "hidden5"
283 run_dump_test "protected1"
284 run_dump_test "protected2"
285 run_dump_test "protected2-l1om"
286 run_dump_test "protected3"
287 run_dump_test "protected3-l1om"
288 run_dump_test "protected4"
289 run_dump_test "protected5"
290 run_dump_test "protected6a"
291 run_dump_test "protected6b"
292 run_dump_test "protected7a"
293 run_dump_test "protected7b"
294 run_dump_test "protected8"
295 run_dump_test "tlsle1"
296 run_dump_test "tlspie1"
297 run_dump_test "tlspie2a"
298 run_dump_test "tlspie2b"
299 run_dump_test "tlspie2c"
300 run_dump_test "unique1"
301 run_dump_test "nogot1"
302 run_dump_test "nogot2"
303 run_dump_test "discarded1"
304 run_dump_test "pr12718"
305 run_dump_test "pr12921"
306 run_dump_test "pr13947"
307 run_dump_test "pr12570a"
308 run_dump_test "pr12570b"
309 run_dump_test "pr14215"
310 run_dump_test "pr14207"
311 run_dump_test "gotplt1"
312 run_dump_test "pie1"
313 run_dump_test "pie2"
314 run_dump_test "pie3"
315 run_dump_test "pie3-nacl"
316 run_dump_test "pic1"
317 run_dump_test "largecomm-1a"
318 run_dump_test "largecomm-1b"
319 run_dump_test "largecomm-1c"
320 run_dump_test "largecomm-1d"
321 run_dump_test "largecomm-1e"
322 run_dump_test "largecomm-1f"
323 run_dump_test "pr19539a"
324 run_dump_test "pr19539b"
325 run_dump_test "pr19807-1a"
326 run_dump_test "pr19807-1b"
327 run_dump_test "pr19807-2a"
328 run_dump_test "pr19807-2b"
329 run_dump_test "pr19807-2c"
330 run_dump_test "pr19807-2d"
331 run_dump_test "pr19807-2e"
332 run_dump_test "pr19969"
333 run_dump_test "pr20093-1"
334 run_dump_test "pr20093-2"
335 run_dump_test "property-x86-3"
336 run_dump_test "property-x86-4a"
337 run_dump_test "property-x86-4b"
338 run_dump_test "property-x86-3-x32"
339 run_dump_test "property-x86-4a-x32"
340 run_dump_test "property-x86-4b-x32"
341 run_dump_test "property-x86-ibt1a"
342 run_dump_test "property-x86-ibt1b"
343 run_dump_test "property-x86-ibt1a-x32"
344 run_dump_test "property-x86-ibt1b-x32"
345 run_dump_test "property-x86-ibt2"
346 run_dump_test "property-x86-ibt2-x32"
347 run_dump_test "property-x86-ibt3a"
348 run_dump_test "property-x86-ibt3b"
349 run_dump_test "property-x86-ibt3a-x32"
350 run_dump_test "property-x86-ibt3b-x32"
351 run_dump_test "property-x86-ibt4"
352 run_dump_test "property-x86-ibt4-x32"
353 run_dump_test "property-x86-ibt5"
354 run_dump_test "property-x86-ibt5-x32"
355 run_dump_test "property-x86-shstk1a"
356 run_dump_test "property-x86-shstk1b"
357 run_dump_test "property-x86-shstk1a-x32"
358 run_dump_test "property-x86-shstk1b-x32"
359 run_dump_test "property-x86-shstk2"
360 run_dump_test "property-x86-shstk2-x32"
361 run_dump_test "property-x86-shstk3a"
362 run_dump_test "property-x86-shstk3b"
363 run_dump_test "property-x86-shstk3a-x32"
364 run_dump_test "property-x86-shstk3b-x32"
365 run_dump_test "property-x86-shstk4"
366 run_dump_test "property-x86-shstk4-x32"
367 run_dump_test "property-x86-shstk5"
368 run_dump_test "property-x86-shstk5-x32"
369 run_dump_test "pr21884"
370 run_dump_test "pr21884-nacl"
371 run_dump_test "pr22071"
372
373 if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} {
374 return
375 }
376
377 if ![ld_assemble $as "--x32 $srcdir/$subdir/start.s" tmpdir/startx32.o] {
378 unresolved "Build ILP32 start.o"
379 return
380 }
381
382 if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
383 unresolved "Build ia32 start.o"
384 return
385 }
386
387 if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
388 unresolved "Build LP64 start.o"
389 return
390 }
391
392 if ![ld_assemble $as "--x32 $srcdir/$subdir/foo.s" tmpdir/foox32.o] {
393 unresolved "Build ILP32 foo.o"
394 return
395 }
396
397 if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
398 unresolved "Build ia32 foo.o"
399 return
400 }
401
402 if ![ld_assemble $as "--64 $srcdir/$subdir/foo.s" tmpdir/foo64.o] {
403 unresolved "Build LP64 foo.o"
404 return
405 }
406
407 run_dump_test "compressed1"
408 run_dump_test "ilp32-1"
409 run_dump_test "ilp32-2"
410 run_dump_test "ilp32-3"
411 run_dump_test "ilp32-4"
412 run_dump_test "ilp32-4-nacl"
413 run_dump_test "ilp32-5"
414 run_dump_test "ilp32-6"
415 run_dump_test "ilp32-7"
416 run_dump_test "ilp32-8"
417 run_dump_test "ilp32-9"
418 run_dump_test "ilp32-10"
419 run_dump_test "ilp32-11"
420 run_dump_test "ia32-1"
421 run_dump_test "ia32-2"
422 run_dump_test "ia32-3"
423 run_dump_test "lp64-1"
424 run_dump_test "lp64-2"
425 run_dump_test "lp64-3"
426 run_dump_test "pr13082-1a"
427 run_dump_test "pr13082-1b"
428 run_dump_test "pr13082-2a"
429 run_dump_test "pr13082-2b"
430 run_dump_test "pr13082-3a"
431 run_dump_test "pr13082-3b"
432 run_dump_test "pr13082-3c"
433 run_dump_test "pr13082-3d"
434 run_dump_test "pr13082-4a"
435 run_dump_test "pr13082-4b"
436 run_dump_test "pr13082-5a"
437 run_dump_test "pr13082-5b"
438 run_dump_test "pr13082-6a"
439 run_dump_test "pr13082-6b"
440 run_dump_test "lea1a"
441 run_dump_test "lea1b"
442 run_dump_test "lea1c"
443 run_dump_test "lea1d"
444 run_dump_test "lea1e"
445 run_dump_test "lea1f"
446 run_dump_test "lea1g"
447 run_dump_test "lea1h"
448 run_dump_test "lea1i"
449 run_dump_test "lea1j"
450 run_dump_test "lea1k"
451 run_dump_test "lea1l"
452 run_dump_test "mov1a"
453 run_dump_test "mov1b"
454 run_dump_test "mov1c"
455 run_dump_test "mov1d"
456 run_dump_test "mov2a"
457 run_dump_test "mov2b"
458 run_dump_test "mov2c"
459 run_dump_test "mov2d"
460 run_dump_test "load1a"
461 run_dump_test "load1b"
462 run_dump_test "load1c"
463 run_dump_test "load1d"
464 run_dump_test "load1a-nacl"
465 run_dump_test "load1b-nacl"
466 run_dump_test "load1c-nacl"
467 run_dump_test "load1d-nacl"
468 run_dump_test "load2"
469 run_dump_test "call1a"
470 run_dump_test "call1b"
471 run_dump_test "call1c"
472 run_dump_test "call1d"
473 run_dump_test "call1e"
474 run_dump_test "call1f"
475 run_dump_test "call1g"
476 run_dump_test "call1h"
477 run_dump_test "call1i"
478 run_dump_test "pr17935-1"
479 run_dump_test "pr17935-2"
480 run_dump_test "pr18160"
481 run_dump_test "pr18176"
482 run_dump_test "pr18801"
483 run_dump_test "pr18815"
484 run_dump_test "pr19013"
485 run_dump_test "pr19013-x32"
486 run_dump_test "pr19013-nacl"
487 run_dump_test "pr19162"
488 run_dump_test "pr19175"
489 run_dump_test "pr18591"
490 run_dump_test "pr19615"
491 run_dump_test "pr19636-1a"
492 run_dump_test "pr19636-1b"
493 run_dump_test "pr19636-1c"
494 run_dump_test "pr19636-1d"
495 run_dump_test "pr19636-1e"
496 run_dump_test "pr19636-1f"
497 run_dump_test "pr19636-1g"
498 run_dump_test "pr19636-2a"
499 run_dump_test "pr19636-2b"
500 run_dump_test "pr19636-2c"
501 run_dump_test "pr19636-2d"
502 run_dump_test "pr19636-2d-nacl"
503 run_dump_test "pr19636-2e"
504 run_dump_test "pr19636-2f"
505 run_dump_test "pr19636-2g"
506 run_dump_test "pr19636-2h"
507 run_dump_test "pr19636-2i"
508 run_dump_test "pr19636-3a"
509 run_dump_test "pr19636-3b"
510 run_dump_test "pr19636-3c"
511 run_dump_test "pr19645"
512 run_dump_test "pr19609-1a"
513 run_dump_test "pr19609-1b"
514 run_dump_test "pr19609-1c"
515 run_dump_test "pr19609-1d"
516 run_dump_test "pr19609-1e"
517 run_dump_test "pr19609-1f"
518 run_dump_test "pr19609-1g"
519 run_dump_test "pr19609-1h"
520 run_dump_test "pr19609-1i"
521 run_dump_test "pr19609-1j"
522 run_dump_test "pr19609-1k"
523 run_dump_test "pr19609-1l"
524 run_dump_test "pr19609-1m"
525 run_dump_test "pr19609-2a"
526 run_dump_test "pr19609-2b"
527 run_dump_test "pr19609-2c"
528 run_dump_test "pr19609-2d"
529 run_dump_test "pr19609-3a"
530 run_dump_test "pr19609-3b"
531 run_dump_test "pr19609-4a"
532 run_dump_test "pr19609-4b"
533 run_dump_test "pr19609-4c"
534 run_dump_test "pr19609-4d"
535 run_dump_test "pr19609-4e"
536 run_dump_test "pr19609-5a"
537 run_dump_test "pr19609-5b"
538 run_dump_test "pr19609-5c"
539 run_dump_test "pr19609-5d"
540 run_dump_test "pr19609-5e"
541 run_dump_test "pr19609-6a"
542 run_dump_test "pr19609-6b"
543 run_dump_test "pr19609-6c"
544 run_dump_test "pr19609-6d"
545 run_dump_test "pr19609-7a"
546 run_dump_test "pr19609-7b"
547 run_dump_test "pr19609-7c"
548 run_dump_test "pr19609-7d"
549 run_dump_test "pr19939a"
550 run_dump_test "pr19939b"
551 run_dump_test "pr19719"
552 run_dump_test "pr20253-1a"
553 run_dump_test "pr20253-1b"
554 run_dump_test "pr20253-1c"
555 run_dump_test "pr20253-1d"
556 run_dump_test "pr20253-1e"
557 run_dump_test "pr20253-1f"
558 run_dump_test "pr20253-1g"
559 run_dump_test "pr20253-1h"
560 run_dump_test "pr20253-1i"
561 run_dump_test "pr20253-1j"
562 run_dump_test "pr20253-1k"
563 run_dump_test "pr20253-1l"
564 run_dump_test "pr20253-3"
565 run_dump_test "pr20253-4a"
566 run_dump_test "pr20253-4b"
567 run_dump_test "pr20253-4c"
568 run_dump_test "pr20253-4d"
569 run_dump_test "pr20253-4e"
570 run_dump_test "pr20253-4f"
571 run_dump_test "pr20253-5a"
572 run_dump_test "pr20253-5b"
573 run_dump_test "tlsdesc2"
574 run_dump_test "pr22048"
575
576 proc undefined_weak {cflags ldflags} {
577 set testname "Undefined weak symbol"
578 if { ![ string match "" $cflags$ldflags] } {
579 set testname "$testname ($cflags $ldflags)"
580 }
581
582 if { [string match "*-fPIE*" $cflags]
583 && ![string match "*nodynamic-undefined-weak*" $ldflags] } {
584 set weak_symbol "Weak defined"
585 } else {
586 set weak_symbol "Weak undefined"
587 }
588
589 run_cc_link_tests [list \
590 [list \
591 "Build libpr19704a.so" \
592 "-shared -Wl,-soname,libpr19704.so" \
593 "" \
594 { dummy.s } \
595 {} \
596 "libpr19704a.so" \
597 ] \
598 [list \
599 "Build libpr19704b.so" \
600 "-shared -Wl,-soname,libpr19704.so" \
601 "-fPIC" \
602 { pr19704b.c } \
603 {} \
604 "libpr19704b.so" \
605 ] \
606 ]
607
608 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
609
610 run_ld_link_exec_tests [list \
611 [list \
612 "Run pr19704" \
613 "-Wl,--no-as-needed,-R,tmpdir $ldflags tmpdir/libpr19704.so" \
614 "" \
615 { pr19704a.c } \
616 "pr19704" \
617 "pr19704.out" \
618 "$cflags" \
619 ] \
620 ]
621
622 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
623
624 set exec_output [run_host_cmd tmpdir/pr19704 ""]
625 if {![string match $weak_symbol $exec_output]} {
626 fail $testname
627 } else {
628 pass $testname
629 }
630 }
631
632 # Add $PLT_CFLAGS if PLT is expected.
633 global PLT_CFLAGS
634 # Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
635 global NOPIE_CFLAGS NOPIE_LDFLAGS
636
637 # Must be native with the C compiler
638 if { [isnative] && [which $CC] != 0 } {
639 run_cc_link_tests {
640 {"Helper X32 DSO from x86-64 object" "" "-m64 -fPIC -g"
641 {simple.c} {} "libsimple.a"}
642 }
643
644 set convertx32 "$objcopy -O elf32-x86-64 tmpdir/simple.o tmpdir/simple-x32.o"
645 send_log "$convertx32\n"
646 set got [remote_exec host "$convertx32"]
647 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
648 send_log "$got\n"
649 fail "Convert x86-64 object to x32"
650 return
651 }
652
653 run_ld_link_tests {
654 {"X32 DSO from x86-64 object"
655 "-shared -melf32_x86_64 tmpdir/simple-x32.o" "" "--x32"
656 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
657 }
658
659 run_cc_link_tests [list \
660 [list \
661 "Build plt-lib.so" \
662 "-shared" \
663 "-fPIC" \
664 { plt-lib.c } \
665 {} \
666 "libplt-lib.so" \
667 ] \
668 [list \
669 "Build libplt-main1.a" \
670 "" \
671 "-fPIC -Wa,-mrelax-relocations=yes" \
672 { plt-main1.c } \
673 {{readelf {-Wr} plt-main1.rd}} \
674 "libplt-main1.a" \
675 ] \
676 [list \
677 "Build libplt-main2.a" \
678 "" \
679 "-fPIC -Wa,-mrelax-relocations=yes" \
680 { plt-main2.c } \
681 {{readelf {-Wr} plt-main2.rd}} \
682 "libplt-main2.a" \
683 ] \
684 [list \
685 "Build libplt-main3.a" \
686 "" \
687 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
688 { plt-main3.c } \
689 {{readelf {-Wr} plt-main3.rd}} \
690 "libplt-main3.a" \
691 ] \
692 [list \
693 "Build libplt-main4.a" \
694 "" \
695 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
696 { plt-main4.c } \
697 {{readelf {-Wr} plt-main4.rd}} \
698 "libplt-main4.a" \
699 ] \
700 [list \
701 "Build plt-main" \
702 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
703 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
704 "" \
705 { plt-main5.c } \
706 {{readelf {-Wr} plt-main.rd}} \
707 "plt-main" \
708 ] \
709 [list \
710 "Build plt-main with PIE" \
711 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
712 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
713 "-fPIC" \
714 { plt-main5.c } \
715 {{readelf {-Wr} plt-main.rd}} \
716 "plt-main" \
717 ] \
718 [list \
719 "Build copyreloc-lib.so" \
720 "-shared" \
721 "-fPIC" \
722 { copyreloc-lib.c } \
723 {} \
724 "copyreloc-lib.so" \
725 ] \
726 [list \
727 "Build libcopyreloc-main.a" \
728 "" \
729 "" \
730 { copyreloc-main.S } \
731 {} \
732 "libcopyreloc-main.a" \
733 ] \
734 [list \
735 "Build copyreloc-main with PIE without -fPIE (1)" \
736 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
737 "" \
738 { dummy.s } \
739 {{readelf {-Wr} copyreloc-main1.rd}} \
740 "copyreloc-main" \
741 ] \
742 [list \
743 "Build copyreloc-main with PIE without -fPIE (2)" \
744 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
745 "" \
746 { dummy.s } \
747 {{readelf {-Wr} copyreloc-main2.rd}} \
748 "copyreloc-main" \
749 ] \
750 [list \
751 "Build pr17689.so" \
752 "-shared" \
753 "-fPIC" \
754 { pr17689a.c } \
755 {} \
756 "pr17689.so" \
757 ] \
758 [list \
759 "Build pr17689now.so with -z now" \
760 "-shared -Wl,-z,now" \
761 "-fPIC" \
762 { pr17689a.c } \
763 {{readelf {-Wr} pr17689now.rd}} \
764 "pr17689now.so" \
765 ] \
766 [list \
767 "Build pr17689b.o" \
768 "" \
769 "" \
770 { pr17689b.S } \
771 {} \
772 ] \
773 [list \
774 "Build pr17689 with PIE without -fPIE" \
775 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
776 "" \
777 { dummy.s } \
778 {{readelf {-Wr} pr17689.rd}} \
779 "pr17689" \
780 ] \
781 [list \
782 "Build pr17689 with PIE -z now without -fPIE" \
783 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
784 "" \
785 { dummy.s } \
786 {{readelf {-Wr} pr17689now.rd}} \
787 "pr17689now" \
788 ] \
789 [list \
790 "Build pr17827 with PIE without -fPIE" \
791 "-Wl,--as-needed tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
792 "" \
793 { dummy.s } \
794 {{readelf {-Wr} pr17827.rd}} \
795 "pr17827" \
796 ] \
797 [list \
798 "Build pr18900.so" \
799 "-shared" \
800 "-fPIC" \
801 { pr18900a.c } \
802 "" \
803 "pr18900.so" \
804 ] \
805 [list \
806 "Build pr18900.o" \
807 "-r -nostdlib" \
808 "" \
809 { pr18900b.c pr18900c.c } \
810 "" \
811 "pr18900.o" \
812 ] \
813 [list \
814 "Build pr18900a" \
815 "tmpdir/pr18900.o tmpdir/pr18900.so" \
816 "" \
817 { dummy.s } \
818 {{readelf {-Wrd} pr18900a.rd}} \
819 "pr18900a" \
820 ] \
821 [list \
822 "Build pr18900b" \
823 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
824 "" \
825 { dummy.s } \
826 {{readelf {-Wrd} pr18900b.rd}} \
827 "pr18900b" \
828 ] \
829 [list \
830 "Build pr19031.so" \
831 "-shared" \
832 "-fPIC" \
833 { pr19031a.c } \
834 "" \
835 "pr19031.so" \
836 ] \
837 [list \
838 "Build gotpcrel1d.so" \
839 "-shared" \
840 "" \
841 { gotpcrel1d.S } \
842 "" \
843 "gotpcrel1d.so" \
844 ] \
845 [list \
846 "Build gotpcrel1a.o gotpcrel1b.o gotpcrel1c.o" \
847 "" \
848 "-Wa,-mrelax-relocations=yes" \
849 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
850 ] \
851 [list \
852 "Build gotpcrel1" \
853 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpcrel1a.o \
854 tmpdir/gotpcrel1b.o tmpdir/gotpcrel1c.o \
855 tmpdir/gotpcrel1d.so" \
856 { dummy.s } \
857 "" \
858 {{objdump {-dw} gotpcrel1.dd}} \
859 "gotpcrel1" \
860 ] \
861 [list \
862 "Build pr19319.so" \
863 "-shared" \
864 "" \
865 { pr19319a.S } \
866 "" \
867 "pr19319.so" \
868 ] \
869 [list \
870 "Build pr19319" \
871 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
872 "" \
873 { pr19319b.S } \
874 {{objdump {-dw} pr19319.dd}} \
875 "pr19319" \
876 ] \
877 [list \
878 "Build property 1" \
879 "" \
880 "" \
881 {pass.c property-no-copy.S} \
882 {{readelf {-n} property-1.r}} \
883 "property-1" \
884 ] \
885 [list \
886 "Build property 1 (.o)" \
887 "-r -nostdlib" \
888 "" \
889 {pass.c property-no-copy.S} \
890 {{readelf {-n} property-1.r}} \
891 "property-1.o" \
892 ] \
893 [list \
894 "Build property 1 (.so)" \
895 "-shared" \
896 "-fPIC" \
897 {pass.c property-no-copy.S} \
898 {{readelf {-n} property-1.r}} \
899 "property-1.so" \
900 ] \
901 [list \
902 "Build property 2" \
903 "" \
904 "" \
905 {pass.c property-stack.S} \
906 {{readelf {-n} property-2.r}} \
907 "property-2" \
908 ] \
909 [list \
910 "Build property 2 (.o)" \
911 "-r -nostdlib" \
912 "" \
913 {pass.c property-stack.S} \
914 {{readelf {-n} property-2.r}} \
915 "property-2.o" \
916 ] \
917 [list \
918 "Build property 2 (.so)" \
919 "-shared" \
920 "-fPIC" \
921 {pass.c property-stack.S} \
922 {{readelf {-n} property-2.r}} \
923 "property-2.so" \
924 ] \
925 [list \
926 "Build property 3" \
927 "" \
928 "" \
929 {pass.c property-stack.S property-x86-1.S} \
930 {{readelf {-n} property-3.r}} \
931 "property-3" \
932 ] \
933 [list \
934 "Build property 3 (.o)" \
935 "-r -nostdlib" \
936 "" \
937 {pass.c property-x86-1.S property-stack.S} \
938 {{readelf {-n} property-3.r}} \
939 "property-3.o" \
940 ] \
941 [list \
942 "Build property 3 (.so)" \
943 "-shared" \
944 "-fPIC" \
945 {property-x86-1.S pass.c property-stack.S} \
946 {{readelf {-n} property-3.r}} \
947 "property-3.so" \
948 ] \
949 [list \
950 "Build property 4" \
951 "" \
952 "" \
953 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
954 {{readelf {-n} property-4.r}} \
955 "property-4" \
956 ] \
957 [list \
958 "Build property 4 (.o)" \
959 "-r -nostdlib" \
960 "" \
961 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
962 {{readelf {-n} property-4.r}} \
963 "property-4.o" \
964 ] \
965 [list \
966 "Build property 4 (.so)" \
967 "-shared" \
968 "-fPIC" \
969 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
970 {{readelf {-n} property-4.r}} \
971 "property-4.so" \
972 ] \
973 [list \
974 "Build property 4 (-Wl,-z,stack-size=0)" \
975 "-Wl,-z,stack-size=0" \
976 "" \
977 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
978 {{readelf {-n} property-4.r}} \
979 "property-4" \
980 ] \
981 [list \
982 "Build property 5" \
983 "-Wl,-z,stack-size=0x900000" \
984 "" \
985 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
986 {{readelf {-n} property-5.r}} \
987 "property-5" \
988 ] \
989 [list \
990 "Build property 5 (.o)" \
991 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
992 "" \
993 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
994 {{readelf {-n} property-5.r}} \
995 "property-5.o" \
996 ] \
997 [list \
998 "Build property 5 (.so)" \
999 "-shared -Wl,-z,stack-size=0x900000" \
1000 "-fPIC" \
1001 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1002 {{readelf {-n} property-5.r}} \
1003 "property-5.so" \
1004 ] \
1005 [list \
1006 "Build property-6.so" \
1007 "-shared" \
1008 "-fPIC" \
1009 {property-6a.c property-6c.S} \
1010 {{readelf {-n} property-6.r}} \
1011 "property-6.so" \
1012 ] \
1013 [list \
1014 "Build property-6.o" \
1015 "-r -nostdlib" \
1016 "" \
1017 {property-6b.c property-stack.S} \
1018 {{readelf {-n} property-2.r}} \
1019 "property-6.o" \
1020 ] \
1021 [list \
1022 "Build property-6" \
1023 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
1024 { dummy.s } \
1025 "" \
1026 {{readelf {-n} property-2.r}} \
1027 "property-6" \
1028 ] \
1029 [list \
1030 "Build property 7a (.o)" \
1031 "-r -nostdlib" \
1032 "" \
1033 {property-unsorted-1.S} \
1034 {{readelf {-n} property-7.r}} \
1035 "property-7a.o" \
1036 ] \
1037 [list \
1038 "Build property 7b (.o)" \
1039 "-r -nostdlib" \
1040 "" \
1041 {property-unsorted-2.S} \
1042 {{readelf {-n} property-7.r}} \
1043 "property-7b.o" \
1044 ] \
1045 [list \
1046 "Build pr22001-1.so" \
1047 "-shared" \
1048 "-fPIC" \
1049 { pr22001-1a.c } \
1050 {} \
1051 "pr22001-1.so" \
1052 ] \
1053 [list \
1054 "Build pr22001-1a" \
1055 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1056 "$NOPIE_CFLAGS" \
1057 { pr22001-1b.c } \
1058 {{error_output "pr22001-1a.err"}} \
1059 "pr22001-1a" \
1060 ] \
1061 [list \
1062 "Build pr21997-1.so" \
1063 "-shared" \
1064 "" \
1065 { property-stack.S property-no-copy.S pr21997-1a.S } \
1066 {} \
1067 "pr21997-1.so" \
1068 ] \
1069 [list \
1070 "Build pr21997-1a" \
1071 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1072 "$NOPIE_CFLAGS" \
1073 { pr21997-1b.c } \
1074 {{error_output "pr21997-1a.err"}} \
1075 "pr21997-1a" \
1076 ] \
1077 [list \
1078 "Build pr22064a.o" \
1079 "" \
1080 "" \
1081 { pr22064a.S } \
1082 ] \
1083 [list \
1084 "Build pr22064.so" \
1085 "-shared" \
1086 "-fPIC" \
1087 { pr22064b.c } \
1088 {} \
1089 "pr22064.so" \
1090 ] \
1091 ]
1092
1093 if {[istarget "x86_64-*-linux*-gnux32"]} {
1094 run_ld_link_exec_tests [list \
1095 [list \
1096 "Run pr22001-1b" \
1097 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1098 "" \
1099 { pr22001-1c.c } \
1100 "pr22001-1b" \
1101 "pass.out" \
1102 "$NOPIE_CFLAGS" \
1103 ] \
1104 [list \
1105 "Run pr21997-1b" \
1106 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1107 "" \
1108 { pr21997-1c.c } \
1109 "pr21997-1b" \
1110 "pass.out" \
1111 "$NOPIE_CFLAGS" \
1112 ] \
1113 ]
1114 } else {
1115 run_cc_link_tests [list \
1116 [list \
1117 "Build pr22001-1b" \
1118 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1119 "$NOPIE_CFLAGS" \
1120 { pr22001-1c.c } \
1121 {{error_output "pr22001-1b.err"}} \
1122 "pr22001-1b" \
1123 ] \
1124 [list \
1125 "Build pr21997-1b" \
1126 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1127 "$NOPIE_CFLAGS" \
1128 { pr21997-1c.c } \
1129 {{error_output "pr21997-1b.err"}} \
1130 "pr21997-1b" \
1131 ] \
1132 ]
1133 }
1134
1135 run_ld_link_exec_tests [list \
1136 [list \
1137 "Run plt-main" \
1138 "-Wl,--no-as-needed tmpdir/plt-main1.o tmpdir/plt-main2.o \
1139 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1140 "" \
1141 { plt-main5.c } \
1142 "plt-main" \
1143 "plt-main.out" \
1144 ] \
1145 [list \
1146 "Run plt-main with PIE" \
1147 "-Wl,--no-as-needed -pie tmpdir/plt-main1.o tmpdir/plt-main2.o \
1148 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1149 "" \
1150 { plt-main5.c } \
1151 "plt-main-pie" \
1152 "plt-main.out" \
1153 "-fPIC" \
1154 ] \
1155 [list \
1156 "Run copyreloc-main with PIE without -fPIE" \
1157 "-Wl,--as-needed -pie tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so" \
1158 "" \
1159 { dummy.s } \
1160 "copyreloc-main" \
1161 "copyreloc-main.out" \
1162 ] \
1163 [list \
1164 "Run pr17689 with PIE without -fPIE" \
1165 "-Wl,--no-as-needed -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1166 "" \
1167 { dummy.s } \
1168 "pr17689" \
1169 "pr17689.out" \
1170 ] \
1171 [list \
1172 "Run pr17689 with PIE -z now without -fPIE" \
1173 "-Wl,--as-needed,-z,now -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1174 "" \
1175 { dummy.s } \
1176 "pr17689now" \
1177 "pr17689.out" \
1178 ] \
1179 [list \
1180 "Run pr18900" \
1181 "-Wl,--no-as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
1182 "" \
1183 { dummy.s } \
1184 "pr18900" \
1185 "pr18900.out" \
1186 ] \
1187 [list \
1188 "Run pr19031" \
1189 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr19031.so" \
1190 "" \
1191 { pr19031b.S pr19031c.c } \
1192 "pr19031" \
1193 "pr19031.out" \
1194 "$NOPIE_CFLAGS" \
1195 ] \
1196 [list \
1197 "Run gotpcrel1" \
1198 "-Wl,--no-as-needed tmpdir/gotpcrel1d.so" \
1199 "" \
1200 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
1201 "gotpcrel1" \
1202 "gotpcrel1.out" \
1203 ] \
1204 [list \
1205 "Run property 1" \
1206 "" \
1207 "" \
1208 {pass.c property-no-copy.S} \
1209 "property-1" "pass.out" \
1210 ] \
1211 [list \
1212 "Run property 1 (PIE)" \
1213 "-pie" \
1214 "" \
1215 {pass.c property-no-copy.S} \
1216 "property-1-pie" "pass.out" "-fPIE" \
1217 ] \
1218 [list \
1219 "Run property 1 (static)" \
1220 "-static" \
1221 "" \
1222 {pass.c property-no-copy.S} \
1223 "property-1-static" "pass.out" \
1224 ] \
1225 [list \
1226 "Run property 2" \
1227 "" \
1228 "" \
1229 {pass.c property-stack.S} \
1230 "property-2" "pass.out" \
1231 ] \
1232 [list \
1233 "Run property 2 (PIE)" \
1234 "-pie" \
1235 "" \
1236 {pass.c property-stack.S} \
1237 "property-2-pie" "pass.out" "-fPIE" \
1238 ] \
1239 [list \
1240 "Run property 2 (static)" \
1241 "-static" \
1242 "" \
1243 {pass.c property-stack.S} \
1244 "property-3-static" "pass.out" \
1245 ] \
1246 [list \
1247 "Run property 3" \
1248 "" \
1249 "" \
1250 {pass.c property-stack.S property-x86-1.S} \
1251 "property-3" "pass.out" \
1252 ] \
1253 [list \
1254 "Run property 3 (PIE)" \
1255 "-pie" \
1256 "" \
1257 {pass.c property-x86-1.S property-stack.S} \
1258 "property-3-pie" "pass.out" "-fPIE" \
1259 ] \
1260 [list \
1261 "Run property 3 (static)" \
1262 "-static" \
1263 "" \
1264 {property-x86-1.S pass.c property-stack.S} \
1265 "property-3-static" "pass.out" \
1266 ] \
1267 [list \
1268 "Run property 4" \
1269 "" \
1270 "" \
1271 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1272 "property-4" "pass.out" \
1273 ] \
1274 [list \
1275 "Run property 4 (PIE)" \
1276 "-pie" \
1277 "" \
1278 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1279 "property-4-pie" "pass.out" "-fPIE" \
1280 ] \
1281 [list \
1282 "Run property 4 (static)" \
1283 "-static" \
1284 "" \
1285 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1286 "property-4-static" "pass.out" \
1287 ] \
1288 [list \
1289 "Run property 5" \
1290 "-Wl,-z,stack-size=0x900000" \
1291 "" \
1292 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1293 "property-5" "pass.out" \
1294 ] \
1295 [list \
1296 "Run property 5 (PIE)" \
1297 "-pie -Wl,-z,stack-size=0x900000" \
1298 "" \
1299 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1300 "property-5-pie" "pass.out" "-fPIE" \
1301 ] \
1302 [list \
1303 "Run property 5 (static)" \
1304 "-static -Wl,-z,stack-size=0x900000" \
1305 "" \
1306 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1307 "property-5-static" "pass.out" \
1308 ] \
1309 [list \
1310 "Run pr22001-1a (PIC 1)" \
1311 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1312 "" \
1313 { pr22001-1b.c } \
1314 "pr22001-1a-pic-1" \
1315 "pass.out" \
1316 "-fPIC" \
1317 ] \
1318 [list \
1319 "Run pr22001-1a (PIC 2)" \
1320 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1321 "" \
1322 { pr22001-1b.c } \
1323 "pr22001-1a-pic-2" \
1324 "pass.out" \
1325 "-fPIC" \
1326 ] \
1327 [list \
1328 "Run pr22001-1b (PIC 1)" \
1329 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1330 "" \
1331 { pr22001-1c.c } \
1332 "pr22001-1b-pic-1" \
1333 "pass.out" \
1334 "-fPIC" \
1335 ] \
1336 [list \
1337 "Run pr22001-1b (PIC 2)" \
1338 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1339 "" \
1340 { pr22001-1c.c } \
1341 "pr22001-1b-pic-2" \
1342 "pass.out" \
1343 "-fPIC" \
1344 ] \
1345 [list \
1346 "Run pr21997-1a (PIC 1)" \
1347 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1348 "" \
1349 { pr21997-1b.c } \
1350 "pr21997-1a-pic-1" \
1351 "pass.out" \
1352 "-fPIC" \
1353 ] \
1354 [list \
1355 "Run pr21997-1a (PIC 2)" \
1356 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1357 "" \
1358 { pr21997-1b.c } \
1359 "pr21997-1a-pic-2" \
1360 "pass.out" \
1361 "-fPIC" \
1362 ] \
1363 [list \
1364 "Run pr21997-1b (PIC 1)" \
1365 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1366 "" \
1367 { pr21997-1c.c } \
1368 "pr21997-1b-pic-1" \
1369 "pass.out" \
1370 "-fPIC" \
1371 ] \
1372 [list \
1373 "Run pr21997-1b (PIC 2)" \
1374 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1375 "" \
1376 { pr21997-1c.c } \
1377 "pr21997-1b-pic-2" \
1378 "pass.out" \
1379 "-fPIC" \
1380 ] \
1381 [list \
1382 "Run pr22064" \
1383 "-pie -Wl,--no-as-needed tmpdir/pr22064a.o tmpdir/pr22064.so" \
1384 "" \
1385 { dummy.s } \
1386 "pr22064-pie" \
1387 "pass.out" \
1388 "-fPIE" \
1389 ] \
1390 ]
1391
1392 # Run-time tests which require working ifunc attribute support.
1393 if { [check_ifunc_attribute_available] } {
1394 run_cc_link_tests [list \
1395 [list \
1396 "Build libpr19784a.so" \
1397 "-shared -Wl,-Bsymbolic-functions" \
1398 "-fPIC -O2 -g" \
1399 { pr19784b.c pr19784c.c } \
1400 {} \
1401 "libpr19784a.so" \
1402 ] \
1403 [list \
1404 "Build libpr19784b.so" \
1405 "-shared -Wl,-Bsymbolic-functions" \
1406 "-fPIC -O2 -g" \
1407 { pr19784c.c pr19784b.c } \
1408 {} \
1409 "libpr19784b.so" \
1410 ] \
1411 [list \
1412 "Build pr19784a.o" \
1413 "" \
1414 "" \
1415 { pr19784a.c } \
1416 ] \
1417 ]
1418
1419 run_ld_link_exec_tests [list \
1420 [list \
1421 "Run pr19784a" \
1422 "-Wl,--no-as-needed tmpdir/pr19784a.o tmpdir/libpr19784a.so" \
1423 "" \
1424 { dummy.s } \
1425 "pr19784a" \
1426 "pass.out" \
1427 ] \
1428 [list \
1429 "Run pr19784b" \
1430 "-Wl,--as-needed tmpdir/pr19784a.o tmpdir/libpr19784b.so" \
1431 "" \
1432 { dummy.s } \
1433 "pr19784b" \
1434 "pass.out" \
1435 ] \
1436 ]
1437 }
1438
1439 if { [istarget "x86_64-*-linux*"] \
1440 && ![istarget "x86_64-*-linux*-gnux32"]} {
1441
1442 run_cc_link_tests [list \
1443 [list \
1444 "Build plt-main with -z bndplt" \
1445 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1446 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt" \
1447 "" \
1448 { plt-main5.c } \
1449 {{objdump {-drw} plt-main-bnd.dd}} \
1450 "plt-main-bnd" \
1451 ] \
1452 [list \
1453 "Build plt-main with PIE and -z bndplt" \
1454 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1455 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie" \
1456 "-fPIC" \
1457 { plt-main5.c } \
1458 {{objdump {-drw} plt-main-bnd.dd}} \
1459 "plt-main-pie-bnd" \
1460 ] \
1461 [list \
1462 "Build plt-main with -z bndplt -z now" \
1463 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1464 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now" \
1465 "" \
1466 { plt-main5.c } \
1467 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1468 "plt-main-bnd-now" \
1469 ] \
1470 [list \
1471 "Build plt-main with PIE and -z bndplt -z now" \
1472 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1473 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie" \
1474 "-fPIC" \
1475 { plt-main5.c } \
1476 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1477 "plt-main-pie-bnd-now" \
1478 ] \
1479 ]
1480
1481 run_ld_link_exec_tests [list \
1482 [list \
1483 "Run plt-main with -z bndplt" \
1484 "-Wl,--no-as-needed,-z,bndplt tmpdir/plt-main1.o \
1485 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1486 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1487 "" \
1488 { plt-main5.c } \
1489 "plt-main-bnd" \
1490 "plt-main.out" \
1491 ] \
1492 [list \
1493 "Run plt-main with PIE and -z bndplt" \
1494 "-Wl,--no-as-needed,-z,bndplt -pie tmpdir/plt-main1.o \
1495 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1496 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1497 "" \
1498 { plt-main5.c } \
1499 "plt-main-pie-bnd" \
1500 "plt-main.out" \
1501 "-fPIC" \
1502 ] \
1503 [list \
1504 "Run plt-main with -z bndplt -z now" \
1505 "-Wl,--no-as-needed,-z,bndplt,-z,now tmpdir/plt-main1.o \
1506 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1507 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1508 "" \
1509 { plt-main5.c } \
1510 "plt-main-bnd-now" \
1511 "plt-main.out" \
1512 ] \
1513 [list \
1514 "Run plt-main with PIE and -z bndplt -z now" \
1515 "-Wl,--no-as-needed,-z,bndplt,-z,now -pie tmpdir/plt-main1.o \
1516 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1517 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1518 "" \
1519 { plt-main5.c } \
1520 "plt-main-pie-bnd-now" \
1521 "plt-main.out" \
1522 "-fPIC" \
1523 ] \
1524 [list \
1525 "Run pr20800" \
1526 "-Wl,-z,now -pie" \
1527 "" \
1528 { pr20800a.S pr20800b.S } \
1529 "pr20800" \
1530 "pass.out" \
1531 ] \
1532 ]
1533 if { [check_ifunc_attribute_available] } {
1534 run_ld_link_exec_tests [list \
1535 [list \
1536 "Run pr21481a" \
1537 "$NOPIE_LDFLAGS -Wl,-z,bndplt" \
1538 "" \
1539 { pr21481a.c pr21481b.S } \
1540 "pr21481a" \
1541 "pass.out" \
1542 "$NOPIE_CFLAGS" \
1543 ] \
1544 [list \
1545 "Run pr21481b" \
1546 "$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
1547 "" \
1548 { pr21481a.c pr21481b.S } \
1549 "pr21481b" \
1550 "pass.out" \
1551 "$NOPIE_CFLAGS" \
1552 ] \
1553 ]
1554 }
1555 }
1556
1557 if { [istarget "x86_64-*-linux*"] } {
1558 if { [istarget "x86_64-*-linux*-gnux32"] } {
1559 set pltdump {{objdump {-drw} plt-main-ibt-x32.dd}}
1560 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt-x32.dd}}
1561 } else {
1562 set pltdump {{objdump {-drw} plt-main-ibt.dd}}
1563 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt.dd}}
1564 }
1565 run_cc_link_tests [list \
1566 [list \
1567 "Build plt-main with -z ibtplt" \
1568 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1569 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt" \
1570 "" \
1571 { plt-main5.c } \
1572 $pltdump \
1573 "plt-main-ibt" \
1574 ] \
1575 [list \
1576 "Build plt-main with PIE and -z ibtplt" \
1577 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1578 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie" \
1579 "-fPIC" \
1580 { plt-main5.c } \
1581 $pltdump \
1582 "plt-main-pie-ibt" \
1583 ] \
1584 [list \
1585 "Build plt-main with -z ibtplt -z now" \
1586 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1587 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now" \
1588 "" \
1589 { plt-main5.c } \
1590 $pltsecdump \
1591 "plt-main-ibt-now" \
1592 ] \
1593 [list \
1594 "Build plt-main with PIE and -z ibtplt -z now" \
1595 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1596 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie" \
1597 "-fPIC" \
1598 { plt-main5.c } \
1599 $pltsecdump \
1600 "plt-main-pie-ibt-now" \
1601 ] \
1602 [list \
1603 "Build libibtplt-lib.so with -z ibtplt" \
1604 "-shared -z ibtplt" \
1605 "-fPIC" \
1606 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1607 $pltdump \
1608 "libibtplt-lib.so" \
1609 ] \
1610 [list \
1611 "Build libibtplt--now-lib.so with -z ibtplt -z now" \
1612 "-shared -z ibtplt -z now" \
1613 "-fPIC" \
1614 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1615 $pltdump \
1616 "libibtplt-now-lib.so" \
1617 ] \
1618 ]
1619
1620 run_ld_link_exec_tests [list \
1621 [list \
1622 "Run plt-main with -z ibtplt" \
1623 "-Wl,--no-as-needed,-z,ibtplt tmpdir/plt-main1.o \
1624 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1625 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1626 "" \
1627 { plt-main5.c } \
1628 "plt-main-ibt" \
1629 "plt-main.out" \
1630 ] \
1631 [list \
1632 "Run plt-main with PIE and -z ibtplt" \
1633 "-Wl,--no-as-needed,-z,ibtplt -pie tmpdir/plt-main1.o \
1634 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1635 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1636 "" \
1637 { plt-main5.c } \
1638 "plt-main-pie-ibt" \
1639 "plt-main.out" \
1640 "-fPIC" \
1641 ] \
1642 [list \
1643 "Run plt-main with -z ibtplt -z now" \
1644 "-Wl,--no-as-needed,-z,ibtplt,-z,now tmpdir/plt-main1.o \
1645 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1646 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1647 "" \
1648 { plt-main5.c } \
1649 "plt-main-ibt-now" \
1650 "plt-main.out" \
1651 ] \
1652 [list \
1653 "Run plt-main with PIE and -z ibtplt -z now" \
1654 "-Wl,--no-as-needed,-z,ibtplt,-z,now -pie tmpdir/plt-main1.o \
1655 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1656 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1657 "" \
1658 { plt-main5.c } \
1659 "plt-main-pie-ibt-now" \
1660 "plt-main.out" \
1661 "-fPIC" \
1662 ] \
1663 [list \
1664 "Run plt-main with libibtplt-lib.so -z ibtplt" \
1665 "-Wl,--no-as-needed,-z,ibtplt tmpdir/libibtplt-lib.so \
1666 tmpdir/libplt-lib.so" \
1667 "" \
1668 { plt-main5.c } \
1669 "plt-main-ibt-lib" \
1670 "plt-main.out" \
1671 ] \
1672 [list \
1673 "Run plt-main with libibtplt-lib.so -z ibtplt -z now" \
1674 "-Wl,--no-as-needed,-z,ibtplt,-z,now \
1675 tmpdir/libibtplt-now-lib.so tmpdir/libplt-lib.so" \
1676 "" \
1677 { plt-main5.c } \
1678 "plt-main-ibt-now-lib" \
1679 "plt-main.out" \
1680 ] \
1681 ]
1682
1683 if { [check_ifunc_attribute_available] } {
1684 run_ld_link_exec_tests [list \
1685 [list \
1686 "Run pr21481a" \
1687 "$NOPIE_LDFLAGS -Wl,-z,ibtplt" \
1688 "" \
1689 { pr21481a.c pr21481b.S } \
1690 "pr21481a" \
1691 "pass.out" \
1692 "$NOPIE_CFLAGS" \
1693 ] \
1694 [list \
1695 "Run pr21481b" \
1696 "$NOPIE_LDFLAGS -Wl,-z,ibtplt,-z,now" \
1697 "" \
1698 { pr21481a.c pr21481b.S } \
1699 "pr21481b" \
1700 "pass.out" \
1701 "$NOPIE_CFLAGS" \
1702 ] \
1703 ]
1704 }
1705 }
1706
1707 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
1708 undefined_weak "-fPIE" ""
1709 undefined_weak "-fPIE" "-pie"
1710 undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
1711 undefined_weak "-fPIE" "-pie -Wl,-z,nodynamic-undefined-weak"
1712 }
1713
1714 if { ![istarget "x86_64-*-linux*"]} {
1715 return
1716 }
1717
1718 run_ld_link_tests [list \
1719 [list \
1720 "basic PLT generation (-z now)" \
1721 "-z now -melf_x86_64 --hash-style=sysv tmpdir/libpltlib.so" \
1722 "" \
1723 "--64" \
1724 {plt2.s} \
1725 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1726 "plt2" \
1727 ] \
1728 [list \
1729 "Build pr21626.so" \
1730 "-shared -melf_x86_64" \
1731 "" \
1732 "--64 -defsym __64_bit__=1" \
1733 {property-x86-3.s} \
1734 "" \
1735 "pr21626.so" \
1736 ] \
1737 [list \
1738 "Build pr21626" \
1739 "-melf_x86_64 tmpdir/pr21626.so" \
1740 "" \
1741 "--64" \
1742 {start.s foo.s} \
1743 "" \
1744 "pr21626" \
1745 ] \
1746 ]
1747
1748 # Linux only tests
1749 global LD_CLASS
1750 if { "$LD_CLASS" == "64bit" } then {
1751 # This test needs 64-bit linker.
1752 run_dump_test "pr17618"
1753 }
1754 run_dump_test "pltgot-1"
1755 run_dump_test "pltgot-2"
1756 run_dump_test "pr20830a"
1757 run_dump_test "pr20830b"
1758 run_dump_test "pr21038a"
1759 run_dump_test "pr21038b"
1760 run_dump_test "pr21038c"
1761 run_dump_test "pr20830a-now"
1762 run_dump_test "pr20830b-now"
1763 run_dump_test "pr21038a-now"
1764 run_dump_test "pr21038b-now"
1765 run_dump_test "pr21038c-now"
1766 run_dump_test "ibt-plt-1"
1767 run_dump_test "ibt-plt-1-x32"
1768 run_dump_test "ibt-plt-2a"
1769 run_dump_test "ibt-plt-2b"
1770 run_dump_test "ibt-plt-2c"
1771 run_dump_test "ibt-plt-2d"
1772 run_dump_test "ibt-plt-2a-x32"
1773 run_dump_test "ibt-plt-2b-x32"
1774 run_dump_test "ibt-plt-2c-x32"
1775 run_dump_test "ibt-plt-2d-x32"
1776 run_dump_test "ibt-plt-3a"
1777 run_dump_test "ibt-plt-3b"
1778 run_dump_test "ibt-plt-3c"
1779 run_dump_test "ibt-plt-3d"
1780 run_dump_test "ibt-plt-3a-x32"
1781 run_dump_test "ibt-plt-3b-x32"
1782 run_dump_test "ibt-plt-3c-x32"
1783 run_dump_test "ibt-plt-3d-x32"