x86-64: Run pr22001-1b on x32
[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
574 proc undefined_weak {cflags ldflags} {
575 set testname "Undefined weak symbol"
576 if { ![ string match "" $cflags$ldflags] } {
577 set testname "$testname ($cflags $ldflags)"
578 }
579
580 if { [ regexp "\-fPIE" $cflags]
581 && ![ regexp "nodynamic-undefined-weak" $ldflags] } {
582 set weak_symbol "Weak defined"
583 } else {
584 set weak_symbol "Weak undefined"
585 }
586
587 run_cc_link_tests [list \
588 [list \
589 "Build libpr19704a.so" \
590 "-shared -Wl,-soname,libpr19704.so" \
591 "" \
592 { dummy.s } \
593 {} \
594 "libpr19704a.so" \
595 ] \
596 [list \
597 "Build libpr19704b.so" \
598 "-shared -Wl,-soname,libpr19704.so" \
599 "-fPIC" \
600 { pr19704b.c } \
601 {} \
602 "libpr19704b.so" \
603 ] \
604 ]
605
606 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
607
608 run_ld_link_exec_tests [list \
609 [list \
610 "Run pr19704" \
611 "-Wl,--no-as-needed,-R,tmpdir $ldflags tmpdir/libpr19704.so" \
612 "" \
613 { pr19704a.c } \
614 "pr19704" \
615 "pr19704.out" \
616 "$cflags" \
617 ] \
618 ]
619
620 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
621
622 set exec_output [run_host_cmd tmpdir/pr19704 ""]
623 if {![string match $weak_symbol $exec_output]} {
624 fail $testname
625 } else {
626 pass $testname
627 }
628 }
629
630 # Add $PLT_CFLAGS if PLT is expected.
631 global PLT_CFLAGS
632 # Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
633 global NOPIE_CFLAGS NOPIE_LDFLAGS
634
635 # Must be native with the C compiler
636 if { [isnative] && [which $CC] != 0 } {
637 run_cc_link_tests {
638 {"Helper X32 DSO from x86-64 object" "" "-m64 -fPIC -g"
639 {simple.c} {} "libsimple.a"}
640 }
641
642 set convertx32 "$objcopy -O elf32-x86-64 tmpdir/simple.o tmpdir/simple-x32.o"
643 send_log "$convertx32\n"
644 set got [remote_exec host "$convertx32"]
645 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
646 send_log "$got\n"
647 fail "Convert x86-64 object to x32"
648 return
649 }
650
651 run_ld_link_tests {
652 {"X32 DSO from x86-64 object"
653 "-shared -melf32_x86_64 tmpdir/simple-x32.o" "" "--x32"
654 {dummy.s} {{readelf {-s --wide} x86-64-x32.rd}} "x86-64-x32"}
655 }
656
657 run_cc_link_tests [list \
658 [list \
659 "Build plt-lib.so" \
660 "-shared" \
661 "-fPIC" \
662 { plt-lib.c } \
663 {} \
664 "libplt-lib.so" \
665 ] \
666 [list \
667 "Build libplt-main1.a" \
668 "" \
669 "-fPIC -Wa,-mrelax-relocations=yes" \
670 { plt-main1.c } \
671 {{readelf {-Wr} plt-main1.rd}} \
672 "libplt-main1.a" \
673 ] \
674 [list \
675 "Build libplt-main2.a" \
676 "" \
677 "-fPIC -Wa,-mrelax-relocations=yes" \
678 { plt-main2.c } \
679 {{readelf {-Wr} plt-main2.rd}} \
680 "libplt-main2.a" \
681 ] \
682 [list \
683 "Build libplt-main3.a" \
684 "" \
685 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
686 { plt-main3.c } \
687 {{readelf {-Wr} plt-main3.rd}} \
688 "libplt-main3.a" \
689 ] \
690 [list \
691 "Build libplt-main4.a" \
692 "" \
693 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
694 { plt-main4.c } \
695 {{readelf {-Wr} plt-main4.rd}} \
696 "libplt-main4.a" \
697 ] \
698 [list \
699 "Build plt-main" \
700 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
701 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
702 "" \
703 { plt-main5.c } \
704 {{readelf {-Wr} plt-main.rd}} \
705 "plt-main" \
706 ] \
707 [list \
708 "Build plt-main with PIE" \
709 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
710 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
711 "-fPIC" \
712 { plt-main5.c } \
713 {{readelf {-Wr} plt-main.rd}} \
714 "plt-main" \
715 ] \
716 [list \
717 "Build copyreloc-lib.so" \
718 "-shared" \
719 "-fPIC" \
720 { copyreloc-lib.c } \
721 {} \
722 "copyreloc-lib.so" \
723 ] \
724 [list \
725 "Build libcopyreloc-main.a" \
726 "" \
727 "" \
728 { copyreloc-main.S } \
729 {} \
730 "libcopyreloc-main.a" \
731 ] \
732 [list \
733 "Build copyreloc-main with PIE without -fPIE (1)" \
734 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
735 "" \
736 { dummy.s } \
737 {{readelf {-Wr} copyreloc-main1.rd}} \
738 "copyreloc-main" \
739 ] \
740 [list \
741 "Build copyreloc-main with PIE without -fPIE (2)" \
742 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
743 "" \
744 { dummy.s } \
745 {{readelf {-Wr} copyreloc-main2.rd}} \
746 "copyreloc-main" \
747 ] \
748 [list \
749 "Build pr17689.so" \
750 "-shared" \
751 "-fPIC" \
752 { pr17689a.c } \
753 {} \
754 "pr17689.so" \
755 ] \
756 [list \
757 "Build pr17689now.so with -z now" \
758 "-shared -Wl,-z,now" \
759 "-fPIC" \
760 { pr17689a.c } \
761 {{readelf {-Wr} pr17689now.rd}} \
762 "pr17689now.so" \
763 ] \
764 [list \
765 "Build pr17689b.o" \
766 "" \
767 "" \
768 { pr17689b.S } \
769 {} \
770 ] \
771 [list \
772 "Build pr17689 with PIE without -fPIE" \
773 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
774 "" \
775 { dummy.s } \
776 {{readelf {-Wr} pr17689.rd}} \
777 "pr17689" \
778 ] \
779 [list \
780 "Build pr17689 with PIE -z now without -fPIE" \
781 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
782 "" \
783 { dummy.s } \
784 {{readelf {-Wr} pr17689now.rd}} \
785 "pr17689now" \
786 ] \
787 [list \
788 "Build pr17827 with PIE without -fPIE" \
789 "-Wl,--as-needed tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
790 "" \
791 { dummy.s } \
792 {{readelf {-Wr} pr17827.rd}} \
793 "pr17827" \
794 ] \
795 [list \
796 "Build pr18900.so" \
797 "-shared" \
798 "-fPIC" \
799 { pr18900a.c } \
800 "" \
801 "pr18900.so" \
802 ] \
803 [list \
804 "Build pr18900.o" \
805 "-r -nostdlib" \
806 "" \
807 { pr18900b.c pr18900c.c } \
808 "" \
809 "pr18900.o" \
810 ] \
811 [list \
812 "Build pr18900a" \
813 "tmpdir/pr18900.o tmpdir/pr18900.so" \
814 "" \
815 { dummy.s } \
816 {{readelf {-Wrd} pr18900a.rd}} \
817 "pr18900a" \
818 ] \
819 [list \
820 "Build pr18900b" \
821 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
822 "" \
823 { dummy.s } \
824 {{readelf {-Wrd} pr18900b.rd}} \
825 "pr18900b" \
826 ] \
827 [list \
828 "Build pr19031.so" \
829 "-shared" \
830 "-fPIC" \
831 { pr19031a.c } \
832 "" \
833 "pr19031.so" \
834 ] \
835 [list \
836 "Build gotpcrel1d.so" \
837 "-shared" \
838 "" \
839 { gotpcrel1d.S } \
840 "" \
841 "gotpcrel1d.so" \
842 ] \
843 [list \
844 "Build gotpcrel1a.o gotpcrel1b.o gotpcrel1c.o" \
845 "" \
846 "-Wa,-mrelax-relocations=yes" \
847 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
848 ] \
849 [list \
850 "Build gotpcrel1" \
851 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpcrel1a.o \
852 tmpdir/gotpcrel1b.o tmpdir/gotpcrel1c.o \
853 tmpdir/gotpcrel1d.so" \
854 { dummy.s } \
855 "" \
856 {{objdump {-dw} gotpcrel1.dd}} \
857 "gotpcrel1" \
858 ] \
859 [list \
860 "Build pr19319.so" \
861 "-shared" \
862 "" \
863 { pr19319a.S } \
864 "" \
865 "pr19319.so" \
866 ] \
867 [list \
868 "Build pr19319" \
869 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
870 "" \
871 { pr19319b.S } \
872 {{objdump {-dw} pr19319.dd}} \
873 "pr19319" \
874 ] \
875 [list \
876 "Build property 1" \
877 "" \
878 "" \
879 {pass.c property-no-copy.S} \
880 {{readelf {-n} property-1.r}} \
881 "property-1" \
882 ] \
883 [list \
884 "Build property 1 (.o)" \
885 "-r -nostdlib" \
886 "" \
887 {pass.c property-no-copy.S} \
888 {{readelf {-n} property-1.r}} \
889 "property-1.o" \
890 ] \
891 [list \
892 "Build property 1 (.so)" \
893 "-shared" \
894 "-fPIC" \
895 {pass.c property-no-copy.S} \
896 {{readelf {-n} property-1.r}} \
897 "property-1.so" \
898 ] \
899 [list \
900 "Build property 2" \
901 "" \
902 "" \
903 {pass.c property-stack.S} \
904 {{readelf {-n} property-2.r}} \
905 "property-2" \
906 ] \
907 [list \
908 "Build property 2 (.o)" \
909 "-r -nostdlib" \
910 "" \
911 {pass.c property-stack.S} \
912 {{readelf {-n} property-2.r}} \
913 "property-2.o" \
914 ] \
915 [list \
916 "Build property 2 (.so)" \
917 "-shared" \
918 "-fPIC" \
919 {pass.c property-stack.S} \
920 {{readelf {-n} property-2.r}} \
921 "property-2.so" \
922 ] \
923 [list \
924 "Build property 3" \
925 "" \
926 "" \
927 {pass.c property-stack.S property-x86-1.S} \
928 {{readelf {-n} property-3.r}} \
929 "property-3" \
930 ] \
931 [list \
932 "Build property 3 (.o)" \
933 "-r -nostdlib" \
934 "" \
935 {pass.c property-x86-1.S property-stack.S} \
936 {{readelf {-n} property-3.r}} \
937 "property-3.o" \
938 ] \
939 [list \
940 "Build property 3 (.so)" \
941 "-shared" \
942 "-fPIC" \
943 {property-x86-1.S pass.c property-stack.S} \
944 {{readelf {-n} property-3.r}} \
945 "property-3.so" \
946 ] \
947 [list \
948 "Build property 4" \
949 "" \
950 "" \
951 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
952 {{readelf {-n} property-4.r}} \
953 "property-4" \
954 ] \
955 [list \
956 "Build property 4 (.o)" \
957 "-r -nostdlib" \
958 "" \
959 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
960 {{readelf {-n} property-4.r}} \
961 "property-4.o" \
962 ] \
963 [list \
964 "Build property 4 (.so)" \
965 "-shared" \
966 "-fPIC" \
967 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
968 {{readelf {-n} property-4.r}} \
969 "property-4.so" \
970 ] \
971 [list \
972 "Build property 4 (-Wl,-z,stack-size=0)" \
973 "-Wl,-z,stack-size=0" \
974 "" \
975 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
976 {{readelf {-n} property-4.r}} \
977 "property-4" \
978 ] \
979 [list \
980 "Build property 5" \
981 "-Wl,-z,stack-size=0x900000" \
982 "" \
983 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
984 {{readelf {-n} property-5.r}} \
985 "property-5" \
986 ] \
987 [list \
988 "Build property 5 (.o)" \
989 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
990 "" \
991 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
992 {{readelf {-n} property-5.r}} \
993 "property-5.o" \
994 ] \
995 [list \
996 "Build property 5 (.so)" \
997 "-shared -Wl,-z,stack-size=0x900000" \
998 "-fPIC" \
999 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1000 {{readelf {-n} property-5.r}} \
1001 "property-5.so" \
1002 ] \
1003 [list \
1004 "Build property-6.so" \
1005 "-shared" \
1006 "-fPIC" \
1007 {property-6a.c property-6c.S} \
1008 {{readelf {-n} property-6.r}} \
1009 "property-6.so" \
1010 ] \
1011 [list \
1012 "Build property-6.o" \
1013 "-r -nostdlib" \
1014 "" \
1015 {property-6b.c property-stack.S} \
1016 {{readelf {-n} property-2.r}} \
1017 "property-6.o" \
1018 ] \
1019 [list \
1020 "Build property-6" \
1021 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
1022 { dummy.s } \
1023 "" \
1024 {{readelf {-n} property-2.r}} \
1025 "property-6" \
1026 ] \
1027 [list \
1028 "Build property 7a (.o)" \
1029 "-r -nostdlib" \
1030 "" \
1031 {property-unsorted-1.S} \
1032 {{readelf {-n} property-7.r}} \
1033 "property-7a.o" \
1034 ] \
1035 [list \
1036 "Build property 7b (.o)" \
1037 "-r -nostdlib" \
1038 "" \
1039 {property-unsorted-2.S} \
1040 {{readelf {-n} property-7.r}} \
1041 "property-7b.o" \
1042 ] \
1043 [list \
1044 "Build pr22001-1.so" \
1045 "-shared" \
1046 "-fPIC" \
1047 { pr22001-1a.c } \
1048 {} \
1049 "pr22001-1.so" \
1050 ] \
1051 [list \
1052 "Build pr22001-1a" \
1053 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1054 "$NOPIE_CFLAGS" \
1055 { pr22001-1b.c } \
1056 {{error_output "pr22001-1a.err"}} \
1057 "pr22001-1a" \
1058 ] \
1059 ]
1060
1061 if {[istarget "x86_64-*-linux*-gnux32"]} {
1062 run_ld_link_exec_tests [list \
1063 [list \
1064 "Run pr22001-1b" \
1065 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1066 "" \
1067 { pr22001-1c.c } \
1068 "pr22001-1b" \
1069 "pass.out" \
1070 "$NOPIE_CFLAGS" \
1071 ] \
1072 ]
1073 } else {
1074 run_cc_link_tests [list \
1075 [list \
1076 "Build pr22001-1b" \
1077 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1078 "$NOPIE_CFLAGS" \
1079 { pr22001-1c.c } \
1080 {{error_output "pr22001-1b.err"}} \
1081 "pr22001-1b" \
1082 ] \
1083 ]
1084 }
1085
1086 run_ld_link_exec_tests [list \
1087 [list \
1088 "Run plt-main" \
1089 "-Wl,--no-as-needed tmpdir/plt-main1.o tmpdir/plt-main2.o \
1090 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1091 "" \
1092 { plt-main5.c } \
1093 "plt-main" \
1094 "plt-main.out" \
1095 ] \
1096 [list \
1097 "Run plt-main with PIE" \
1098 "-Wl,--no-as-needed -pie tmpdir/plt-main1.o tmpdir/plt-main2.o \
1099 tmpdir/plt-main3.o tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1100 "" \
1101 { plt-main5.c } \
1102 "plt-main-pie" \
1103 "plt-main.out" \
1104 "-fPIC" \
1105 ] \
1106 [list \
1107 "Run copyreloc-main with PIE without -fPIE" \
1108 "-Wl,--as-needed -pie tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so" \
1109 "" \
1110 { dummy.s } \
1111 "copyreloc-main" \
1112 "copyreloc-main.out" \
1113 ] \
1114 [list \
1115 "Run pr17689 with PIE without -fPIE" \
1116 "-Wl,--no-as-needed -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1117 "" \
1118 { dummy.s } \
1119 "pr17689" \
1120 "pr17689.out" \
1121 ] \
1122 [list \
1123 "Run pr17689 with PIE -z now without -fPIE" \
1124 "-Wl,--as-needed,-z,now -pie tmpdir/pr17689b.o tmpdir/pr17689.so" \
1125 "" \
1126 { dummy.s } \
1127 "pr17689now" \
1128 "pr17689.out" \
1129 ] \
1130 [list \
1131 "Run pr18900" \
1132 "-Wl,--no-as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
1133 "" \
1134 { dummy.s } \
1135 "pr18900" \
1136 "pr18900.out" \
1137 ] \
1138 [list \
1139 "Run pr19031" \
1140 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr19031.so" \
1141 "" \
1142 { pr19031b.S pr19031c.c } \
1143 "pr19031" \
1144 "pr19031.out" \
1145 "$NOPIE_CFLAGS" \
1146 ] \
1147 [list \
1148 "Run gotpcrel1" \
1149 "-Wl,--no-as-needed tmpdir/gotpcrel1d.so" \
1150 "" \
1151 { gotpcrel1a.S gotpcrel1b.c gotpcrel1c.c } \
1152 "gotpcrel1" \
1153 "gotpcrel1.out" \
1154 ] \
1155 [list \
1156 "Run property 1" \
1157 "" \
1158 "" \
1159 {pass.c property-no-copy.S} \
1160 "property-1" "pass.out" \
1161 ] \
1162 [list \
1163 "Run property 1 (PIE)" \
1164 "-pie" \
1165 "" \
1166 {pass.c property-no-copy.S} \
1167 "property-1-pie" "pass.out" "-fPIE" \
1168 ] \
1169 [list \
1170 "Run property 1 (static)" \
1171 "-static" \
1172 "" \
1173 {pass.c property-no-copy.S} \
1174 "property-1-static" "pass.out" \
1175 ] \
1176 [list \
1177 "Run property 2" \
1178 "" \
1179 "" \
1180 {pass.c property-stack.S} \
1181 "property-2" "pass.out" \
1182 ] \
1183 [list \
1184 "Run property 2 (PIE)" \
1185 "-pie" \
1186 "" \
1187 {pass.c property-stack.S} \
1188 "property-2-pie" "pass.out" "-fPIE" \
1189 ] \
1190 [list \
1191 "Run property 2 (static)" \
1192 "-static" \
1193 "" \
1194 {pass.c property-stack.S} \
1195 "property-3-static" "pass.out" \
1196 ] \
1197 [list \
1198 "Run property 3" \
1199 "" \
1200 "" \
1201 {pass.c property-stack.S property-x86-1.S} \
1202 "property-3" "pass.out" \
1203 ] \
1204 [list \
1205 "Run property 3 (PIE)" \
1206 "-pie" \
1207 "" \
1208 {pass.c property-x86-1.S property-stack.S} \
1209 "property-3-pie" "pass.out" "-fPIE" \
1210 ] \
1211 [list \
1212 "Run property 3 (static)" \
1213 "-static" \
1214 "" \
1215 {property-x86-1.S pass.c property-stack.S} \
1216 "property-3-static" "pass.out" \
1217 ] \
1218 [list \
1219 "Run property 4" \
1220 "" \
1221 "" \
1222 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1223 "property-4" "pass.out" \
1224 ] \
1225 [list \
1226 "Run property 4 (PIE)" \
1227 "-pie" \
1228 "" \
1229 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1230 "property-4-pie" "pass.out" "-fPIE" \
1231 ] \
1232 [list \
1233 "Run property 4 (static)" \
1234 "-static" \
1235 "" \
1236 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1237 "property-4-static" "pass.out" \
1238 ] \
1239 [list \
1240 "Run property 5" \
1241 "-Wl,-z,stack-size=0x900000" \
1242 "" \
1243 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1244 "property-5" "pass.out" \
1245 ] \
1246 [list \
1247 "Run property 5 (PIE)" \
1248 "-pie -Wl,-z,stack-size=0x900000" \
1249 "" \
1250 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1251 "property-5-pie" "pass.out" "-fPIE" \
1252 ] \
1253 [list \
1254 "Run property 5 (static)" \
1255 "-static -Wl,-z,stack-size=0x900000" \
1256 "" \
1257 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1258 "property-5-static" "pass.out" \
1259 ] \
1260 [list \
1261 "Run pr22001-1a (PIC 1)" \
1262 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1263 "" \
1264 { pr22001-1b.c } \
1265 "pr22001-1a-pic-1" \
1266 "pass.out" \
1267 "-fPIC" \
1268 ] \
1269 [list \
1270 "Run pr22001-1a (PIC 2)" \
1271 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1272 "" \
1273 { pr22001-1b.c } \
1274 "pr22001-1a-pic-2" \
1275 "pass.out" \
1276 "-fPIC" \
1277 ] \
1278 [list \
1279 "Run pr22001-1b (PIC 1)" \
1280 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1281 "" \
1282 { pr22001-1c.c } \
1283 "pr22001-1b-pic-1" \
1284 "pass.out" \
1285 "-fPIC" \
1286 ] \
1287 [list \
1288 "Run pr22001-1b (PIC 2)" \
1289 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1290 "" \
1291 { pr22001-1c.c } \
1292 "pr22001-1b-pic-2" \
1293 "pass.out" \
1294 "-fPIC" \
1295 ] \
1296 ]
1297
1298 # Run-time tests which require working ifunc attribute support.
1299 if { [check_ifunc_attribute_available] } {
1300 run_cc_link_tests [list \
1301 [list \
1302 "Build libpr19784a.so" \
1303 "-shared -Wl,-Bsymbolic-functions" \
1304 "-fPIC -O2 -g" \
1305 { pr19784b.c pr19784c.c } \
1306 {} \
1307 "libpr19784a.so" \
1308 ] \
1309 [list \
1310 "Build libpr19784b.so" \
1311 "-shared -Wl,-Bsymbolic-functions" \
1312 "-fPIC -O2 -g" \
1313 { pr19784c.c pr19784b.c } \
1314 {} \
1315 "libpr19784b.so" \
1316 ] \
1317 [list \
1318 "Build pr19784a.o" \
1319 "" \
1320 "" \
1321 { pr19784a.c } \
1322 ] \
1323 ]
1324
1325 run_ld_link_exec_tests [list \
1326 [list \
1327 "Run pr19784a" \
1328 "-Wl,--no-as-needed tmpdir/pr19784a.o tmpdir/libpr19784a.so" \
1329 "" \
1330 { dummy.s } \
1331 "pr19784a" \
1332 "pass.out" \
1333 ] \
1334 [list \
1335 "Run pr19784b" \
1336 "-Wl,--as-needed tmpdir/pr19784a.o tmpdir/libpr19784b.so" \
1337 "" \
1338 { dummy.s } \
1339 "pr19784b" \
1340 "pass.out" \
1341 ] \
1342 ]
1343 }
1344
1345 if { [istarget "x86_64-*-linux*"] \
1346 && ![istarget "x86_64-*-linux*-gnux32"]} {
1347
1348 run_cc_link_tests [list \
1349 [list \
1350 "Build plt-main with -z bndplt" \
1351 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1352 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt" \
1353 "" \
1354 { plt-main5.c } \
1355 {{objdump {-drw} plt-main-bnd.dd}} \
1356 "plt-main-bnd" \
1357 ] \
1358 [list \
1359 "Build plt-main with PIE and -z bndplt" \
1360 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1361 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -pie" \
1362 "-fPIC" \
1363 { plt-main5.c } \
1364 {{objdump {-drw} plt-main-bnd.dd}} \
1365 "plt-main-pie-bnd" \
1366 ] \
1367 [list \
1368 "Build plt-main with -z bndplt -z now" \
1369 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1370 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now" \
1371 "" \
1372 { plt-main5.c } \
1373 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1374 "plt-main-bnd-now" \
1375 ] \
1376 [list \
1377 "Build plt-main with PIE and -z bndplt -z now" \
1378 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1379 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z bndplt -z now -pie" \
1380 "-fPIC" \
1381 { plt-main5.c } \
1382 {{readelf {-SW} plt-main-bnd-now.rd} {objdump {-drw} plt-main-bnd.dd}} \
1383 "plt-main-pie-bnd-now" \
1384 ] \
1385 ]
1386
1387 run_ld_link_exec_tests [list \
1388 [list \
1389 "Run plt-main with -z bndplt" \
1390 "-Wl,--no-as-needed,-z,bndplt tmpdir/plt-main1.o \
1391 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1392 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1393 "" \
1394 { plt-main5.c } \
1395 "plt-main-bnd" \
1396 "plt-main.out" \
1397 ] \
1398 [list \
1399 "Run plt-main with PIE and -z bndplt" \
1400 "-Wl,--no-as-needed,-z,bndplt -pie tmpdir/plt-main1.o \
1401 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1402 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1403 "" \
1404 { plt-main5.c } \
1405 "plt-main-pie-bnd" \
1406 "plt-main.out" \
1407 "-fPIC" \
1408 ] \
1409 [list \
1410 "Run plt-main with -z bndplt -z now" \
1411 "-Wl,--no-as-needed,-z,bndplt,-z,now tmpdir/plt-main1.o \
1412 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1413 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1414 "" \
1415 { plt-main5.c } \
1416 "plt-main-bnd-now" \
1417 "plt-main.out" \
1418 ] \
1419 [list \
1420 "Run plt-main with PIE and -z bndplt -z now" \
1421 "-Wl,--no-as-needed,-z,bndplt,-z,now -pie tmpdir/plt-main1.o \
1422 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1423 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1424 "" \
1425 { plt-main5.c } \
1426 "plt-main-pie-bnd-now" \
1427 "plt-main.out" \
1428 "-fPIC" \
1429 ] \
1430 [list \
1431 "Run pr20800" \
1432 "-Wl,-z,now -pie" \
1433 "" \
1434 { pr20800a.S pr20800b.S } \
1435 "pr20800" \
1436 "pass.out" \
1437 ] \
1438 ]
1439 if { [check_ifunc_attribute_available] } {
1440 run_ld_link_exec_tests [list \
1441 [list \
1442 "Run pr21481a" \
1443 "$NOPIE_LDFLAGS -Wl,-z,bndplt" \
1444 "" \
1445 { pr21481a.c pr21481b.S } \
1446 "pr21481a" \
1447 "pass.out" \
1448 "$NOPIE_CFLAGS" \
1449 ] \
1450 [list \
1451 "Run pr21481b" \
1452 "$NOPIE_LDFLAGS -Wl,-z,bndplt,-z,now" \
1453 "" \
1454 { pr21481a.c pr21481b.S } \
1455 "pr21481b" \
1456 "pass.out" \
1457 "$NOPIE_CFLAGS" \
1458 ] \
1459 ]
1460 }
1461 }
1462
1463 if { [istarget "x86_64-*-linux*"] } {
1464 if { [istarget "x86_64-*-linux*-gnux32"] } {
1465 set pltdump {{objdump {-drw} plt-main-ibt-x32.dd}}
1466 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt-x32.dd}}
1467 } else {
1468 set pltdump {{objdump {-drw} plt-main-ibt.dd}}
1469 set pltsecdump {{readelf {-SW} plt-main-ibt-now.rd} {objdump {-drw} plt-main-ibt.dd}}
1470 }
1471 run_cc_link_tests [list \
1472 [list \
1473 "Build plt-main with -z ibtplt" \
1474 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1475 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt" \
1476 "" \
1477 { plt-main5.c } \
1478 $pltdump \
1479 "plt-main-ibt" \
1480 ] \
1481 [list \
1482 "Build plt-main with PIE and -z ibtplt" \
1483 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1484 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -pie" \
1485 "-fPIC" \
1486 { plt-main5.c } \
1487 $pltdump \
1488 "plt-main-pie-ibt" \
1489 ] \
1490 [list \
1491 "Build plt-main with -z ibtplt -z now" \
1492 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1493 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now" \
1494 "" \
1495 { plt-main5.c } \
1496 $pltsecdump \
1497 "plt-main-ibt-now" \
1498 ] \
1499 [list \
1500 "Build plt-main with PIE and -z ibtplt -z now" \
1501 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1502 tmpdir/plt-main4.o tmpdir/libplt-lib.so -z ibtplt -z now -pie" \
1503 "-fPIC" \
1504 { plt-main5.c } \
1505 $pltsecdump \
1506 "plt-main-pie-ibt-now" \
1507 ] \
1508 [list \
1509 "Build libibtplt-lib.so with -z ibtplt" \
1510 "-shared -z ibtplt" \
1511 "-fPIC" \
1512 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1513 $pltdump \
1514 "libibtplt-lib.so" \
1515 ] \
1516 [list \
1517 "Build libibtplt--now-lib.so with -z ibtplt -z now" \
1518 "-shared -z ibtplt -z now" \
1519 "-fPIC" \
1520 { plt-main1.c plt-main2.c plt-main3.c plt-main4.c} \
1521 $pltdump \
1522 "libibtplt-now-lib.so" \
1523 ] \
1524 ]
1525
1526 run_ld_link_exec_tests [list \
1527 [list \
1528 "Run plt-main with -z ibtplt" \
1529 "-Wl,--no-as-needed,-z,ibtplt tmpdir/plt-main1.o \
1530 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1531 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1532 "" \
1533 { plt-main5.c } \
1534 "plt-main-ibt" \
1535 "plt-main.out" \
1536 ] \
1537 [list \
1538 "Run plt-main with PIE and -z ibtplt" \
1539 "-Wl,--no-as-needed,-z,ibtplt -pie tmpdir/plt-main1.o \
1540 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1541 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1542 "" \
1543 { plt-main5.c } \
1544 "plt-main-pie-ibt" \
1545 "plt-main.out" \
1546 "-fPIC" \
1547 ] \
1548 [list \
1549 "Run plt-main with -z ibtplt -z now" \
1550 "-Wl,--no-as-needed,-z,ibtplt,-z,now tmpdir/plt-main1.o \
1551 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1552 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1553 "" \
1554 { plt-main5.c } \
1555 "plt-main-ibt-now" \
1556 "plt-main.out" \
1557 ] \
1558 [list \
1559 "Run plt-main with PIE and -z ibtplt -z now" \
1560 "-Wl,--no-as-needed,-z,ibtplt,-z,now -pie tmpdir/plt-main1.o \
1561 tmpdir/plt-main2.o tmpdir/plt-main3.o \
1562 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
1563 "" \
1564 { plt-main5.c } \
1565 "plt-main-pie-ibt-now" \
1566 "plt-main.out" \
1567 "-fPIC" \
1568 ] \
1569 [list \
1570 "Run plt-main with libibtplt-lib.so -z ibtplt" \
1571 "-Wl,--no-as-needed,-z,ibtplt tmpdir/libibtplt-lib.so \
1572 tmpdir/libplt-lib.so" \
1573 "" \
1574 { plt-main5.c } \
1575 "plt-main-ibt-lib" \
1576 "plt-main.out" \
1577 ] \
1578 [list \
1579 "Run plt-main with libibtplt-lib.so -z ibtplt -z now" \
1580 "-Wl,--no-as-needed,-z,ibtplt,-z,now \
1581 tmpdir/libibtplt-now-lib.so tmpdir/libplt-lib.so" \
1582 "" \
1583 { plt-main5.c } \
1584 "plt-main-ibt-now-lib" \
1585 "plt-main.out" \
1586 ] \
1587 ]
1588
1589 if { [check_ifunc_attribute_available] } {
1590 run_ld_link_exec_tests [list \
1591 [list \
1592 "Run pr21481a" \
1593 "$NOPIE_LDFLAGS -Wl,-z,ibtplt" \
1594 "" \
1595 { pr21481a.c pr21481b.S } \
1596 "pr21481a" \
1597 "pass.out" \
1598 "$NOPIE_CFLAGS" \
1599 ] \
1600 [list \
1601 "Run pr21481b" \
1602 "$NOPIE_LDFLAGS -Wl,-z,ibtplt,-z,now" \
1603 "" \
1604 { pr21481a.c pr21481b.S } \
1605 "pr21481b" \
1606 "pass.out" \
1607 "$NOPIE_CFLAGS" \
1608 ] \
1609 ]
1610 }
1611 }
1612
1613 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
1614 undefined_weak "-fPIE" ""
1615 undefined_weak "-fPIE" "-pie"
1616 undefined_weak "-fPIE" "-Wl,-z,nodynamic-undefined-weak"
1617 undefined_weak "-fPIE" "-pie -Wl,-z,nodynamic-undefined-weak"
1618 }
1619
1620 if { ![istarget "x86_64-*-linux*"]} {
1621 return
1622 }
1623
1624 run_ld_link_tests [list \
1625 [list \
1626 "basic PLT generation (-z now)" \
1627 "-z now -melf_x86_64 --hash-style=sysv tmpdir/libpltlib.so" \
1628 "" \
1629 "--64" \
1630 {plt2.s} \
1631 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1632 "plt2" \
1633 ] \
1634 [list \
1635 "Build pr21626.so" \
1636 "-shared -melf_x86_64" \
1637 "" \
1638 "--64 -defsym __64_bit__=1" \
1639 {property-x86-3.s} \
1640 "" \
1641 "pr21626.so" \
1642 ] \
1643 [list \
1644 "Build pr21626" \
1645 "-melf_x86_64 tmpdir/pr21626.so" \
1646 "" \
1647 "--64" \
1648 {start.s foo.s} \
1649 "" \
1650 "pr21626" \
1651 ] \
1652 ]
1653
1654 # Linux only tests
1655 global LD_CLASS
1656 if { "$LD_CLASS" == "64bit" } then {
1657 # This test needs 64-bit linker.
1658 run_dump_test "pr17618"
1659 }
1660 run_dump_test "pltgot-1"
1661 run_dump_test "pltgot-2"
1662 run_dump_test "pr20830a"
1663 run_dump_test "pr20830b"
1664 run_dump_test "pr21038a"
1665 run_dump_test "pr21038b"
1666 run_dump_test "pr21038c"
1667 run_dump_test "pr20830a-now"
1668 run_dump_test "pr20830b-now"
1669 run_dump_test "pr21038a-now"
1670 run_dump_test "pr21038b-now"
1671 run_dump_test "pr21038c-now"
1672 run_dump_test "ibt-plt-1"
1673 run_dump_test "ibt-plt-1-x32"
1674 run_dump_test "ibt-plt-2a"
1675 run_dump_test "ibt-plt-2b"
1676 run_dump_test "ibt-plt-2c"
1677 run_dump_test "ibt-plt-2d"
1678 run_dump_test "ibt-plt-2a-x32"
1679 run_dump_test "ibt-plt-2b-x32"
1680 run_dump_test "ibt-plt-2c-x32"
1681 run_dump_test "ibt-plt-2d-x32"
1682 run_dump_test "ibt-plt-3a"
1683 run_dump_test "ibt-plt-3b"
1684 run_dump_test "ibt-plt-3c"
1685 run_dump_test "ibt-plt-3d"
1686 run_dump_test "ibt-plt-3a-x32"
1687 run_dump_test "ibt-plt-3b-x32"
1688 run_dump_test "ibt-plt-3c-x32"
1689 run_dump_test "ibt-plt-3d-x32"
This page took 0.217892 seconds and 5 git commands to generate.