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