gdb: Fix assert for extended-remote target (PR gdb/18050)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / i386.exp
CommitLineData
37e55690 1# Expect script for ld-i386 tests
219d1afa 2# Copyright (C) 2002-2018 Free Software Foundation, Inc.
37e55690 3#
f96b4a7b
NC
4# This file is part of the GNU Binutils.
5#
6# This program is free software; you can redistribute it and/or modify
37e55690 7# it under the terms of the GNU General Public License as published by
f96b4a7b 8# the Free Software Foundation; either version 3 of the License, or
37e55690
JJ
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
f96b4a7b
NC
18# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19# MA 02110-1301, USA.
37e55690
JJ
20#
21
22# Test i386 linking; all types of relocs. This tests the assembler and
23# tools like objdump as well as the linker.
24
b9201bb3
RS
25if {[istarget "i?86-*-vxworks"]} {
26 set i386tests {
bab55c05
AM
27 {"VxWorks shared library test 1"
28 "-shared -Tvxworks1.ld --hash-style=sysv" ""
b9201bb3 29 "" {vxworks1-lib.s}
711de32c 30 {{readelf --relocs vxworks1-lib.rd} {objdump -dr vxworks1-lib.dd}
e68ed250 31 {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
b9201bb3 32 "libvxworks1.so"}
4f471f39 33 {"VxWorks executable test 1 (dynamic)" \
bab55c05 34 "tmpdir/libvxworks1.so -Tvxworks1.ld --hash-style=sysv -q --force-dynamic" ""
4f471f39 35 "" {vxworks1.s}
b9201bb3
RS
36 {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1.dd}}
37 "vxworks1"}
4f471f39 38 {"VxWorks executable test 2 (dynamic)" \
bab55c05 39 "-Tvxworks1.ld --hash-style=sysv -q --force-dynamic" ""
4f471f39
RS
40 "" {vxworks2.s}
41 {{readelf --segments vxworks2.sd}}
42 "vxworks2"}
43 {"VxWorks executable test 2 (static)"
bab55c05 44 "-Tvxworks1.ld --hash-style=sysv" ""
4f471f39
RS
45 "" {vxworks2.s}
46 {{readelf --segments vxworks2-static.sd}}
47 "vxworks2"}
b9201bb3
RS
48 }
49 run_ld_link_tests $i386tests
4f471f39 50 run_dump_test "vxworks1-static"
b9201bb3
RS
51}
52
e39e47bd 53if [istarget "*-*-go32*"] {
897aea50 54 run_ld_link_tests {{"go32 stub" "" "" "" {zero.s} {} "go32stub"}}
e39e47bd
JK
55
56 set src "tmpdir/go32stub"
57 set dest "tmpdir/go32stub-copy"
58
59 set test "go32 stub patch the source"
60 set fi [open $src r+]
61 fconfigure $fi -translation binary
62 if {[read $fi 2] != "MZ"} {
63 fail $test
64 } else {
65 pass $test
66 seek $fi 0x40
67 puts -nonewline $fi "objcopy-test-go32stub"
68 }
69 close $fi
70
71 set test "go32 stub objcopy"
72 set status [remote_exec build $OBJCOPY "$OBJCOPYFLAGS $src $dest"]
73 set exec_output [lindex $status 1]
74 set exec_output [prune_warnings $exec_output]
75 if [string match "" $exec_output] then {
76 pass $test
77 } else {
78 send_log "$exec_output\n"
79 verbose "$exec_output" 1
80 fail $test
81 }
82
83 # cmp would compare the whole files and some data after the initial exe
84 # stub could differ.
85 set test "go32 stub comparison after objcopy"
86 set fi [open $src]
87 fconfigure $fi -translation binary
88 set src_stub [read $fi 2048]
89 close $fi
90 set fi [open $dest]
91 fconfigure $fi -translation binary
92 set dest_stub [read $fi 2048]
93 close $fi
94 if {$src_stub == $dest_stub} {
95 pass $test
96 } else {
97 fail $test
98 }
99}
100
5a68afcf 101if { !([istarget "i?86-*-elf*"]
c65c21e1
AM
102 || [istarget "i?86-*-linux*"]
103 || [istarget "i?86-*-gnu*"]
5a68afcf
RM
104 || [istarget "i?86-*-nacl*"]
105 || [istarget "x86_64-*-nacl*"]
67a4f2b7
AO
106 || [istarget "x86_64-*-linux*"]
107 || [istarget "amd64-*-linux*"]) } {
37e55690
JJ
108 return
109}
110
37e55690 111# List contains test-items with 3 items followed by 2 lists:
897aea50
MR
112# 0:name 1:ld early options 2:ld late options 3:assembler options
113# 4:filenames of assembler files 5: action and options. 6: name of output file
37e55690
JJ
114
115# Actions:
116# objdump: Apply objdump options on result. Compare with regex (last arg).
117# nm: Apply nm options on result. Compare with regex (last arg).
118# readelf: Apply readelf options on result. Compare with regex (last arg).
119
120set i386tests {
5a68afcf 121 {"Helper shared library (basic PLT test)"
897aea50 122 "-shared -melf_i386" "" "--32" {pltlib.s} {} "libpltlib.so"}
5a68afcf 123 {"basic PLT generation (non-PIC)"
897aea50 124 "-melf_i386 tmpdir/libpltlib.so" "" "--32" {plt.s}
5a68afcf
RM
125 {{objdump -drj.plt plt.pd}} "plt"}
126 {"basic PLT generation (PIC)"
897aea50 127 "-shared -melf_i386 tmpdir/libpltlib.so" "" "--32" {plt-pic.s}
5a68afcf 128 {{objdump -drj.plt plt-pic.pd}} "libplt-pic.so"}
e41b3a13 129 {"TLS -fpic -shared transitions"
760b2893
L
130 "-shared -melf_i386 --no-ld-generated-unwind-info \
131 -z noseparate-code --hash-style=sysv" ""
37e55690
JJ
132 "--32" {tlspic1.s tlspic2.s}
133 {{readelf -Ssrl tlspic.rd} {objdump -drj.text tlspic.dd}
134 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}}
135 "libtlspic.so"}
6eaa7fb5 136 {"TLS -fpic -shared transitions without PLT"
760b2893
L
137 "-shared -melf_i386 --no-ld-generated-unwind-info \
138 -z noseparate-code --hash-style=sysv" ""
6eaa7fb5
L
139 "-mrelax-relocations=yes --32"
140 {tlspic3.s tlspic2.s}
141 {{readelf -Ssrl tlspic2.rd} {objdump -drj.text tlspic2.dd}
142 {objdump -sj.got tlspic2.sd} {objdump -sj.tdata tlspic2.td}}
143 "libtlspic2.so"}
e41b3a13 144 {"TLS descriptor -fpic -shared transitions"
760b2893
L
145 "-shared -melf_i386 --no-ld-generated-unwind-info \
146 -z noseparate-code --hash-style=sysv" ""
67a4f2b7
AO
147 "--32" {tlsdesc.s tlspic2.s}
148 {{readelf -Ssrl tlsdesc.rd} {objdump -drj.text tlsdesc.dd}
149 {objdump "-s -j.got -j.got.plt" tlsdesc.sd} {objdump -sj.tdata tlsdesc.td}}
150 "libtlsdesc.so"}
897aea50 151 {"Helper shared library" "-shared -melf_i386" ""
37e55690
JJ
152 "--32" {tlslib.s} {} "libtlslib.so"}
153 {"TLS -fpic and -fno-pic exec transitions"
760b2893
L
154 "-melf_i386 tmpdir/libtlslib.so --no-ld-generated-unwind-info \
155 -z noseparate-code --hash-style=sysv" ""
e41b3a13 156 "--32" {tlsbinpic.s tlsbin.s}
37e55690
JJ
157 {{readelf -Ssrl tlsbin.rd} {objdump -drj.text tlsbin.dd}
158 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}}
159 "tlsbin"}
6eaa7fb5 160 {"TLS -fpic and -fno-pic exec transitions without PLT"
760b2893
L
161 "-melf_i386 tmpdir/libtlslib.so --no-ld-generated-unwind-info \
162 -z noseparate-code --hash-style=sysv" ""
6eaa7fb5
L
163 "-mrelax-relocations=yes --32"
164 {tlsbinpic2.s tlsbin.s}
165 {{readelf -Ssrl tlsbin2.rd} {objdump -drj.text tlsbin2.dd}
166 {objdump -sj.got tlsbin2.sd} {objdump -sj.tdata tlsbin2.td}}
167 "tlsbin2"}
67a4f2b7 168 {"TLS descriptor -fpic and -fno-pic exec transitions"
760b2893
L
169 "-melf_i386 tmpdir/libtlslib.so --no-ld-generated-unwind-info \
170 -z noseparate-code --hash-style=sysv" ""
e41b3a13 171 "--32" {tlsbindesc.s tlsbin.s}
67a4f2b7
AO
172 {{readelf -Ssrl tlsbindesc.rd} {objdump -drj.text tlsbindesc.dd}
173 {objdump -sj.got tlsbindesc.sd} {objdump -sj.tdata tlsbindesc.td}}
174 "tlsbindesc"}
897aea50 175 {"TLS -fno-pic -shared"
760b2893
L
176 "-shared -melf_i386 --no-ld-generated-unwind-info \
177 -z noseparate-code --hash-style=sysv" ""
37e55690
JJ
178 "--32" {tlsnopic1.s tlsnopic2.s}
179 {{readelf -Ssrl tlsnopic.rd} {objdump -drj.text tlsnopic.dd}
180 {objdump -sj.got tlsnopic.sd}} "libtlsnopic.so"}
67a4f2b7 181 {"TLS with global dynamic and descriptors"
760b2893
L
182 "-shared -melf_i386 --no-ld-generated-unwind-info \
183 -z noseparate-code --hash-style=sysv" ""
e41b3a13 184 "--32" {tlsgdesc.s}
67a4f2b7
AO
185 {{readelf -Ssrl tlsgdesc.rd} {objdump -drj.text tlsgdesc.dd}}
186 "libtlsgdesc.so"}
897aea50 187 {"TLS in debug sections" "-melf_i386" ""
a45bb67d
JJ
188 "--32" {tlsg.s}
189 {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
897aea50 190 {"TLS @indntpoff with %eax" "-melf_i386" "" "--32" {tlsindntpoff.s}
7c445aa3 191 {{objdump -drj.text tlsindntpoff.dd}} "tlsindntpoff"}
897aea50 192 {"Reloc section order" "-shared -melf_i386 -z nocombreloc" "" "--32"
4565652e 193 {reloc.s} {{objdump -hw reloc.d}} "reloc.so"}
897aea50 194 {"Basic --emit-relocs support" "-shared -melf_i386 --emit-relocs" "" "--32"
5a68afcf 195 {emit-relocs.s} {{readelf --relocs emit-relocs.rd}} "emit-relocs.so"}
897aea50 196 {"-z combreloc relocation sections" "-shared -melf_i386 -z combreloc" ""
2030e6d7 197 "--32" {combreloc.s} {{readelf -r combreloc.d}} "combreloc.so"}
897aea50 198 {"TLS GD->LE transition" "-melf_i386" ""
a3fadc9a
L
199 "--32" {tlsgd1.s}
200 {{objdump -dwr tlsgd1.dd}} "tlsgd1"}
6eaa7fb5
L
201 {"TLS GD->LE transition without PLT" "-melf_i386" ""
202 "-mrelax-relocations=yes --32"
203 {tlsgd3.s}
204 {{objdump -dwr tlsgd3.dd}} "tlsgd3"}
897aea50 205 {"TLS LD->LE transition" "-melf_i386" ""
a3fadc9a
L
206 "--32" {tlsld1.s}
207 {{objdump -dwr tlsld1.dd}} "tlsld1"}
6eaa7fb5
L
208 {"TLS LD->LE transition without PLT" "-melf_i386" ""
209 "-mrelax-relocations=yes --32"
210 {tlsld2.s}
211 {{objdump -dwr tlsld2.dd}} "tlsld2"}
897aea50 212 {"TLS IE->LE transition" "-melf_i386" ""
dd1093aa
L
213 "--32" {tlsie1.s}
214 {{objdump -dwr tlsie1.dd}} "tlsie1"}
29a9f53e
L
215 {"PR ld/17313 (1)" "-melf_i386" ""
216 "--32" {zero.s} {} ""}
217 {"PR ld/17313 (2)" "-melf_i386 -shared --just-symbols=tmpdir/zero.o" ""
218 "--32" {lea1.s} {} "libpr17313.so"}
c8831961
L
219 {"PR ld/17306 (1)" "-melf_i386" ""
220 "--32" {pr17306b.s} {} ""}
221 {"PR ld/17306 (2)" "-melf_i386 -shared -Bsymbolic --just-symbols=tmpdir/pr17306b.o" ""
222 "--32" {pr17306a.s} {} "libpr17306.so"}
f7483970
L
223 {"PR ld/17709 (1)" "-melf_i386 -shared" ""
224 "--32" {pr17709a.s} {} "libpr17709.so"}
225 {"PR ld/17709 (2)" "-melf_i386 tmpdir/libpr17709.so" ""
226 "--32" {pr17709b.s} {{readelf -r pr17709.rd}} "pr17709"}
4e0c91e4
L
227 {"Build pr19827a.o" "" ""
228 "--32" { pr19827a.S }}
229 {"Build pr19827b.so" "-melf_i386 -shared" ""
230 "--32" { pr19827b.S } {} "pr19827b.so"}
231 {"Build pr19827" "-melf_i386 -pie tmpdir/pr19827a.o tmpdir/pr19827b.so" ""
232 "--32" { dummy.s } {{readelf {-rW} pr19827.rd}} "pr19827"}
233 {"Build pr19827.so" "-melf_i386 -shared -Bsymbolic" ""
234 "--32" { pr19827a.S } {{readelf {-rW} pr19827.rd}} "pr19827.so"}
37e55690
JJ
235}
236
5a68afcf
RM
237# So as to avoid rewriting every last test case here in a nacl variant,
238# we use black magic to massage the generic cases into nacl-variant cases.
239if [istarget "*-*-nacl*"] {
240 # Change all the -melf_i386 to -melf_i386_nacl so linking can succeed.
241 regsub -all elf_i386 $i386tests elf_i386_nacl i386tests
242
243 # Same, applied to all the run_dump_test cases.
761e2bd4 244 set options_regsub(ld) {elf_i386 elf_i386_nacl}
5a68afcf
RM
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} $i386tests {\1-nacl.rd} i386tests
250
251 # Likewise for PLTs.
252 regsub -all -- {([a-z0-9]+)\.pd} $i386tests {\1-nacl.pd} i386tests
253}
254
7e0a8112
L
255proc iamcu_tests {} {
256 if {[istarget "*-*-nacl*"]} then {
257 return
258 }
259
260 global as
261 global srcdir
262 global subdir
263
264 if ![ld_assemble $as "--32 -march=iamcu $srcdir/$subdir/start.s" tmpdir/startiamcu.o] {
265 unresolved "Build Intel MCU start.o"
266 return
267 }
268
269 if ![ld_assemble $as "--32 $srcdir/$subdir/start.s" tmpdir/start32.o] {
270 unresolved "Build ia32 start.o"
271 return
272 }
273
274 if ![ld_assemble $as "--32 -march=iamcu $srcdir/$subdir/foo.s" tmpdir/fooiamcu.o] {
275 unresolved "Build Intel MCU foo.o"
276 return
277 }
278
279 if ![ld_assemble $as "--32 $srcdir/$subdir/foo.s" tmpdir/foo32.o] {
280 unresolved "Build ia32 foo.o"
281 return
282 }
283
284 run_dump_test "abs-iamcu"
285 run_dump_test "iamcu-1"
286 run_dump_test "iamcu-2"
287 run_dump_test "iamcu-3"
5197d474 288 run_dump_test "iamcu-4"
7e0a8112
L
289}
290
291iamcu_tests
292
37e55690 293run_ld_link_tests $i386tests
ac2aa337
JB
294
295run_dump_test "abs"
296run_dump_test "pcrel8"
297run_dump_test "pcrel16"
ab96bf03 298run_dump_test "pcrel16abs"
0920dee7 299run_dump_test "alloc"
9267588c 300run_dump_test "warn1"
4c544807 301run_dump_test "tlsgd2"
6eaa7fb5 302run_dump_test "tlsgd4"
dd1093aa
L
303run_dump_test "tlsie2"
304run_dump_test "tlsie3"
305run_dump_test "tlsie4"
306run_dump_test "tlsie5"
41bed6dd
L
307run_dump_test "hidden1"
308run_dump_test "hidden2"
309run_dump_test "hidden3"
310run_dump_test "protected1"
311run_dump_test "protected2"
312run_dump_test "protected3"
bdb892b9
L
313run_dump_test "protected4"
314run_dump_test "protected5"
e3c0e327 315run_dump_test "protected6a"
889c2a67 316run_dump_test "protected6b"
73784fa5 317run_dump_test "protected7"
1d85728f 318run_dump_test "tlspie1"
959b0961 319run_dump_test "tlspie2"
6eaa7fb5
L
320run_dump_test "tlspie3a"
321run_dump_test "tlspie3b"
322run_dump_test "tlspie3c"
a7b16ceb 323run_dump_test "nogot1"
0629d0af 324run_dump_test "nogot2"
56d4289c 325run_dump_test "discarded1"
2abca860 326run_dump_test "pr12718"
a81aeffc 327run_dump_test "pr12921"
2fe0fd06
L
328run_dump_test "pr12570a"
329run_dump_test "pr12570b"
80d87326
L
330run_dump_test "lea1a"
331run_dump_test "lea1b"
332run_dump_test "lea1c"
daa67607
L
333run_dump_test "lea1d"
334run_dump_test "lea1e"
335run_dump_test "lea1f"
3f65f599
L
336run_dump_test "mov1a"
337run_dump_test "mov1b"
02e2aef8
L
338run_dump_test "mov2a"
339run_dump_test "mov2b"
340run_dump_test "mov3"
02a86693
L
341run_dump_test "branch1"
342run_dump_test "call1"
343run_dump_test "call2"
caa65211
L
344run_dump_test "call3a"
345run_dump_test "call3b"
346run_dump_test "call3c"
347run_dump_test "call3d"
348run_dump_test "call3e"
349run_dump_test "call3f"
350run_dump_test "call3g"
351run_dump_test "call3h"
02a86693
L
352run_dump_test "jmp1"
353run_dump_test "jmp2"
354run_dump_test "load1"
caa65211 355run_dump_test "load1-nacl"
02a86693
L
356run_dump_test "load2"
357run_dump_test "load3"
358run_dump_test "load4a"
359run_dump_test "load4b"
360run_dump_test "load5a"
361run_dump_test "load5b"
362run_dump_test "load6"
2856a627 363run_dump_test "load7"
7b7e7f1d 364run_dump_test "pr19175"
e20365c5 365run_dump_test "pr19615"
aec6b87e
L
366run_dump_test "pr19636-1a"
367run_dump_test "pr19636-1b"
368run_dump_test "pr19636-1c"
369run_dump_test "pr19636-1d"
370run_dump_test "pr19636-1d-nacl"
371run_dump_test "pr19636-1e"
372run_dump_test "pr19636-1f"
373run_dump_test "pr19636-1g"
374run_dump_test "pr19636-1h"
375run_dump_test "pr19636-1i"
853ee16f
L
376run_dump_test "pr19636-1j"
377run_dump_test "pr19636-1k"
378run_dump_test "pr19636-1l"
aec6b87e
L
379run_dump_test "pr19636-2a"
380run_dump_test "pr19636-2b"
381run_dump_test "pr19636-2c"
382run_dump_test "pr19636-2c-nacl"
383run_dump_test "pr19636-2d"
384run_dump_test "pr19636-2d-nacl"
385run_dump_test "pr19636-2e"
bf52d7c7 386run_dump_test "pr19636-2e-nacl"
aec6b87e
L
387run_dump_test "pr19636-3a"
388run_dump_test "pr19636-3b"
389run_dump_test "pr19636-3c"
390run_dump_test "pr19636-3d"
391run_dump_test "pr19636-3e"
392run_dump_test "pr19636-3f"
393run_dump_test "pr19636-3g"
853ee16f
L
394run_dump_test "pr19636-3h"
395run_dump_test "pr19636-3i"
aec6b87e
L
396run_dump_test "pr19636-4a"
397run_dump_test "pr19636-4b"
398run_dump_test "pr19636-4c"
399run_dump_test "pr19636-4d"
b8871f35 400run_dump_test "pr19645"
bae420ef
L
401run_dump_test "pr19609-1a"
402run_dump_test "pr19609-1b"
403run_dump_test "pr19609-1c"
404run_dump_test "pr19609-1d"
405run_dump_test "pr19609-1e"
406run_dump_test "pr19609-1f"
407run_dump_test "pr19609-1g"
408run_dump_test "pr19609-1h"
409run_dump_test "pr19609-1i"
410run_dump_test "pr19609-2a"
411run_dump_test "pr19609-2b"
412run_dump_test "pr19609-2c"
413run_dump_test "undefweaka"
414run_dump_test "undefweakb"
3ab94f96 415run_dump_test "pr19539"
7d4d9709 416run_dump_test "pr20117"
74d7f0aa
L
417run_dump_test "pr20244-1a"
418run_dump_test "pr20244-1b"
419run_dump_test "pr20244-1c"
712ec279
L
420run_dump_test "pr20244-2a"
421run_dump_test "pr20244-2b"
422run_dump_test "pr20244-2c"
423run_dump_test "pr20244-2d"
a5def14f
L
424run_dump_test "pr20244-4a"
425run_dump_test "pr20244-4b"
426run_dump_test "pr20244-4c"
233cc9c1
L
427run_dump_test "pr20253-3"
428run_dump_test "pr20253-4a"
429run_dump_test "pr20253-4b"
430run_dump_test "pr20253-4c"
431run_dump_test "pr20253-5"
74437ea2 432run_dump_test "pr20515"
73caa85d 433run_dump_test "property-x86-3"
92f7d783
L
434run_dump_test "property-x86-4a"
435run_dump_test "property-x86-4b"
ee2fdd6f
L
436run_dump_test "property-x86-ibt1a"
437run_dump_test "property-x86-ibt1b"
438run_dump_test "property-x86-ibt2"
439run_dump_test "property-x86-ibt3a"
440run_dump_test "property-x86-ibt3b"
441run_dump_test "property-x86-ibt4"
442run_dump_test "property-x86-ibt5"
48580982
L
443run_dump_test "property-x86-shstk1a"
444run_dump_test "property-x86-shstk1b"
445run_dump_test "property-x86-shstk2"
446run_dump_test "property-x86-shstk3a"
447run_dump_test "property-x86-shstk3b"
448run_dump_test "property-x86-shstk4"
449run_dump_test "property-x86-shstk5"
89d249d2
L
450run_dump_test "pie1"
451run_dump_test "pie1-nacl"
9593aade 452run_dump_test "pr21884"
34c4758c 453run_dump_test "pr21884-nacl"
0a27fed7
L
454run_dump_test "pr22115-1a"
455run_dump_test "pr22115-1b"
456run_dump_test "pr22115-1c"
457run_dump_test "pr22115-1d"
5e5e02ae 458run_dump_test "pr22135"
cd048363 459run_dump_test "pr22782"
347a8774 460run_dump_test "pr22929"
941036f4 461run_dump_test "pr23189"
97373b2e 462run_dump_test "pr23194"
56ad703d
L
463run_dump_test "pr23372a"
464run_dump_test "pr23372b"
25d17eb4
L
465
466if { !([istarget "i?86-*-linux*"]
5940a93c 467 || [istarget "i?86-*-gnu*"]
5a68afcf
RM
468 || [istarget "i?86-*-nacl*"]
469 || [istarget "x86_64-*-nacl*"]
25d17eb4
L
470 || [istarget "x86_64-*-linux*"]) } {
471 return
472}
473
474run_dump_test "compressed1"
a3293649 475run_dump_test "pr12627"
98920172 476run_dump_test "pr13302"
17d6eea5 477run_dump_test "pr14215"
998d811a 478run_dump_test "pr17057"
1952c5cd
L
479run_dump_test "pr17935-1"
480run_dump_test "pr17935-2"
8efa2874 481run_dump_test "pr18801"
13a2df29 482run_dump_test "pr18815"
2df3368d
L
483run_dump_test "pr19939a"
484run_dump_test "pr19939b"
97d343d4 485run_dump_test "tlsdesc2"
4a7a7923 486
aec6b87e
L
487proc undefined_weak {cflags ldflags} {
488 set testname "Undefined weak symbol"
489 if { ![ string match "" $cflags$ldflags] } {
490 set testname "$testname ($cflags $ldflags)"
491 }
492
074f6066
L
493 if { [string match "*-fPIE*" $cflags]
494 && ![string match "*-z nodynamic-undefined-weak*" $ldflags] } {
aec6b87e
L
495 set weak_symbol "Weak defined"
496 } else {
497 set weak_symbol "Weak undefined"
498 }
499
500 run_cc_link_tests [list \
501 [list \
502 "Build libpr19704a.so" \
503 "-shared -Wl,-soname,libpr19704.so" \
504 "" \
505 { dummy.s } \
506 {} \
507 "libpr19704a.so" \
508 ] \
509 [list \
510 "Build libpr19704b.so" \
511 "-shared -Wl,-soname,libpr19704.so" \
512 "-fPIC" \
513 { pr19704b.c } \
514 {} \
515 "libpr19704b.so" \
516 ] \
517 ]
518
519 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
520
982c6f26 521 run_ld_link_exec_tests [list \
aec6b87e
L
522 [list \
523 "Run pr19704" \
e9237227 524 "$ldflags tmpdir/libpr19704.so -Wl,-R,tmpdir" \
aec6b87e
L
525 "" \
526 { pr19704a.c } \
527 "pr19704" \
528 "pr19704.out" \
529 "$cflags" \
530 ] \
531 ]
532
533 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
534
535 set exec_output [run_host_cmd tmpdir/pr19704 ""]
536 if {![string match $weak_symbol $exec_output]} {
537 fail $testname
538 } else {
539 pass $testname
540 }
541}
542
ea9fb8b3
L
543# Add $PLT_CFLAGS if PLT is expected.
544global PLT_CFLAGS
545
4a7a7923
L
546# Must be Linux native with the C compiler
547if { [isnative]
548 && [istarget "i?86-*-linux*"]
549 && [which $CC] != 0 } {
550 run_cc_link_tests [list \
551 [list \
552 "Build plt-lib.so" \
553 "-shared" \
554 "-fPIC" \
555 { plt-lib.c } \
556 {} \
557 "libplt-lib.so" \
558 ] \
559 [list \
560 "Build libplt-main1.a" \
561 "" \
0cb4071e 562 "-fPIC -Wa,-mrelax-relocations=yes" \
4a7a7923
L
563 { plt-main1.c } \
564 {{readelf {-Wr} plt-main1.rd}} \
565 "libplt-main1.a" \
566 ] \
567 [list \
568 "Build libplt-main2.a" \
569 "" \
0cb4071e 570 "-fPIC -Wa,-mrelax-relocations=yes" \
4a7a7923
L
571 { plt-main2.c } \
572 {{readelf {-Wr} plt-main2.rd}} \
573 "libplt-main2.a" \
574 ] \
575 [list \
576 "Build libplt-main3.a" \
577 "" \
0cb4071e 578 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
4a7a7923
L
579 { plt-main3.c } \
580 {{readelf {-Wr} plt-main3.rd}} \
581 "libplt-main3.a" \
582 ] \
583 [list \
584 "Build libplt-main4.a" \
585 "" \
0cb4071e 586 "-fPIC -Wa,-mrelax-relocations=yes $PLT_CFLAGS" \
4a7a7923
L
587 { plt-main4.c } \
588 {{readelf {-Wr} plt-main4.rd}} \
589 "libplt-main4.a" \
590 ] \
dd7e64d4
L
591 [list \
592 "Build plt-main" \
593 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
594 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
595 "" \
596 { plt-main5.c } \
597 {{readelf {-Wr} plt-main.rd}} \
598 "plt-main" \
599 ] \
600 [list \
601 "Build plt-main with PIE" \
602 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
603 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
604 "-fPIC" \
605 { plt-main5.c } \
606 {{readelf {-Wr} plt-main.rd}} \
607 "plt-main" \
608 ] \
d5597ebc
L
609 [list \
610 "Build copyreloc-lib.so" \
611 "-shared" \
612 "-fPIC" \
613 { copyreloc-lib.c } \
614 {} \
615 "copyreloc-lib.so" \
616 ] \
617 [list \
46175b4e
L
618 "Build libcopyreloc-main.a" \
619 "" \
d5597ebc
L
620 "" \
621 { copyreloc-main.S } \
46175b4e
L
622 {} \
623 "libcopyreloc-main.a" \
624 ] \
625 [list \
626 "Build copyreloc-main with PIE and GOTOFF (1)" \
627 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
628 "" \
629 { dummy.s } \
d5597ebc
L
630 {{readelf {-Wr} copyreloc-main1.rd}} \
631 "copyreloc-main" \
632 ] \
633 [list \
634 "Build copyreloc-main with PIE and GOTOFF (2)" \
46175b4e 635 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
d5597ebc 636 "" \
46175b4e 637 { dummy.s } \
d5597ebc
L
638 {{readelf {-Wr} copyreloc-main2.rd}} \
639 "copyreloc-main" \
640 ] \
641 [list \
642 "Build pr17689.so" \
643 "-shared" \
644 "-fPIC" \
645 { pr17689a.c } \
646 {} \
647 "pr17689.so" \
648 ] \
25070364
L
649 [list \
650 "Build pr17689.so with -z now" \
651 "-shared -Wl,-z,now" \
652 "-fPIC" \
653 { pr17689a.c } \
654 {{readelf {-Wr} pr17689now.rd}} \
655 "pr17689now.so" \
656 ] \
d5597ebc
L
657 [list \
658 "Build pr17689ver.so" \
659 "-shared -Wl,--version-script,pr17689a.t" \
660 "-fPIC" \
661 { pr17689a.c } \
662 {} \
663 "pr17689ver.so" \
664 ] \
665 [list \
666 "Build pr17689.a" \
667 "" \
668 "" \
669 { pr17689b.S } \
670 {} \
671 "pr17689.a" \
672 ] \
673 [list \
674 "Build pr17689 with PIE and GOTOFF" \
675 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
676 "" \
677 { dummy.c } \
678 {{readelf {-Wr} pr17689.rd}} \
679 "pr17689" \
680 ] \
25070364
L
681 [list \
682 "Build pr17689 with PIE, -z now and GOTOFF" \
683 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
684 "" \
685 { dummy.c } \
686 {{readelf {-Wr} pr17689now.rd}} \
687 "pr17689now" \
688 ] \
d5597ebc
L
689 [list \
690 "Build pr17689ver with PIE and GOTOFF" \
691 "tmpdir/pr17689b.o tmpdir/pr17689ver.so -pie" \
692 "" \
693 { dummy.c } \
694 {{readelf {-Wr} pr17689ver.rd}} \
695 "pr17689ver" \
696 ] \
697 [list \
698 "Build pr17827 with PIE and GOTOFF" \
699 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
700 "" \
701 { dummy.c } \
702 {{readelf {-Wr} pr17827.rd}} \
703 "pr17827" \
704 ] \
04ebc307
L
705 [list \
706 "Build pr18900.so" \
707 "-shared" \
708 "-fPIC" \
709 { pr18900a.c } \
710 "" \
711 "pr18900.so" \
712 ] \
713 [list \
23a4bd22
L
714 "Build pr18900.o" \
715 "-r -nostdlib" \
04ebc307
L
716 "" \
717 { pr18900b.c pr18900c.c } \
23a4bd22
L
718 "" \
719 "pr18900.o" \
720 ] \
721 [list \
722 "Build pr18900a" \
723 "tmpdir/pr18900.o tmpdir/pr18900.so" \
724 "" \
725 { dummy.s } \
04ebc307
L
726 {{readelf {-Wrd} pr18900a.rd}} \
727 "pr18900a" \
728 ] \
729 [list \
730 "Build pr18900b" \
23a4bd22 731 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
04ebc307 732 "" \
23a4bd22 733 { dummy.s } \
04ebc307
L
734 {{readelf {-Wrd} pr18900b.rd}} \
735 "pr18900b" \
736 ] \
4b627c18
L
737 [list \
738 "Build pr19031.so" \
739 "-shared" \
740 "-fPIC" \
741 { pr19031a.c } \
742 "" \
743 "pr19031.so" \
744 ] \
02a86693
L
745 [list \
746 "Build got1d.so" \
747 "-shared" \
748 "" \
749 { got1d.S } \
750 "" \
751 "got1d.so" \
752 ] \
23a4bd22
L
753 [list \
754 "Build gotpc1.o" \
755 "-r -nostdlib" \
b1058ce9 756 "-Wa,-mrelax-relocations=yes" \
23a4bd22
L
757 { got1a.S got1b.c got1c.c } \
758 "" \
759 "gotpc1.o" \
760 ] \
02a86693
L
761 [list \
762 "Build gotpc1" \
9d1c54ed 763 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpc1.o tmpdir/got1d.so" \
b1058ce9 764 "" \
23a4bd22 765 { dummy.s } \
02a86693
L
766 {{objdump {-dw} got1.dd}} \
767 "got1" \
768 ] \
ead3d542
L
769 [list \
770 "Build pr19319.so" \
771 "-shared" \
772 "" \
773 { pr19319a.S } \
774 "" \
775 "pr19319.so" \
776 ] \
777 [list \
778 "Build pr19319" \
779 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
b1058ce9 780 "-Wa,-mrelax-relocations=yes" \
ead3d542
L
781 { pr19319b.S } \
782 {{objdump {-dw} pr19319.dd}} \
783 "pr19319" \
784 ] \
46bed679
L
785 [list \
786 "Build property 1" \
787 "" \
788 "" \
789 {pass.c property-no-copy.S} \
790 {{readelf {-n} property-1.r}} \
791 "property-1" \
792 ] \
793 [list \
794 "Build property 1 (.o)" \
795 "-r -nostdlib" \
796 "" \
797 {pass.c property-no-copy.S} \
798 {{readelf {-n} property-1.r}} \
799 "property-1.o" \
800 ] \
801 [list \
802 "Build property 1 (.so)" \
803 "-shared" \
804 "-fPIC" \
805 {pass.c property-no-copy.S} \
806 {{readelf {-n} property-1.r}} \
807 "property-1.so" \
808 ] \
809 [list \
810 "Build property 2" \
811 "" \
812 "" \
813 {pass.c property-stack.S} \
814 {{readelf {-n} property-2.r}} \
815 "property-2" \
816 ] \
817 [list \
818 "Build property 2 (.o)" \
819 "-r -nostdlib" \
820 "" \
821 {pass.c property-stack.S} \
822 {{readelf {-n} property-2.r}} \
823 "property-2.o" \
824 ] \
825 [list \
826 "Build property 2 (.so)" \
827 "-shared" \
828 "-fPIC" \
829 {pass.c property-stack.S} \
830 {{readelf {-n} property-2.r}} \
831 "property-2.so" \
832 ] \
833 [list \
834 "Build property 3" \
835 "" \
836 "" \
837 {pass.c property-stack.S property-x86-1.S} \
838 {{readelf {-n} property-3.r}} \
839 "property-3" \
840 ] \
841 [list \
842 "Build property 3 (.o)" \
843 "-r -nostdlib" \
844 "" \
845 {pass.c property-x86-1.S property-stack.S} \
846 {{readelf {-n} property-3.r}} \
847 "property-3.o" \
848 ] \
849 [list \
850 "Build property 3 (.so)" \
851 "-shared" \
852 "-fPIC" \
853 {property-x86-1.S pass.c property-stack.S} \
854 {{readelf {-n} property-3.r}} \
855 "property-3.so" \
856 ] \
857 [list \
858 "Build property 4" \
859 "" \
860 "" \
861 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
862 {{readelf {-n} property-4.r}} \
863 "property-4" \
864 ] \
865 [list \
866 "Build property 4 (.o)" \
867 "-r -nostdlib" \
868 "" \
869 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
870 {{readelf {-n} property-4.r}} \
871 "property-4.o" \
872 ] \
873 [list \
874 "Build property 4 (.so)" \
875 "-shared" \
876 "-fPIC" \
877 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
878 {{readelf {-n} property-4.r}} \
879 "property-4.so" \
880 ] \
881 [list \
882 "Build property 4 (-Wl,-z,stack-size=0)" \
883 "-Wl,-z,stack-size=0" \
884 "" \
885 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
886 {{readelf {-n} property-4.r}} \
887 "property-4" \
888 ] \
889 [list \
890 "Build property 5" \
891 "-Wl,-z,stack-size=0x900000" \
892 "" \
893 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
894 {{readelf {-n} property-5.r}} \
895 "property-5" \
896 ] \
897 [list \
898 "Build property 5 (.o)" \
899 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
900 "" \
901 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
902 {{readelf {-n} property-5.r}} \
903 "property-5.o" \
904 ] \
905 [list \
906 "Build property 5 (.so)" \
907 "-shared -Wl,-z,stack-size=0x900000" \
908 "-fPIC" \
909 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
910 {{readelf {-n} property-5.r}} \
911 "property-5.so" \
912 ] \
913 [list \
914 "Build property-6.so" \
915 "-shared" \
916 "-fPIC" \
917 {property-6a.c property-6c.S} \
918 {{readelf {-n} property-6.r}} \
919 "property-6.so" \
920 ] \
921 [list \
922 "Build property-6.o" \
923 "-r -nostdlib" \
924 "" \
925 {property-6b.c property-stack.S} \
926 {{readelf {-n} property-2.r}} \
927 "property-6.o" \
928 ] \
929 [list \
930 "Build property-6" \
931 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
932 { dummy.s } \
933 "" \
934 {{readelf {-n} property-2.r}} \
935 "property-6" \
936 ] \
937 [list \
938 "Build property 7a (.o)" \
939 "-r -nostdlib" \
940 "" \
941 {property-unsorted-1.S} \
942 {{readelf {-n} property-7.r}} \
943 "property-7a.o" \
944 ] \
945 [list \
946 "Build property 7b (.o)" \
947 "-r -nostdlib" \
948 "" \
949 {property-unsorted-2.S} \
950 {{readelf {-n} property-7.r}} \
951 "property-7b.o" \
952 ] \
4a7a7923
L
953 ]
954
982c6f26 955 run_ld_link_exec_tests [list \
4a7a7923
L
956 [list \
957 "Run plt-main" \
958 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
959 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
960 "" \
961 { plt-main5.c } \
962 "plt-main" \
963 "plt-main.out" \
964 ] \
965 [list \
966 "Run plt-main with PIE" \
967 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
968 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
969 "" \
970 { plt-main5.c } \
971 "plt-main-pie" \
972 "plt-main.out" \
973 "-fPIC" \
974 ] \
d5597ebc
L
975 [list \
976 "Run copyreloc-main with PIE and GOTOFF" \
e9237227 977 "-Wl,--as-needed tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
d5597ebc 978 "" \
46175b4e 979 { dummy.s } \
d5597ebc
L
980 "copyreloc-main" \
981 "copyreloc-main.out" \
982 ] \
983 [list \
984 "Run pr17689 with PIE and GOTOFF" \
985 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
986 "" \
987 { dummy.c } \
988 "pr17689" \
989 "pr17689.out" \
990 ] \
25070364
L
991 [list \
992 "Run pr17689 with PIE, -z now and GOTOFF" \
993 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -z now" \
994 "" \
995 { dummy.c } \
996 "pr17689now" \
997 "pr17689.out" \
998 ] \
d5597ebc
L
999 [list \
1000 "Run pr17689ver with PIE and GOTOFF" \
1001 "tmpdir/pr17689b.o tmpdir/pr17689ver.so -pie" \
1002 "" \
1003 { dummy.c } \
1004 "pr17689ver" \
1005 "pr17689.out" \
1006 ] \
04ebc307
L
1007 [list \
1008 "Run pr18900" \
23a4bd22 1009 "tmpdir/pr18900.o tmpdir/pr18900.so" \
04ebc307 1010 "" \
23a4bd22 1011 { dummy.s } \
04ebc307
L
1012 "pr18900" \
1013 "pr18900.out" \
1014 ] \
4b627c18
L
1015 [list \
1016 "Run pr19031" \
329b5ba1 1017 "$NOPIE_LDFLAGS tmpdir/pr19031.so" \
4b627c18
L
1018 "" \
1019 { pr19031b.S pr19031c.c } \
1020 "pr19031" \
1021 "pr19031.out" \
329b5ba1 1022 "$NOPIE_CFLAGS" \
4b627c18 1023 ] \
02a86693
L
1024 [list \
1025 "Run got1" \
9d1c54ed 1026 "$NOPIE_LDFLAGS tmpdir/got1d.so" \
02a86693
L
1027 "" \
1028 { got1a.S got1b.c got1c.c } \
1029 "got1" \
1030 "got1.out" \
1031 ] \
46bed679
L
1032 [list \
1033 "Run property 1" \
1034 "" \
1035 "" \
1036 {pass.c property-no-copy.S} \
1037 "property-1" "pass.out" \
1038 ] \
1039 [list \
1040 "Run property 1 (PIE)" \
1041 "-pie" \
1042 "" \
1043 {pass.c property-no-copy.S} \
1044 "property-1-pie" "pass.out" "-fPIE" \
1045 ] \
1046 [list \
1047 "Run property 1 (static)" \
1048 "-static" \
1049 "" \
1050 {pass.c property-no-copy.S} \
1051 "property-1-static" "pass.out" \
1052 ] \
1053 [list \
1054 "Run property 2" \
1055 "" \
1056 "" \
1057 {pass.c property-stack.S} \
1058 "property-2" "pass.out" \
1059 ] \
1060 [list \
1061 "Run property 2 (PIE)" \
1062 "-pie" \
1063 "" \
1064 {pass.c property-stack.S} \
1065 "property-2-pie" "pass.out" "-fPIE" \
1066 ] \
1067 [list \
1068 "Run property 2 (static)" \
1069 "-static" \
1070 "" \
1071 {pass.c property-stack.S} \
1072 "property-3-static" "pass.out" \
1073 ] \
1074 [list \
1075 "Run property 3" \
1076 "" \
1077 "" \
1078 {pass.c property-stack.S property-x86-1.S} \
1079 "property-3" "pass.out" \
1080 ] \
1081 [list \
1082 "Run property 3 (PIE)" \
1083 "-pie" \
1084 "" \
1085 {pass.c property-x86-1.S property-stack.S} \
1086 "property-3-pie" "pass.out" "-fPIE" \
1087 ] \
1088 [list \
1089 "Run property 3 (static)" \
1090 "-static" \
1091 "" \
1092 {property-x86-1.S pass.c property-stack.S} \
1093 "property-3-static" "pass.out" \
1094 ] \
1095 [list \
1096 "Run property 4" \
1097 "" \
1098 "" \
1099 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1100 "property-4" "pass.out" \
1101 ] \
1102 [list \
1103 "Run property 4 (PIE)" \
1104 "-pie" \
1105 "" \
1106 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1107 "property-4-pie" "pass.out" "-fPIE" \
1108 ] \
1109 [list \
1110 "Run property 4 (static)" \
1111 "-static" \
1112 "" \
1113 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1114 "property-4-static" "pass.out" \
1115 ] \
1116 [list \
1117 "Run property 5" \
1118 "-Wl,-z,stack-size=0x900000" \
1119 "" \
1120 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1121 "property-5" "pass.out" \
1122 ] \
1123 [list \
1124 "Run property 5 (PIE)" \
1125 "-pie -Wl,-z,stack-size=0x900000" \
1126 "" \
1127 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1128 "property-5-pie" "pass.out" "-fPIE" \
1129 ] \
1130 [list \
1131 "Run property 5 (static)" \
1132 "-static -Wl,-z,stack-size=0x900000" \
1133 "" \
1134 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1135 "property-5-static" "pass.out" \
1136 ] \
4a7a7923 1137 ]
aec6b87e 1138
9d1c54ed
L
1139 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
1140 undefined_weak "-fPIE" "$NOPIE_LDFLAGS"
aec6b87e 1141 undefined_weak "-fPIE" "-pie"
9d1c54ed 1142 undefined_weak "-fPIE" "-z nodynamic-undefined-weak $NOPIE_LDFLAGS"
aec6b87e 1143 undefined_weak "-fPIE" "-pie -z nodynamic-undefined-weak"
4a7a7923 1144}
a3747075 1145
9d1c54ed 1146global NOPIE_CFLAGS NOPIE_LDFLAGS
ee2fdd6f 1147
ca8c86ef
L
1148# Must be native with the C compiler and working IFUNC support,
1149if { [isnative]
1150 && [check_ifunc_available]
1151 && [istarget "i?86-*-*"]
1152 && [which $CC] != 0 } {
1153 run_cc_link_tests [list \
1154 [list \
1155 "Build ifunc-1a.o ifunc-1b.o ifunc-1c.o ifunc-1d.o" \
1156 "" \
1157 "-fPIC -O2 -g" \
1158 { ifunc-1a.c ifunc-1b.S ifunc-1c.S ifunc-1d.S } \
1159 ] \
2a568401
L
1160 [list \
1161 "Build pr21168a.o" \
1162 "" \
1163 "" \
1164 { pr21168a.c } \
1165 ] \
1166 [list \
1167 "Build pr21168.so" \
1168 "-shared" \
1169 "" \
1170 { pr21168b.S } \
1171 "" \
1172 "pr21168.so" \
1173 ] \
ca8c86ef
L
1174 ]
1175
982c6f26 1176 run_ld_link_exec_tests [list \
ca8c86ef
L
1177 [list \
1178 "Run ifunc-1a" \
1179 "tmpdir/ifunc-1a.o tmpdir/ifunc-1b.o \
1180 tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
1181 "" \
1182 { dummy.c } \
1183 "ifunc-1a" \
1184 "pass.out" \
1185 ] \
1186 [list \
1187 "Run ifunc-1b" \
1188 "--static tmpdir/ifunc-1a.o tmpdir/ifunc-1b.o \
1189 tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
1190 "" \
1191 { dummy.c } \
1192 "ifunc-1b" \
1193 "pass.out" \
1194 ] \
2a568401
L
1195 [list \
1196 "Run pr21168" \
1197 "tmpdir/pr21168a.o tmpdir/pr21168.so" \
1198 "" \
1199 { dummy.c } \
1200 "pr21168" \
1201 "pass.out" \
1202 ] \
ca8c86ef 1203 ]
ee2fdd6f
L
1204
1205 if { [istarget "i?86-*-linux*"] } {
1206 run_cc_link_tests [list \
1207 [list \
1208 "Build pr21168.so with -z ibtplt" \
1209 "-shared -Wl,-z,ibtplt" \
1210 "" \
1211 { pr21168b.S } \
1212 "" \
1213 "pr21168-ibt.so" \
1214 ] \
1215 [list \
1216 "Build ifunc-1a with -z ibtplt" \
1217 "-Wl,-z,ibtplt $NOPIE_LDFLAGS tmpdir/ifunc-1a.o \
1218 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
1219 "" \
1220 { dummy.c } \
1221 {{objdump {-dw} plt-main-ibt.dd}} \
1222 "ifunc-1a-ibt" \
1223 ] \
1224 [list \
1225 "Build ifunc-1a with PIE -z ibtplt" \
1226 "-Wl,-z,ibtplt -pie tmpdir/ifunc-1a.o \
1227 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
1228 "" \
1229 { dummy.c } \
1230 {{objdump {-dw} plt-pie-ibt.dd}} \
1231 "ifunc-1a-pie-ibt" \
1232 ] \
1233 ]
1234
1235 run_ld_link_exec_tests [list \
1236 [list \
1237 "Run ifunc-1a with -z ibtplt" \
1238 "-Wl,-z,ibtplt $NOPIE_LDFLAGS tmpdir/ifunc-1a.o \
1239 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
1240 "" \
1241 { dummy.c } \
1242 "ifunc-1a-ibt" \
1243 "pass.out" \
1244 ] \
1245 [list \
1246 "Run ifunc-1a with PIE -z ibtplt" \
1247 "-Wl,-z,ibtplt -pie tmpdir/ifunc-1a.o \
1248 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
1249 "" \
1250 { dummy.c } \
1251 "ifunc-1a-pie-ibt" \
1252 "pass.out" \
1253 ] \
1254 [list \
1255 "Run pr21168 with -z ibtplt" \
1256 "tmpdir/pr21168a.o tmpdir/pr21168-ibt.so" \
1257 "" \
1258 { dummy.c } \
1259 "pr21168-ibt" \
1260 "pass.out" \
1261 ] \
1262 ]
1263 }
ca8c86ef
L
1264}
1265
00564418
L
1266# Must be native with the C compiler.
1267if { [isnative]
1268 && [istarget "i?86-*-*"]
1269 && [which $CC] != 0 } {
7073b5b9
L
1270 run_cc_link_tests [list \
1271 [list \
1272 "Build pr22001-1.so" \
1273 "-shared" \
1274 "" \
1275 { pr22001-1a.c } \
1276 {} \
1277 "pr22001-1.so" \
1278 ] \
a5b4ee94
L
1279 [list \
1280 "Build pr21997-1.so" \
1281 "-shared" \
1282 "" \
1283 { property-stack.S property-no-copy.S pr21997-1a.S } \
1284 {} \
1285 "pr21997-1.so" \
1286 ] \
451875b4
L
1287 [list \
1288 "Build pr22842.so" \
1289 "-shared" \
1290 "-fPIC" \
1291 { pr22842a.c } \
1292 {} \
1293 "pr22842.so" \
1294 ] \
7073b5b9
L
1295 ]
1296
00564418
L
1297 run_ld_link_exec_tests [list \
1298 [list \
1299 "Run weakundef1 without PIE" \
1300 "$NOPIE_LDFLAGS" \
1301 "" \
1302 { weakundef1.c } \
1303 "weakundef1pie" \
1304 "pass.out" \
1305 "$NOPIE_CFLAGS" \
1306 ] \
7073b5b9
L
1307 [list \
1308 "Run pr22001-1" \
1309 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1310 "" \
1311 { pr22001-1b.c } \
1312 "pr22001-1" \
1313 "pass.out" \
1314 "$NOPIE_CFLAGS" \
1315 ] \
1316 [list \
1317 "Run pr22001-1 (PIE 1)" \
1318 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1319 "" \
1320 { pr22001-1c.S } \
1321 "pr22001-1-pie-1" \
1322 "pass.out" \
1323 ] \
1324 [list \
1325 "Run pr22001-1 (PIE 2)" \
1326 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1327 "" \
1328 { pr22001-1c.S } \
1329 "pr22001-1-pie-2" \
1330 "pass.out" \
1331 ] \
1332 [list \
1333 "Run pr22001-1 (PIC 1)" \
1334 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1335 "" \
1336 { pr22001-1b.c } \
1337 "pr22001-1-pic-1" \
1338 "pass.out" \
1339 "-fPIC" \
1340 ] \
1341 [list \
1342 "Run pr22001-1 (PIC 2)" \
1343 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
1344 "" \
1345 { pr22001-1b.c } \
1346 "pr22001-1-pic-2" \
1347 "pass.out" \
1348 "-fPIC" \
1349 ] \
a5b4ee94
L
1350 [list \
1351 "Run pr21997-1" \
1352 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1353 "" \
1354 { pr21997-1b.c } \
1355 "pr21997-1" \
1356 "pass.out" \
1357 "$NOPIE_CFLAGS" \
1358 ] \
1359 [list \
1360 "Run pr21997-1 (PIC 1)" \
1361 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1362 "" \
1363 { pr21997-1b.c } \
1364 "pr21997-1-pic-1" \
1365 "pass.out" \
1366 "-fPIC" \
1367 ] \
1368 [list \
1369 "Run pr21997-1 (PIC 2)" \
1370 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1371 "" \
1372 { pr21997-1b.c } \
1373 "pr21997-1-pic-2" \
1374 "pass.out" \
1375 "-fPIC" \
1376 ] \
1377 [list \
1378 "Run pr21997-1 (PIE 1)" \
1379 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1380 "" \
1381 { pr21997-1c.S } \
1382 "pr21997-1-pie-1" \
1383 "pass.out" \
1384 ] \
1385 [list \
1386 "Run pr21997-1 (PIE 2)" \
1387 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
1388 "" \
1389 { pr21997-1c.S } \
1390 "pr21997-1-pie-2" \
1391 "pass.out" \
1392 ] \
451875b4
L
1393 [list \
1394 "Build pr22842" \
1395 "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \
1396 "" \
1397 { pr22842b.S } \
1398 "pr22842" \
1399 "pass.out" \
1400 ] \
00564418 1401 ]
7073b5b9 1402
25d28c91
L
1403 if { [at_least_gcc_version 5 0] } {
1404 run_ld_link_exec_tests [list \
1405 [list \
1406 "Run weakundef1 with PIE" \
1407 "-pie" \
1408 "" \
1409 { weakundef1.c } \
1410 "weakundef1pie" \
1411 "pass.out" \
1412 "-fPIE" \
1413 ] \
1414 ]
1415 }
00564418
L
1416}
1417
a3747075
L
1418if { !([istarget "i?86-*-linux*"]
1419 || [istarget "x86_64-*-linux*"]) } {
1420 return
1421}
1422
f604c2a2
L
1423run_ld_link_tests [list \
1424 [list \
1425 "basic PLT generation (non-PIC, -z now)" \
760b2893
L
1426 "-z now -melf_i386 --hash-style=sysv \
1427 -z noseparate-code tmpdir/libpltlib.so" \
f604c2a2
L
1428 "" \
1429 "--32" \
1430 {plt2.s} \
1431 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1432 "plt2" \
1433 ] \
1434 [list \
1435 "basic PLT generation (PIC, -z now)" \
1436 "-z now -shared -melf_i386 tmpdir/libpltlib.so" \
1437 "" \
1438 "--32" \
1439 {plt-pic.s} \
1440 {{objdump -dwr plt-pic2.dd}} \
1441 "plt-pic2.so" \
1442 ] \
abfa390d
L
1443 [list \
1444 "Build pr21626.so" \
1445 "-shared -melf_i386" \
1446 "" \
1447 "--32" \
1448 {property-x86-3.s} \
1449 "" \
1450 "pr21626.so" \
1451 ] \
1452 [list \
1453 "Build pr21626" \
1454 "-melf_i386 tmpdir/pr21626.so" \
1455 "" \
1456 "--32" \
1457 {start.s foo.s} \
1458 "" \
1459 "pr21626" \
1460 ] \
f604c2a2
L
1461]
1462
a3747075
L
1463# Linux only tests
1464run_dump_test "pltgot-1"
7c1e8d3e 1465run_dump_test "pltgot-2"
fff53dae 1466run_dump_test "pr20830"
ee2fdd6f
L
1467run_dump_test "ibt-plt-1"
1468run_dump_test "ibt-plt-2a"
1469run_dump_test "ibt-plt-2b"
1470run_dump_test "ibt-plt-2c"
1471run_dump_test "ibt-plt-2d"
1472run_dump_test "ibt-plt-3a"
1473run_dump_test "ibt-plt-3b"
1474run_dump_test "ibt-plt-3c"
1475run_dump_test "ibt-plt-3d"
This page took 0.806135 seconds and 4 git commands to generate.