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