676d44a3d0f6c7cc764079549e3b63005c606d8a
[deliverable/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 run_dump_test "pr22115-1a"
373 run_dump_test "pr22115-1a-x32"
374 run_dump_test "pr22115-1b"
375 run_dump_test "pr22115-1b-x32"
376 run_dump_test "pr22115-1c"
377 run_dump_test "pr22115-1c-x32"
378 run_dump_test "pr22115-1d"
379 run_dump_test "pr22115-1d-x32"
380 run_dump_test "pr22135"
381
382 if { ![istarget "x86_64-*-linux*"] && ![istarget "x86_64-*-nacl*"]} {
383 return
384 }
385
386 if ![ld_assemble $as "--x32 $srcdir/$subdir/start.s" tmpdir/startx32.o] {
387 unresolved "Build ILP32 start.o"
388 return
389 }
390
391 if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
392 unresolved "Build ia32 start.o"
393 return
394 }
395
396 if ![ld_assemble $as "--64 $srcdir/$subdir/start.s" tmpdir/start64.o] {
397 unresolved "Build LP64 start.o"
398 return
399 }
400
401 if ![ld_assemble $as "--x32 $srcdir/$subdir/foo.s" tmpdir/foox32.o] {
402 unresolved "Build ILP32 foo.o"
403 return
404 }
405
406 if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
407 unresolved "Build ia32 foo.o"
408 return
409 }
410
411 if ![ld_assemble $as "--64 $srcdir/$subdir/foo.s" tmpdir/foo64.o] {
412 unresolved "Build LP64 foo.o"
413 return
414 }
415
416 run_dump_test "compressed1"
417 run_dump_test "ilp32-1"
418 run_dump_test "ilp32-2"
419 run_dump_test "ilp32-3"
420 run_dump_test "ilp32-4"
421 run_dump_test "ilp32-4-nacl"
422 run_dump_test "ilp32-5"
423 run_dump_test "ilp32-6"
424 run_dump_test "ilp32-7"
425 run_dump_test "ilp32-8"
426 run_dump_test "ilp32-9"
427 run_dump_test "ilp32-10"
428 run_dump_test "ilp32-11"
429 run_dump_test "ia32-1"
430 run_dump_test "ia32-2"
431 run_dump_test "ia32-3"
432 run_dump_test "lp64-1"
433 run_dump_test "lp64-2"
434 run_dump_test "lp64-3"
435 run_dump_test "pr13082-1a"
436 run_dump_test "pr13082-1b"
437 run_dump_test "pr13082-2a"
438 run_dump_test "pr13082-2b"
439 run_dump_test "pr13082-3a"
440 run_dump_test "pr13082-3b"
441 run_dump_test "pr13082-3c"
442 run_dump_test "pr13082-3d"
443 run_dump_test "pr13082-4a"
444 run_dump_test "pr13082-4b"
445 run_dump_test "pr13082-5a"
446 run_dump_test "pr13082-5b"
447 run_dump_test "pr13082-6a"
448 run_dump_test "pr13082-6b"
449 run_dump_test "lea1a"
450 run_dump_test "lea1b"
451 run_dump_test "lea1c"
452 run_dump_test "lea1d"
453 run_dump_test "lea1e"
454 run_dump_test "lea1f"
455 run_dump_test "lea1g"
456 run_dump_test "lea1h"
457 run_dump_test "lea1i"
458 run_dump_test "lea1j"
459 run_dump_test "lea1k"
460 run_dump_test "lea1l"
461 run_dump_test "mov1a"
462 run_dump_test "mov1b"
463 run_dump_test "mov1c"
464 run_dump_test "mov1d"
465 run_dump_test "mov2a"
466 run_dump_test "mov2b"
467 run_dump_test "mov2c"
468 run_dump_test "mov2d"
469 run_dump_test "load1a"
470 run_dump_test "load1b"
471 run_dump_test "load1c"
472 run_dump_test "load1d"
473 run_dump_test "load1a-nacl"
474 run_dump_test "load1b-nacl"
475 run_dump_test "load1c-nacl"
476 run_dump_test "load1d-nacl"
477 run_dump_test "load2"
478 run_dump_test "call1a"
479 run_dump_test "call1b"
480 run_dump_test "call1c"
481 run_dump_test "call1d"
482 run_dump_test "call1e"
483 run_dump_test "call1f"
484 run_dump_test "call1g"
485 run_dump_test "call1h"
486 run_dump_test "call1i"
487 run_dump_test "pr17935-1"
488 run_dump_test "pr17935-2"
489 run_dump_test "pr18160"
490 run_dump_test "pr18176"
491 run_dump_test "pr18801"
492 run_dump_test "pr18815"
493 run_dump_test "pr19013"
494 run_dump_test "pr19013-x32"
495 run_dump_test "pr19013-nacl"
496 run_dump_test "pr19162"
497 run_dump_test "pr19175"
498 run_dump_test "pr18591"
499 run_dump_test "pr19615"
500 run_dump_test "pr19636-1a"
501 run_dump_test "pr19636-1b"
502 run_dump_test "pr19636-1c"
503 run_dump_test "pr19636-1d"
504 run_dump_test "pr19636-1e"
505 run_dump_test "pr19636-1f"
506 run_dump_test "pr19636-1g"
507 run_dump_test "pr19636-2a"
508 run_dump_test "pr19636-2b"
509 run_dump_test "pr19636-2c"
510 run_dump_test "pr19636-2d"
511 run_dump_test "pr19636-2d-nacl"
512 run_dump_test "pr19636-2e"
513 run_dump_test "pr19636-2f"
514 run_dump_test "pr19636-2g"
515 run_dump_test "pr19636-2h"
516 run_dump_test "pr19636-2i"
517 run_dump_test "pr19636-3a"
518 run_dump_test "pr19636-3b"
519 run_dump_test "pr19636-3c"
520 run_dump_test "pr19645"
521 run_dump_test "pr19609-1a"
522 run_dump_test "pr19609-1b"
523 run_dump_test "pr19609-1c"
524 run_dump_test "pr19609-1d"
525 run_dump_test "pr19609-1e"
526 run_dump_test "pr19609-1f"
527 run_dump_test "pr19609-1g"
528 run_dump_test "pr19609-1h"
529 run_dump_test "pr19609-1i"
530 run_dump_test "pr19609-1j"
531 run_dump_test "pr19609-1k"
532 run_dump_test "pr19609-1l"
533 run_dump_test "pr19609-1m"
534 run_dump_test "pr19609-2a"
535 run_dump_test "pr19609-2b"
536 run_dump_test "pr19609-2c"
537 run_dump_test "pr19609-2d"
538 run_dump_test "pr19609-3a"
539 run_dump_test "pr19609-3b"
540 run_dump_test "pr19609-4a"
541 run_dump_test "pr19609-4b"
542 run_dump_test "pr19609-4c"
543 run_dump_test "pr19609-4d"
544 run_dump_test "pr19609-4e"
545 run_dump_test "pr19609-5a"
546 run_dump_test "pr19609-5b"
547 run_dump_test "pr19609-5c"
548 run_dump_test "pr19609-5d"
549 run_dump_test "pr19609-5e"
550 run_dump_test "pr19609-6a"
551 run_dump_test "pr19609-6b"
552 run_dump_test "pr19609-6c"
553 run_dump_test "pr19609-6d"
554 run_dump_test "pr19609-7a"
555 run_dump_test "pr19609-7b"
556 run_dump_test "pr19609-7c"
557 run_dump_test "pr19609-7d"
558 run_dump_test "pr19939a"
559 run_dump_test "pr19939b"
560 run_dump_test "pr19719"
561 run_dump_test "pr20253-1a"
562 run_dump_test "pr20253-1b"
563 run_dump_test "pr20253-1c"
564 run_dump_test "pr20253-1d"
565 run_dump_test "pr20253-1e"
566 run_dump_test "pr20253-1f"
567 run_dump_test "pr20253-1g"
568 run_dump_test "pr20253-1h"
569 run_dump_test "pr20253-1i"
570 run_dump_test "pr20253-1j"
571 run_dump_test "pr20253-1k"
572 run_dump_test "pr20253-1l"
573 run_dump_test "pr20253-3"
574 run_dump_test "pr20253-4a"
575 run_dump_test "pr20253-4b"
576 run_dump_test "pr20253-4c"
577 run_dump_test "pr20253-4d"
578 run_dump_test "pr20253-4e"
579 run_dump_test "pr20253-4f"
580 run_dump_test "pr20253-5a"
581 run_dump_test "pr20253-5b"
582 run_dump_test "tlsdesc2"
583 run_dump_test "pr22048"
584
585 proc undefined_weak {cflags ldflags} {
586 set testname "Undefined weak symbol"
587 if { ![ string match "" $cflags$ldflags] } {
588 set testname "$testname ($cflags $ldflags)"
589 }
590
591 if { [string match "*-fPIE*" $cflags]
592 && ![string match "*nodynamic-undefined-weak*" $ldflags] } {
593 set weak_symbol "Weak defined"
594 } else {
595 set weak_symbol "Weak undefined"
596 }
597
598 run_cc_link_tests [list \
599 [list \
600 "Build libpr19704a.so" \
601 "-shared -Wl,-soname,libpr19704.so" \
602 "" \
603 { dummy.s } \
604 {} \
605 "libpr19704a.so" \
606 ] \
607 [list \
608 "Build libpr19704b.so" \
609 "-shared -Wl,-soname,libpr19704.so" \
610 "-fPIC" \
611 { pr19704b.c } \
612 {} \
613 "libpr19704b.so" \
614 ] \
615 ]
616
617 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
618
619 run_ld_link_exec_tests [list \
620 [list \
621 "Run pr19704" \
622 "-Wl,--no-as-needed,-R,tmpdir $ldflags tmpdir/libpr19704.so" \
623 "" \
624 { pr19704a.c } \
625 "pr19704" \
626 "pr19704.out" \
627 "$cflags" \
628 ] \
629 ]
630
631 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
632
633 set exec_output [run_host_cmd tmpdir/pr19704 ""]
634 if {![string match $weak_symbol $exec_output]} {
635 fail $testname
636 } else {
637 pass $testname
638 }
639 }
640
641 # Add $PLT_CFLAGS if PLT is expected.
642 global PLT_CFLAGS
643 # Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
644 global NOPIE_CFLAGS NOPIE_LDFLAGS
645
646 # Must be native with the C compiler
647 if { [isnative] && [which $CC] != 0 } {
648 run_cc_link_tests {
649 {"Helper X32 DSO from x86-64 object" "" "-m64 -fPIC -g"
650 {simple.c} {} "libsimple.a"}
651 }
652
653 set convertx32 "$objcopy -O elf32-x86-64 tmpdir/simple.o tmpdir/simple-x32.o"
654 send_log "$convertx32\n"
655 set got [remote_exec host "$convertx32"]
656 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
657 send_log "$got\n"
658 fail "Convert x86-64 object to x32"
659 return
660 }
661
662 run_ld_link_tests {
663 {"X32 DSO from x86-64 object"
664 "-shared -melf32_x86_64 tmpdir/simple-x32.o" "" "--x32"
665 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
666 }
667
668 run_cc_link_tests [list \
669 [list \
670 "Build plt-lib.so" \
671 "-shared" \
672 "-fPIC" \
673 { plt-lib.c } \
674 {} \
675 "libplt-lib.so" \
676 ] \
677 [list \
678 "Build libplt-main1.a" \
679 "" \
680 "-fPIC -Wa,-mrelax-relocations=yes" \
681 { plt-main1.c } \
682 {{readelf {-Wr} plt-main1.rd}} \
683 "libplt-main1.a" \
684 ] \
685 [list \
686 "Build libplt-main2.a" \
687 "" \
688 "-fPIC -Wa,-mrelax-relocations=yes" \
689 { plt-main2.c } \
690 {{readelf {-Wr} plt-main2.rd}} \
691 "libplt-main2.a" \
692 ] \
693 [list \
694 "Build libplt-main3.a" \
695 "" \
696 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
697 { plt-main3.c } \
698 {{readelf {-Wr} plt-main3.rd}} \
699 "libplt-main3.a" \
700 ] \
701 [list \
702 "Build libplt-main4.a" \
703 "" \
704 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
705 { plt-main4.c } \
706 {{readelf {-Wr} plt-main4.rd}} \
707 "libplt-main4.a" \
708 ] \
709 [list \
710 "Build plt-main" \
711 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
712 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
713 "" \
714 { plt-main5.c } \
715 {{readelf {-Wr} plt-main.rd}} \
716 "plt-main" \
717 ] \
718 [list \
719 "Build plt-main with PIE" \
720 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
721 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
722 "-fPIC" \
723 { plt-main5.c } \
724 {{readelf {-Wr} plt-main.rd}} \
725 "plt-main" \
726 ] \
727 [list \
728 "Build copyreloc-lib.so" \
729 "-shared" \
730 "-fPIC" \
731 { copyreloc-lib.c } \
732 {} \
733 "copyreloc-lib.so" \
734 ] \
735 [list \
736 "Build libcopyreloc-main.a" \
737 "" \
738 "" \
739 { copyreloc-main.S } \
740 {} \
741 "libcopyreloc-main.a" \
742 ] \
743 [list \
744 "Build copyreloc-main with PIE without -fPIE (1)" \
745 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
746 "" \
747 { dummy.s } \
748 {{readelf {-Wr} copyreloc-main1.rd}} \
749 "copyreloc-main" \
750 ] \
751 [list \
752 "Build copyreloc-main with PIE without -fPIE (2)" \
753 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
754 "" \
755 { dummy.s } \
756 {{readelf {-Wr} copyreloc-main2.rd}} \
757 "copyreloc-main" \
758 ] \
759 [list \
760 "Build pr17689.so" \
761 "-shared" \
762 "-fPIC" \
763 { pr17689a.c } \
764 {} \
765 "pr17689.so" \
766 ] \
767 [list \
768 "Build pr17689now.so with -z now" \
769 "-shared -Wl,-z,now" \
770 "-fPIC" \
771 { pr17689a.c } \
772 {{readelf {-Wr} pr17689now.rd}} \
773 "pr17689now.so" \
774 ] \
775 [list \
776 "Build pr17689b.o" \
777 "" \
778 "" \
779 { pr17689b.S } \
780 {} \
781 ] \
782 [list \
783 "Build pr17689 with PIE without -fPIE" \
784 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
785 "" \
786 { dummy.s } \
787 {{readelf {-Wr} pr17689.rd}} \
788 "pr17689" \
789 ] \
790 [list \
791 "Build pr17689 with PIE -z now without -fPIE" \
792 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
793 "" \
794 { dummy.s } \
795 {{readelf {-Wr} pr17689now.rd}} \
796 "pr17689now" \
797 ] \
798 [list \
799 "Build pr17827 with PIE without -fPIE" \
800 "-Wl,--as-needed tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
801 "" \
802 { dummy.s } \
803 {{readelf {-Wr} pr17827.rd}} \
804 "pr17827" \
805 ] \
806 [list \
807 "Build pr18900.so" \
808 "-shared" \
809 "-fPIC" \
810 { pr18900a.c } \
811 "" \
812 "pr18900.so" \
813 ] \
814 [list \
815 "Build pr18900.o" \
816 "-r -nostdlib" \
817 "" \
818 { pr18900b.c pr18900c.c } \
819 "" \
820 "pr18900.o" \
821 ] \
822 [list \
823 "Build pr18900a" \
824 "tmpdir/pr18900.o tmpdir/pr18900.so" \
825 "" \
826 { dummy.s } \
827 {{readelf {-Wrd} pr18900a.rd}} \
828 "pr18900a" \
829 ] \
830 [list \
831 "Build pr18900b" \
832 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
833 "" \
834 { dummy.s } \
835 {{readelf {-Wrd} pr18900b.rd}} \
836 "pr18900b" \
837 ] \
838 [list \
839 "Build pr19031.so" \
840 "-shared" \
841 "-fPIC" \
842 { pr19031a.c } \
843 "" \
844 "pr19031.so" \
845 ] \
846 [list \
847 "Build gotpcrel1d.so" \
848 "-shared" \
849 "" \
850 { gotpcrel1d.S } \
851 "" \
852 "gotpcrel1d.so" \
853 ] \
854 [list \
855 "Build gotpcrel1a.o gotpcrel1b.o gotpcrel1c.o" \
856 "" \
857 "-Wa,-mrelax-relocations=yes" \
858 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
859 ] \
860 [list \
861 "Build gotpcrel1" \
862 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpcrel1a.o \
863 tmpdir/gotpcrel1b.o tmpdir/gotpcrel1c.o \
864 tmpdir/gotpcrel1d.so" \
865 { dummy.s } \
866 "" \
867 {{objdump {-dw} gotpcrel1.dd}} \
868 "gotpcrel1" \
869 ] \
870 [list \
871 "Build pr19319.so" \
872 "-shared" \
873 "" \
874 { pr19319a.S } \
875 "" \
876 "pr19319.so" \
877 ] \
878 [list \
879 "Build pr19319" \
880 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
881 "" \
882 { pr19319b.S } \
883 {{objdump {-dw} pr19319.dd}} \
884 "pr19319" \
885 ] \
886 [list \
887 "Build property 1" \
888 "" \
889 "" \
890 {pass.c property-no-copy.S} \
891 {{readelf {-n} property-1.r}} \
892 "property-1" \
893 ] \
894 [list \
895 "Build property 1 (.o)" \
896 "-r -nostdlib" \
897 "" \
898 {pass.c property-no-copy.S} \
899 {{readelf {-n} property-1.r}} \
900 "property-1.o" \
901 ] \
902 [list \
903 "Build property 1 (.so)" \
904 "-shared" \
905 "-fPIC" \
906 {pass.c property-no-copy.S} \
907 {{readelf {-n} property-1.r}} \
908 "property-1.so" \
909 ] \
910 [list \
911 "Build property 2" \
912 "" \
913 "" \
914 {pass.c property-stack.S} \
915 {{readelf {-n} property-2.r}} \
916 "property-2" \
917 ] \
918 [list \
919 "Build property 2 (.o)" \
920 "-r -nostdlib" \
921 "" \
922 {pass.c property-stack.S} \
923 {{readelf {-n} property-2.r}} \
924 "property-2.o" \
925 ] \
926 [list \
927 "Build property 2 (.so)" \
928 "-shared" \
929 "-fPIC" \
930 {pass.c property-stack.S} \
931 {{readelf {-n} property-2.r}} \
932 "property-2.so" \
933 ] \
934 [list \
935 "Build property 3" \
936 "" \
937 "" \
938 {pass.c property-stack.S property-x86-1.S} \
939 {{readelf {-n} property-3.r}} \
940 "property-3" \
941 ] \
942 [list \
943 "Build property 3 (.o)" \
944 "-r -nostdlib" \
945 "" \
946 {pass.c property-x86-1.S property-stack.S} \
947 {{readelf {-n} property-3.r}} \
948 "property-3.o" \
949 ] \
950 [list \
951 "Build property 3 (.so)" \
952 "-shared" \
953 "-fPIC" \
954 {property-x86-1.S pass.c property-stack.S} \
955 {{readelf {-n} property-3.r}} \
956 "property-3.so" \
957 ] \
958 [list \
959 "Build property 4" \
960 "" \
961 "" \
962 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
963 {{readelf {-n} property-4.r}} \
964 "property-4" \
965 ] \
966 [list \
967 "Build property 4 (.o)" \
968 "-r -nostdlib" \
969 "" \
970 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
971 {{readelf {-n} property-4.r}} \
972 "property-4.o" \
973 ] \
974 [list \
975 "Build property 4 (.so)" \
976 "-shared" \
977 "-fPIC" \
978 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
979 {{readelf {-n} property-4.r}} \
980 "property-4.so" \
981 ] \
982 [list \
983 "Build property 4 (-Wl,-z,stack-size=0)" \
984 "-Wl,-z,stack-size=0" \
985 "" \
986 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
987 {{readelf {-n} property-4.r}} \
988 "property-4" \
989 ] \
990 [list \
991 "Build property 5" \
992 "-Wl,-z,stack-size=0x900000" \
993 "" \
994 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
995 {{readelf {-n} property-5.r}} \
996 "property-5" \
997 ] \
998 [list \
999 "Build property 5 (.o)" \
1000 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
1001 "" \
1002 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1003 {{readelf {-n} property-5.r}} \
1004 "property-5.o" \
1005 ] \
1006 [list \
1007 "Build property 5 (.so)" \
1008 "-shared -Wl,-z,stack-size=0x900000" \
1009 "-fPIC" \
1010 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1011 {{readelf {-n} property-5.r}} \
1012 "property-5.so" \
1013 ] \
1014 [list \
1015 "Build property-6.so" \
1016 "-shared" \
1017 "-fPIC" \
1018 {property-6a.c property-6c.S} \
1019 {{readelf {-n} property-6.r}} \
1020 "property-6.so" \
1021 ] \
1022 [list \
1023 "Build property-6.o" \
1024 "-r -nostdlib" \
1025 "" \
1026 {property-6b.c property-stack.S} \
1027 {{readelf {-n} property-2.r}} \
1028 "property-6.o" \
1029 ] \
1030 [list \
1031 "Build property-6" \
1032 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
1033 { dummy.s } \
1034 "" \
1035 {{readelf {-n} property-2.r}} \
1036 "property-6" \
1037 ] \
1038 [list \
1039 "Build property 7a (.o)" \
1040 "-r -nostdlib" \
1041 "" \
1042 {property-unsorted-1.S} \
1043 {{readelf {-n} property-7.r}} \
1044 "property-7a.o" \
1045 ] \
1046 [list \
1047 "Build property 7b (.o)" \
1048 "-r -nostdlib" \
1049 "" \
1050 {property-unsorted-2.S} \
1051 {{readelf {-n} property-7.r}} \
1052 "property-7b.o" \
1053 ] \
1054 [list \
1055 "Build pr22001-1.so" \
1056 "-shared" \
1057 "-fPIC" \
1058 { pr22001-1a.c } \
1059 {} \
1060 "pr22001-1.so" \
1061 ] \
1062 [list \
1063 "Build pr22001-1a" \
1064 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1065 "$NOPIE_CFLAGS" \
1066 { pr22001-1b.c } \
1067 {{error_output "pr22001-1a.err"}} \
1068 "pr22001-1a" \
1069 ] \
1070 [list \
1071 "Build pr21997-1.so" \
1072 "-shared" \
1073 "" \
1074 { property-stack.S property-no-copy.S pr21997-1a.S } \
1075 {} \
1076 "pr21997-1.so" \
1077 ] \
1078 [list \
1079 "Build pr21997-1a" \
1080 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1081 "$NOPIE_CFLAGS" \
1082 { pr21997-1b.c } \
1083 {{error_output "pr21997-1a.err"}} \
1084 "pr21997-1a" \
1085 ] \
1086 [list \
1087 "Build pr22064a.o" \
1088 "" \
1089 "" \
1090 { pr22064a.S } \
1091 ] \
1092 [list \
1093 "Build pr22064.so" \
1094 "-shared" \
1095 "-fPIC" \
1096 { pr22064b.c } \
1097 {} \
1098 "pr22064.so" \
1099 ] \
1100 ]
1101
1102 if {[istarget "x86_64-*-linux*-gnux32"]} {
1103 run_ld_link_exec_tests [list \
1104 [list \
1105 "Run pr22001-1b" \
1106 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1107 "" \
1108 { pr22001-1c.c } \
1109 "pr22001-1b" \
1110 "pass.out" \
1111 "$NOPIE_CFLAGS" \
1112 ] \
1113 [list \
1114 "Run pr21997-1b" \
1115 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1116 "" \
1117 { pr21997-1c.c } \
1118 "pr21997-1b" \
1119 "pass.out" \
1120 "$NOPIE_CFLAGS" \
1121 ] \
1122 ]
1123 } else {
1124 run_cc_link_tests [list \
1125 [list \
1126 "Build pr22001-1b" \
1127 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1128 "$NOPIE_CFLAGS" \
1129 { pr22001-1c.c } \
1130 {{error_output "pr22001-1b.err"}} \
1131 "pr22001-1b" \
1132 ] \
1133 [list \
1134 "Build pr21997-1b" \
1135 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1136 "$NOPIE_CFLAGS" \
1137 { pr21997-1c.c } \
1138 {{error_output "pr21997-1b.err"}} \
1139 "pr21997-1b" \
1140 ] \
1141 ]
1142 }
1143
1144 run_ld_link_exec_tests [list \
1145 [list \
1146 "Run plt-main" \
1147 "-Wl,--no-as-needed 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" \
1152 "plt-main.out" \
1153 ] \
1154 [list \
1155 "Run plt-main with PIE" \
1156 "-Wl,--no-as-needed -pie tmpdir/plt-main1.o tmpdir/plt-main2.o \
1157 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1158 "" \
1159 { plt-main5.c } \
1160 "plt-main-pie" \
1161 "plt-main.out" \
1162 "-fPIC" \
1163 ] \
1164 [list \
1165 "Run copyreloc-main with PIE without -fPIE" \
1166 "-Wl,--as-needed -pie tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so" \
1167 "" \
1168 { dummy.s } \
1169 "copyreloc-main" \
1170 "copyreloc-main.out" \
1171 ] \
1172 [list \
1173 "Run pr17689 with PIE without -fPIE" \
1174 "-Wl,--no-as-needed -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1175 "" \
1176 { dummy.s } \
1177 "pr17689" \
1178 "pr17689.out" \
1179 ] \
1180 [list \
1181 "Run pr17689 with PIE -z now without -fPIE" \
1182 "-Wl,--as-needed,-z,now -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1183 "" \
1184 { dummy.s } \
1185 "pr17689now" \
1186 "pr17689.out" \
1187 ] \
1188 [list \
1189 "Run pr18900" \
1190 "-Wl,--no-as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
1191 "" \
1192 { dummy.s } \
1193 "pr18900" \
1194 "pr18900.out" \
1195 ] \
1196 [list \
1197 "Run pr19031" \
1198 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr19031.so" \
1199 "" \
1200 { pr19031b.S pr19031c.c } \
1201 "pr19031" \
1202 "pr19031.out" \
1203 "$NOPIE_CFLAGS" \
1204 ] \
1205 [list \
1206 "Run gotpcrel1" \
1207 "-Wl,--no-as-needed tmpdir/gotpcrel1d.so" \
1208 "" \
1209 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
1210 "gotpcrel1" \
1211 "gotpcrel1.out" \
1212 ] \
1213 [list \
1214 "Run property 1" \
1215 "" \
1216 "" \
1217 {pass.c property-no-copy.S} \
1218 "property-1" "pass.out" \
1219 ] \
1220 [list \
1221 "Run property 1 (PIE)" \
1222 "-pie" \
1223 "" \
1224 {pass.c property-no-copy.S} \
1225 "property-1-pie" "pass.out" "-fPIE" \
1226 ] \
1227 [list \
1228 "Run property 1 (static)" \
1229 "-static" \
1230 "" \
1231 {pass.c property-no-copy.S} \
1232 "property-1-static" "pass.out" \
1233 ] \
1234 [list \
1235 "Run property 2" \
1236 "" \
1237 "" \
1238 {pass.c property-stack.S} \
1239 "property-2" "pass.out" \
1240 ] \
1241 [list \
1242 "Run property 2 (PIE)" \
1243 "-pie" \
1244 "" \
1245 {pass.c property-stack.S} \
1246 "property-2-pie" "pass.out" "-fPIE" \
1247 ] \
1248 [list \
1249 "Run property 2 (static)" \
1250 "-static" \
1251 "" \
1252 {pass.c property-stack.S} \
1253 "property-3-static" "pass.out" \
1254 ] \
1255 [list \
1256 "Run property 3" \
1257 "" \
1258 "" \
1259 {pass.c property-stack.S property-x86-1.S} \
1260 "property-3" "pass.out" \
1261 ] \
1262 [list \
1263 "Run property 3 (PIE)" \
1264 "-pie" \
1265 "" \
1266 {pass.c property-x86-1.S property-stack.S} \
1267 "property-3-pie" "pass.out" "-fPIE" \
1268 ] \
1269 [list \
1270 "Run property 3 (static)" \
1271 "-static" \
1272 "" \
1273 {property-x86-1.S pass.c property-stack.S} \
1274 "property-3-static" "pass.out" \
1275 ] \
1276 [list \
1277 "Run property 4" \
1278 "" \
1279 "" \
1280 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1281 "property-4" "pass.out" \
1282 ] \
1283 [list \
1284 "Run property 4 (PIE)" \
1285 "-pie" \
1286 "" \
1287 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1288 "property-4-pie" "pass.out" "-fPIE" \
1289 ] \
1290 [list \
1291 "Run property 4 (static)" \
1292 "-static" \
1293 "" \
1294 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1295 "property-4-static" "pass.out" \
1296 ] \
1297 [list \
1298 "Run property 5" \
1299 "-Wl,-z,stack-size=0x900000" \
1300 "" \
1301 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1302 "property-5" "pass.out" \
1303 ] \
1304 [list \
1305 "Run property 5 (PIE)" \
1306 "-pie -Wl,-z,stack-size=0x900000" \
1307 "" \
1308 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1309 "property-5-pie" "pass.out" "-fPIE" \
1310 ] \
1311 [list \
1312 "Run property 5 (static)" \
1313 "-static -Wl,-z,stack-size=0x900000" \
1314 "" \
1315 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1316 "property-5-static" "pass.out" \
1317 ] \
1318 [list \
1319 "Run pr22001-1a (PIC 1)" \
1320 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1321 "" \
1322 { pr22001-1b.c } \
1323 "pr22001-1a-pic-1" \
1324 "pass.out" \
1325 "-fPIC" \
1326 ] \
1327 [list \
1328 "Run pr22001-1a (PIC 2)" \
1329 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1330 "" \
1331 { pr22001-1b.c } \
1332 "pr22001-1a-pic-2" \
1333 "pass.out" \
1334 "-fPIC" \
1335 ] \
1336 [list \
1337 "Run pr22001-1b (PIC 1)" \
1338 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1339 "" \
1340 { pr22001-1c.c } \
1341 "pr22001-1b-pic-1" \
1342 "pass.out" \
1343 "-fPIC" \
1344 ] \
1345 [list \
1346 "Run pr22001-1b (PIC 2)" \
1347 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1348 "" \
1349 { pr22001-1c.c } \
1350 "pr22001-1b-pic-2" \
1351 "pass.out" \
1352 "-fPIC" \
1353 ] \
1354 [list \
1355 "Run pr21997-1a (PIC 1)" \
1356 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1357 "" \
1358 { pr21997-1b.c } \
1359 "pr21997-1a-pic-1" \
1360 "pass.out" \
1361 "-fPIC" \
1362 ] \
1363 [list \
1364 "Run pr21997-1a (PIC 2)" \
1365 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1366 "" \
1367 { pr21997-1b.c } \
1368 "pr21997-1a-pic-2" \
1369 "pass.out" \
1370 "-fPIC" \
1371 ] \
1372 [list \
1373 "Run pr21997-1b (PIC 1)" \
1374 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1375 "" \
1376 { pr21997-1c.c } \
1377 "pr21997-1b-pic-1" \
1378 "pass.out" \
1379 "-fPIC" \
1380 ] \
1381 [list \
1382 "Run pr21997-1b (PIC 2)" \
1383 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1384 "" \
1385 { pr21997-1c.c } \
1386 "pr21997-1b-pic-2" \
1387 "pass.out" \
1388 "-fPIC" \
1389 ] \
1390 [list \
1391 "Run pr22064" \
1392 "-pie -Wl,--no-as-needed tmpdir/pr22064a.o tmpdir/pr22064.so" \
1393 "" \
1394 { dummy.s } \
1395 "pr22064-pie" \
1396 "pass.out" \
1397 "-fPIE" \
1398 ] \
1399 ]
1400
1401 # Run-time tests which require working ifunc attribute support.
1402 if { [check_ifunc_attribute_available] } {
1403 run_cc_link_tests [list \
1404 [list \
1405 "Build libpr19784a.so" \
1406 "-shared -Wl,-Bsymbolic-functions" \
1407 "-fPIC -O2 -g" \
1408 { pr19784b.c pr19784c.c } \
1409 {} \
1410 "libpr19784a.so" \
1411 ] \
1412 [list \
1413 "Build libpr19784b.so" \
1414 "-shared -Wl,-Bsymbolic-functions" \
1415 "-fPIC -O2 -g" \
1416 { pr19784c.c pr19784b.c } \
1417 {} \
1418 "libpr19784b.so" \
1419 ] \
1420 [list \
1421 "Build pr19784a.o" \
1422 "" \
1423 "" \
1424 { pr19784a.c } \
1425 ] \
1426 ]
1427
1428 run_ld_link_exec_tests [list \
1429 [list \
1430 "Run pr19784a" \
1431 "-Wl,--no-as-needed tmpdir/pr19784a.o tmpdir/libpr19784a.so" \
1432 "" \
1433 { dummy.s } \
1434 "pr19784a" \
1435 "pass.out" \
1436 ] \
1437 [list \
1438 "Run pr19784b" \
1439 "-Wl,--as-needed tmpdir/pr19784a.o tmpdir/libpr19784b.so" \
1440 "" \
1441 { dummy.s } \
1442 "pr19784b" \
1443 "pass.out" \
1444 ] \
1445 ]
1446 }
1447
1448 if { [istarget "x86_64-*-linux*"] \
1449 && ![istarget "x86_64-*-linux*-gnux32"]} {
1450
1451 run_cc_link_tests [list \
1452 [list \
1453 "Build plt-main with -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" \
1456 "" \
1457 { plt-main5.c } \
1458 {{objdump {-drw} plt-main-bnd.dd}} \
1459 "plt-main-bnd" \
1460 ] \
1461 [list \
1462 "Build plt-main with PIE and -z bndplt" \
1463 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1464 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie" \
1465 "-fPIC" \
1466 { plt-main5.c } \
1467 {{objdump {-drw} plt-main-bnd.dd}} \
1468 "plt-main-pie-bnd" \
1469 ] \
1470 [list \
1471 "Build plt-main with -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" \
1474 "" \
1475 { plt-main5.c } \
1476 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1477 "plt-main-bnd-now" \
1478 ] \
1479 [list \
1480 "Build plt-main with PIE and -z bndplt -z now" \
1481 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1482 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie" \
1483 "-fPIC" \
1484 { plt-main5.c } \
1485 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1486 "plt-main-pie-bnd-now" \
1487 ] \
1488 ]
1489
1490 run_ld_link_exec_tests [list \
1491 [list \
1492 "Run plt-main with -z bndplt" \
1493 "-Wl,--no-as-needed,-z,bndplt tmpdir/plt-main1.o \
1494 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1495 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1496 "" \
1497 { plt-main5.c } \
1498 "plt-main-bnd" \
1499 "plt-main.out" \
1500 ] \
1501 [list \
1502 "Run plt-main with PIE and -z bndplt" \
1503 "-Wl,--no-as-needed,-z,bndplt -pie tmpdir/plt-main1.o \
1504 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1505 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1506 "" \
1507 { plt-main5.c } \
1508 "plt-main-pie-bnd" \
1509 "plt-main.out" \
1510 "-fPIC" \
1511 ] \
1512 [list \
1513 "Run plt-main with -z bndplt -z now" \
1514 "-Wl,--no-as-needed,-z,bndplt,-z,now tmpdir/plt-main1.o \
1515 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1516 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1517 "" \
1518 { plt-main5.c } \
1519 "plt-main-bnd-now" \
1520 "plt-main.out" \
1521 ] \
1522 [list \
1523 "Run plt-main with PIE and -z bndplt -z now" \
1524 "-Wl,--no-as-needed,-z,bndplt,-z,now -pie tmpdir/plt-main1.o \
1525 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1526 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1527 "" \
1528 { plt-main5.c } \
1529 "plt-main-pie-bnd-now" \
1530 "plt-main.out" \
1531 "-fPIC" \
1532 ] \
1533 [list \
1534 "Run pr20800" \
1535 "-Wl,-z,now -pie" \
1536 "" \
1537 { pr20800a.S pr20800b.S } \
1538 "pr20800" \
1539 "pass.out" \
1540 ] \
1541 ]
1542 if { [check_ifunc_attribute_available] } {
1543 run_ld_link_exec_tests [list \
1544 [list \
1545 "Run pr21481a" \
1546 "$NOPIE_LDFLAGS -Wl,-z,bndplt" \
1547 "" \
1548 { pr21481a.c pr21481b.S } \
1549 "pr21481a" \
1550 "pass.out" \
1551 "$NOPIE_CFLAGS" \
1552 ] \
1553 [list \
1554 "Run pr21481b" \
1555 "$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
1556 "" \
1557 { pr21481a.c pr21481b.S } \
1558 "pr21481b" \
1559 "pass.out" \
1560 "$NOPIE_CFLAGS" \
1561 ] \
1562 ]
1563 }
1564 }
1565
1566 if { [istarget "x86_64-*-linux*"] } {
1567 if { [istarget "x86_64-*-linux*-gnux32"] } {
1568 set pltdump {{objdump {-drw} plt-main-ibt-x32.dd}}
1569 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt-x32.dd}}
1570 } else {
1571 set pltdump {{objdump {-drw} plt-main-ibt.dd}}
1572 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt.dd}}
1573 }
1574 run_cc_link_tests [list \
1575 [list \
1576 "Build plt-main with -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" \
1579 "" \
1580 { plt-main5.c } \
1581 $pltdump \
1582 "plt-main-ibt" \
1583 ] \
1584 [list \
1585 "Build plt-main with PIE and -z ibtplt" \
1586 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1587 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie" \
1588 "-fPIC" \
1589 { plt-main5.c } \
1590 $pltdump \
1591 "plt-main-pie-ibt" \
1592 ] \
1593 [list \
1594 "Build plt-main with -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" \
1597 "" \
1598 { plt-main5.c } \
1599 $pltsecdump \
1600 "plt-main-ibt-now" \
1601 ] \
1602 [list \
1603 "Build plt-main with PIE and -z ibtplt -z now" \
1604 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1605 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie" \
1606 "-fPIC" \
1607 { plt-main5.c } \
1608 $pltsecdump \
1609 "plt-main-pie-ibt-now" \
1610 ] \
1611 [list \
1612 "Build libibtplt-lib.so with -z ibtplt" \
1613 "-shared -z ibtplt" \
1614 "-fPIC" \
1615 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1616 $pltdump \
1617 "libibtplt-lib.so" \
1618 ] \
1619 [list \
1620 "Build libibtplt--now-lib.so with -z ibtplt -z now" \
1621 "-shared -z ibtplt -z now" \
1622 "-fPIC" \
1623 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1624 $pltdump \
1625 "libibtplt-now-lib.so" \
1626 ] \
1627 ]
1628
1629 run_ld_link_exec_tests [list \
1630 [list \
1631 "Run plt-main with -z ibtplt" \
1632 "-Wl,--no-as-needed,-z,ibtplt tmpdir/plt-main1.o \
1633 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1634 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1635 "" \
1636 { plt-main5.c } \
1637 "plt-main-ibt" \
1638 "plt-main.out" \
1639 ] \
1640 [list \
1641 "Run plt-main with PIE and -z ibtplt" \
1642 "-Wl,--no-as-needed,-z,ibtplt -pie tmpdir/plt-main1.o \
1643 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1644 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1645 "" \
1646 { plt-main5.c } \
1647 "plt-main-pie-ibt" \
1648 "plt-main.out" \
1649 "-fPIC" \
1650 ] \
1651 [list \
1652 "Run plt-main with -z ibtplt -z now" \
1653 "-Wl,--no-as-needed,-z,ibtplt,-z,now tmpdir/plt-main1.o \
1654 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1655 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1656 "" \
1657 { plt-main5.c } \
1658 "plt-main-ibt-now" \
1659 "plt-main.out" \
1660 ] \
1661 [list \
1662 "Run plt-main with PIE and -z ibtplt -z now" \
1663 "-Wl,--no-as-needed,-z,ibtplt,-z,now -pie tmpdir/plt-main1.o \
1664 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1665 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1666 "" \
1667 { plt-main5.c } \
1668 "plt-main-pie-ibt-now" \
1669 "plt-main.out" \
1670 "-fPIC" \
1671 ] \
1672 [list \
1673 "Run plt-main with libibtplt-lib.so -z ibtplt" \
1674 "-Wl,--no-as-needed,-z,ibtplt tmpdir/libibtplt-lib.so \
1675 tmpdir/libplt-lib.so" \
1676 "" \
1677 { plt-main5.c } \
1678 "plt-main-ibt-lib" \
1679 "plt-main.out" \
1680 ] \
1681 [list \
1682 "Run plt-main with libibtplt-lib.so -z ibtplt -z now" \
1683 "-Wl,--no-as-needed,-z,ibtplt,-z,now \
1684 tmpdir/libibtplt-now-lib.so tmpdir/libplt-lib.so" \
1685 "" \
1686 { plt-main5.c } \
1687 "plt-main-ibt-now-lib" \
1688 "plt-main.out" \
1689 ] \
1690 ]
1691
1692 if { [check_ifunc_attribute_available] } {
1693 run_ld_link_exec_tests [list \
1694 [list \
1695 "Run pr21481a" \
1696 "$NOPIE_LDFLAGS -Wl,-z,ibtplt" \
1697 "" \
1698 { pr21481a.c pr21481b.S } \
1699 "pr21481a" \
1700 "pass.out" \
1701 "$NOPIE_CFLAGS" \
1702 ] \
1703 [list \
1704 "Run pr21481b" \
1705 "$NOPIE_LDFLAGS -Wl,-z,ibtplt,-z,now" \
1706 "" \
1707 { pr21481a.c pr21481b.S } \
1708 "pr21481b" \
1709 "pass.out" \
1710 "$NOPIE_CFLAGS" \
1711 ] \
1712 ]
1713 }
1714 }
1715
1716 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
1717 undefined_weak "-fPIE" ""
1718 undefined_weak "-fPIE" "-pie"
1719 undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
1720 undefined_weak "-fPIE" "-pie -Wl,-z,nodynamic-undefined-weak"
1721 }
1722
1723 if { ![istarget "x86_64-*-linux*"]} {
1724 return
1725 }
1726
1727 run_ld_link_tests [list \
1728 [list \
1729 "basic PLT generation (-z now)" \
1730 "-z now -melf_x86_64 --hash-style=sysv tmpdir/libpltlib.so" \
1731 "" \
1732 "--64" \
1733 {plt2.s} \
1734 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1735 "plt2" \
1736 ] \
1737 [list \
1738 "Build pr21626.so" \
1739 "-shared -melf_x86_64" \
1740 "" \
1741 "--64 -defsym __64_bit__=1" \
1742 {property-x86-3.s} \
1743 "" \
1744 "pr21626.so" \
1745 ] \
1746 [list \
1747 "Build pr21626" \
1748 "-melf_x86_64 tmpdir/pr21626.so" \
1749 "" \
1750 "--64" \
1751 {start.s foo.s} \
1752 "" \
1753 "pr21626" \
1754 ] \
1755 ]
1756
1757 # Linux only tests
1758 global LD_CLASS
1759 if { "$LD_CLASS" == "64bit" } then {
1760 # This test needs 64-bit linker.
1761 run_dump_test "pr17618"
1762 }
1763 run_dump_test "pltgot-1"
1764 run_dump_test "pltgot-2"
1765 run_dump_test "pr20830a"
1766 run_dump_test "pr20830b"
1767 run_dump_test "pr21038a"
1768 run_dump_test "pr21038b"
1769 run_dump_test "pr21038c"
1770 run_dump_test "pr20830a-now"
1771 run_dump_test "pr20830b-now"
1772 run_dump_test "pr21038a-now"
1773 run_dump_test "pr21038b-now"
1774 run_dump_test "pr21038c-now"
1775 run_dump_test "ibt-plt-1"
1776 run_dump_test "ibt-plt-1-x32"
1777 run_dump_test "ibt-plt-2a"
1778 run_dump_test "ibt-plt-2b"
1779 run_dump_test "ibt-plt-2c"
1780 run_dump_test "ibt-plt-2d"
1781 run_dump_test "ibt-plt-2a-x32"
1782 run_dump_test "ibt-plt-2b-x32"
1783 run_dump_test "ibt-plt-2c-x32"
1784 run_dump_test "ibt-plt-2d-x32"
1785 run_dump_test "ibt-plt-3a"
1786 run_dump_test "ibt-plt-3b"
1787 run_dump_test "ibt-plt-3c"
1788 run_dump_test "ibt-plt-3d"
1789 run_dump_test "ibt-plt-3a-x32"
1790 run_dump_test "ibt-plt-3b-x32"
1791 run_dump_test "ibt-plt-3c-x32"
1792 run_dump_test "ibt-plt-3d-x32"
This page took 0.067952 seconds and 4 git commands to generate.