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