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