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