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