Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[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"
233a0083
L
463run_dump_test "property-x86-cet1"
464run_dump_test "property-x86-cet2a"
465run_dump_test "property-x86-cet2b"
466run_dump_test "property-x86-cet3a"
467run_dump_test "property-x86-cet3b"
468run_dump_test "property-x86-cet4a"
469run_dump_test "property-x86-cet4b"
470run_dump_test "property-x86-cet5a"
471run_dump_test "property-x86-cet5b"
472run_dump_test "property-x86-cet6"
89d249d2
L
473run_dump_test "pie1"
474run_dump_test "pie1-nacl"
9593aade 475run_dump_test "pr21884"
34c4758c 476run_dump_test "pr21884-nacl"
0a27fed7
L
477run_dump_test "pr22115-1a"
478run_dump_test "pr22115-1b"
479run_dump_test "pr22115-1c"
480run_dump_test "pr22115-1d"
5e5e02ae 481run_dump_test "pr22135"
cd048363 482run_dump_test "pr22782"
347a8774 483run_dump_test "pr22929"
941036f4 484run_dump_test "pr23189"
97373b2e 485run_dump_test "pr23194"
56ad703d
L
486run_dump_test "pr23372a"
487run_dump_test "pr23372b"
a9eafb08
L
488run_dump_test "pr23372c"
489run_dump_test "pr23372d"
f7309df2
L
490run_dump_test "pr23486a"
491run_dump_test "pr23486b"
a9eafb08
L
492run_dump_test "pr23486c"
493run_dump_test "pr23486d"
e60f4d3b 494run_dump_test "pr23854"
b44ee3a8 495run_dump_test "pr23930"
44b27f95
L
496run_dump_test "pr24322a"
497run_dump_test "pr24322b"
25d17eb4
L
498
499if { !([istarget "i?86-*-linux*"]
5940a93c 500 || [istarget "i?86-*-gnu*"]
5a68afcf
RM
501 || [istarget "i?86-*-nacl*"]
502 || [istarget "x86_64-*-nacl*"]
25d17eb4 503 || [istarget "x86_64-*-linux*"]) } {
6c0d3bde 504 set ASFLAGS "$saved_ASFLAGS"
25d17eb4
L
505 return
506}
507
508run_dump_test "compressed1"
a3293649 509run_dump_test "pr12627"
98920172 510run_dump_test "pr13302"
17d6eea5 511run_dump_test "pr14215"
998d811a 512run_dump_test "pr17057"
1952c5cd
L
513run_dump_test "pr17935-1"
514run_dump_test "pr17935-2"
9a7f0679
L
515run_dump_test "pr18801a"
516run_dump_test "pr18801b"
13a2df29 517run_dump_test "pr18815"
2df3368d
L
518run_dump_test "pr19939a"
519run_dump_test "pr19939b"
97d343d4 520run_dump_test "tlsdesc2"
4a7a7923 521
aec6b87e
L
522proc undefined_weak {cflags ldflags} {
523 set testname "Undefined weak symbol"
524 if { ![ string match "" $cflags$ldflags] } {
525 set testname "$testname ($cflags $ldflags)"
526 }
527
074f6066
L
528 if { [string match "*-fPIE*" $cflags]
529 && ![string match "*-z nodynamic-undefined-weak*" $ldflags] } {
aec6b87e
L
530 set weak_symbol "Weak defined"
531 } else {
532 set weak_symbol "Weak undefined"
533 }
534
535 run_cc_link_tests [list \
536 [list \
537 "Build libpr19704a.so" \
538 "-shared -Wl,-soname,libpr19704.so" \
6c0d3bde 539 "-Wa,-mrelax-relocations=yes" \
aec6b87e
L
540 { dummy.s } \
541 {} \
542 "libpr19704a.so" \
543 ] \
544 [list \
545 "Build libpr19704b.so" \
546 "-shared -Wl,-soname,libpr19704.so" \
6c0d3bde 547 "-fPIC -Wa,-mrelax-relocations=yes" \
aec6b87e
L
548 { pr19704b.c } \
549 {} \
550 "libpr19704b.so" \
551 ] \
552 ]
553
554 exec cp tmpdir/libpr19704a.so tmpdir/libpr19704.so
555
982c6f26 556 run_ld_link_exec_tests [list \
aec6b87e
L
557 [list \
558 "Run pr19704" \
e9237227 559 "$ldflags tmpdir/libpr19704.so -Wl,-R,tmpdir" \
6c0d3bde 560 "-Wa,-mrelax-relocations=yes" \
aec6b87e
L
561 { pr19704a.c } \
562 "pr19704" \
563 "pr19704.out" \
564 "$cflags" \
565 ] \
566 ]
567
568 exec cp tmpdir/libpr19704b.so tmpdir/libpr19704.so
569
570 set exec_output [run_host_cmd tmpdir/pr19704 ""]
571 if {![string match $weak_symbol $exec_output]} {
572 fail $testname
573 } else {
574 pass $testname
575 }
576}
577
ea9fb8b3
L
578# Add $PLT_CFLAGS if PLT is expected.
579global PLT_CFLAGS
580
4a7a7923
L
581# Must be Linux native with the C compiler
582if { [isnative]
583 && [istarget "i?86-*-linux*"]
584 && [which $CC] != 0 } {
585 run_cc_link_tests [list \
586 [list \
587 "Build plt-lib.so" \
588 "-shared" \
6c0d3bde 589 "-fPIC -Wa,-mrelax-relocations=yes" \
4a7a7923
L
590 { plt-lib.c } \
591 {} \
592 "libplt-lib.so" \
593 ] \
594 [list \
595 "Build libplt-main1.a" \
596 "" \
6c0d3bde 597 "-fPIC -Wa,-mrelax-relocations=yes,-mrelax-relocations=yes" \
4a7a7923
L
598 { plt-main1.c } \
599 {{readelf {-Wr} plt-main1.rd}} \
600 "libplt-main1.a" \
601 ] \
602 [list \
603 "Build libplt-main2.a" \
604 "" \
6c0d3bde 605 "-fPIC -Wa,-mrelax-relocations=yes,-mrelax-relocations=yes" \
4a7a7923
L
606 { plt-main2.c } \
607 {{readelf {-Wr} plt-main2.rd}} \
608 "libplt-main2.a" \
609 ] \
610 [list \
611 "Build libplt-main3.a" \
612 "" \
6c0d3bde 613 "-fPIC -Wa,-mrelax-relocations=yes,-mrelax-relocations=yes $PLT_CFLAGS" \
4a7a7923
L
614 { plt-main3.c } \
615 {{readelf {-Wr} plt-main3.rd}} \
616 "libplt-main3.a" \
617 ] \
618 [list \
619 "Build libplt-main4.a" \
620 "" \
6c0d3bde 621 "-fPIC -Wa,-mrelax-relocations=yes,-mrelax-relocations=yes $PLT_CFLAGS" \
4a7a7923
L
622 { plt-main4.c } \
623 {{readelf {-Wr} plt-main4.rd}} \
624 "libplt-main4.a" \
625 ] \
dd7e64d4
L
626 [list \
627 "Build plt-main" \
628 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
629 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
6c0d3bde 630 "-Wa,-mrelax-relocations=yes" \
dd7e64d4
L
631 { plt-main5.c } \
632 {{readelf {-Wr} plt-main.rd}} \
633 "plt-main" \
634 ] \
635 [list \
636 "Build plt-main with PIE" \
637 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
638 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
6c0d3bde 639 "-fPIC -Wa,-mrelax-relocations=yes" \
dd7e64d4
L
640 { plt-main5.c } \
641 {{readelf {-Wr} plt-main.rd}} \
642 "plt-main" \
643 ] \
d5597ebc
L
644 [list \
645 "Build copyreloc-lib.so" \
646 "-shared" \
6c0d3bde 647 "-fPIC -Wa,-mrelax-relocations=yes" \
d5597ebc
L
648 { copyreloc-lib.c } \
649 {} \
650 "copyreloc-lib.so" \
651 ] \
652 [list \
46175b4e
L
653 "Build libcopyreloc-main.a" \
654 "" \
6c0d3bde 655 "-Wa,-mrelax-relocations=yes" \
d5597ebc 656 { copyreloc-main.S } \
46175b4e
L
657 {} \
658 "libcopyreloc-main.a" \
659 ] \
660 [list \
661 "Build copyreloc-main with PIE and GOTOFF (1)" \
662 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
6c0d3bde 663 "-Wa,-mrelax-relocations=yes" \
46175b4e 664 { dummy.s } \
d5597ebc
L
665 {{readelf {-Wr} copyreloc-main1.rd}} \
666 "copyreloc-main" \
667 ] \
668 [list \
669 "Build copyreloc-main with PIE and GOTOFF (2)" \
46175b4e 670 "tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
6c0d3bde 671 "-Wa,-mrelax-relocations=yes" \
46175b4e 672 { dummy.s } \
d5597ebc
L
673 {{readelf {-Wr} copyreloc-main2.rd}} \
674 "copyreloc-main" \
675 ] \
676 [list \
677 "Build pr17689.so" \
678 "-shared" \
6c0d3bde 679 "-fPIC -Wa,-mrelax-relocations=yes" \
d5597ebc
L
680 { pr17689a.c } \
681 {} \
682 "pr17689.so" \
683 ] \
25070364
L
684 [list \
685 "Build pr17689.so with -z now" \
686 "-shared -Wl,-z,now" \
6c0d3bde 687 "-fPIC -Wa,-mrelax-relocations=yes" \
25070364
L
688 { pr17689a.c } \
689 {{readelf {-Wr} pr17689now.rd}} \
690 "pr17689now.so" \
691 ] \
d5597ebc
L
692 [list \
693 "Build pr17689ver.so" \
694 "-shared -Wl,--version-script,pr17689a.t" \
6c0d3bde 695 "-fPIC -Wa,-mrelax-relocations=yes" \
d5597ebc
L
696 { pr17689a.c } \
697 {} \
698 "pr17689ver.so" \
699 ] \
700 [list \
701 "Build pr17689.a" \
702 "" \
6c0d3bde 703 "-Wa,-mrelax-relocations=yes" \
d5597ebc
L
704 { pr17689b.S } \
705 {} \
706 "pr17689.a" \
707 ] \
708 [list \
709 "Build pr17689 with PIE and GOTOFF" \
710 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
6c0d3bde 711 "-Wa,-mrelax-relocations=yes" \
d5597ebc
L
712 { dummy.c } \
713 {{readelf {-Wr} pr17689.rd}} \
714 "pr17689" \
715 ] \
25070364
L
716 [list \
717 "Build pr17689 with PIE, -z now and GOTOFF" \
718 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -Wl,-z,now" \
6c0d3bde 719 "-Wa,-mrelax-relocations=yes" \
25070364
L
720 { dummy.c } \
721 {{readelf {-Wr} pr17689now.rd}} \
722 "pr17689now" \
723 ] \
d5597ebc
L
724 [list \
725 "Build pr17689ver with PIE and GOTOFF" \
726 "tmpdir/pr17689b.o tmpdir/pr17689ver.so -pie" \
6c0d3bde 727 "-Wa,-mrelax-relocations=yes" \
d5597ebc
L
728 { dummy.c } \
729 {{readelf {-Wr} pr17689ver.rd}} \
730 "pr17689ver" \
731 ] \
732 [list \
733 "Build pr17827 with PIE and GOTOFF" \
734 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
6c0d3bde 735 "-Wa,-mrelax-relocations=yes" \
d5597ebc
L
736 { dummy.c } \
737 {{readelf {-Wr} pr17827.rd}} \
738 "pr17827" \
739 ] \
04ebc307
L
740 [list \
741 "Build pr18900.so" \
742 "-shared" \
6c0d3bde 743 "-fPIC -Wa,-mrelax-relocations=yes" \
04ebc307
L
744 { pr18900a.c } \
745 "" \
746 "pr18900.so" \
747 ] \
748 [list \
23a4bd22
L
749 "Build pr18900.o" \
750 "-r -nostdlib" \
6c0d3bde 751 "-Wa,-mrelax-relocations=yes" \
04ebc307 752 { pr18900b.c pr18900c.c } \
23a4bd22
L
753 "" \
754 "pr18900.o" \
755 ] \
756 [list \
757 "Build pr18900a" \
758 "tmpdir/pr18900.o tmpdir/pr18900.so" \
6c0d3bde 759 "-Wa,-mrelax-relocations=yes" \
23a4bd22 760 { dummy.s } \
04ebc307
L
761 {{readelf {-Wrd} pr18900a.rd}} \
762 "pr18900a" \
763 ] \
764 [list \
765 "Build pr18900b" \
23a4bd22 766 "-Wl,--as-needed tmpdir/pr18900.o tmpdir/pr18900.so" \
6c0d3bde 767 "-Wa,-mrelax-relocations=yes" \
23a4bd22 768 { dummy.s } \
04ebc307
L
769 {{readelf {-Wrd} pr18900b.rd}} \
770 "pr18900b" \
771 ] \
4b627c18
L
772 [list \
773 "Build pr19031.so" \
774 "-shared" \
6c0d3bde 775 "-fPIC -Wa,-mrelax-relocations=yes" \
4b627c18
L
776 { pr19031a.c } \
777 "" \
778 "pr19031.so" \
779 ] \
02a86693
L
780 [list \
781 "Build got1d.so" \
782 "-shared" \
6c0d3bde 783 "-Wa,-mrelax-relocations=yes" \
02a86693
L
784 { got1d.S } \
785 "" \
786 "got1d.so" \
787 ] \
23a4bd22
L
788 [list \
789 "Build gotpc1.o" \
790 "-r -nostdlib" \
b1058ce9 791 "-Wa,-mrelax-relocations=yes" \
23a4bd22
L
792 { got1a.S got1b.c got1c.c } \
793 "" \
794 "gotpc1.o" \
795 ] \
02a86693
L
796 [list \
797 "Build gotpc1" \
9d1c54ed 798 "$NOPIE_LDFLAGS -Wl,--as-needed tmpdir/gotpc1.o tmpdir/got1d.so" \
6c0d3bde 799 "-Wa,-mx86-used-note=no" \
23a4bd22 800 { dummy.s } \
02a86693
L
801 {{objdump {-dw} got1.dd}} \
802 "got1" \
803 ] \
ead3d542
L
804 [list \
805 "Build pr19319.so" \
806 "-shared" \
6c0d3bde 807 "-Wa,-mx86-used-note=no" \
ead3d542
L
808 { pr19319a.S } \
809 "" \
810 "pr19319.so" \
811 ] \
812 [list \
813 "Build pr19319" \
814 "-pie -nostdlib -nostartfiles tmpdir/pr19319.so" \
b1058ce9 815 "-Wa,-mrelax-relocations=yes" \
ead3d542
L
816 { pr19319b.S } \
817 {{objdump {-dw} pr19319.dd}} \
818 "pr19319" \
819 ] \
5cfe428c
L
820 [list \
821 "Build pr24276.so" \
822 "-shared -nostdlib -nostartfiles \
823 -Ltmpdir $srcdir/$subdir/pr24276.dso" \
824 "-Wa,-mx86-used-note=yes" \
825 { pr19319b.S } \
826 {{warning_output pr24276.warn}} \
827 "pr24276.so" \
828 ] \
46bed679
L
829 [list \
830 "Build property 1" \
831 "" \
6c0d3bde 832 "-Wa,-mx86-used-note=no" \
46bed679
L
833 {pass.c property-no-copy.S} \
834 {{readelf {-n} property-1.r}} \
835 "property-1" \
836 ] \
837 [list \
838 "Build property 1 (.o)" \
839 "-r -nostdlib" \
6c0d3bde 840 "-Wa,-mx86-used-note=yes" \
46bed679 841 {pass.c property-no-copy.S} \
6c0d3bde 842 {{readelf {-n} property-1a.r}} \
46bed679
L
843 "property-1.o" \
844 ] \
845 [list \
846 "Build property 1 (.so)" \
847 "-shared" \
6c0d3bde 848 "-fPIC -Wa,-mx86-used-note=no" \
46bed679
L
849 {pass.c property-no-copy.S} \
850 {{readelf {-n} property-1.r}} \
851 "property-1.so" \
852 ] \
853 [list \
854 "Build property 2" \
855 "" \
6c0d3bde 856 "-Wa,-mx86-used-note=no" \
46bed679
L
857 {pass.c property-stack.S} \
858 {{readelf {-n} property-2.r}} \
859 "property-2" \
860 ] \
861 [list \
862 "Build property 2 (.o)" \
863 "-r -nostdlib" \
6c0d3bde 864 "-Wa,-mx86-used-note=yes" \
46bed679 865 {pass.c property-stack.S} \
6c0d3bde 866 {{readelf {-n} property-2a.r}} \
46bed679
L
867 "property-2.o" \
868 ] \
869 [list \
870 "Build property 2 (.so)" \
871 "-shared" \
6c0d3bde 872 "-fPIC -Wa,-mx86-used-note=no" \
46bed679
L
873 {pass.c property-stack.S} \
874 {{readelf {-n} property-2.r}} \
875 "property-2.so" \
876 ] \
877 [list \
878 "Build property 3" \
879 "" \
6c0d3bde 880 "-Wa,-mx86-used-note=no" \
46bed679
L
881 {pass.c property-stack.S property-x86-1.S} \
882 {{readelf {-n} property-3.r}} \
883 "property-3" \
884 ] \
885 [list \
886 "Build property 3 (.o)" \
887 "-r -nostdlib" \
6c0d3bde 888 "-Wa,-mx86-used-note=yes" \
46bed679 889 {pass.c property-x86-1.S property-stack.S} \
6c0d3bde 890 {{readelf {-n} property-3a.r}} \
46bed679
L
891 "property-3.o" \
892 ] \
893 [list \
894 "Build property 3 (.so)" \
895 "-shared" \
6c0d3bde 896 "-fPIC -Wa,-mx86-used-note=no" \
46bed679
L
897 {property-x86-1.S pass.c property-stack.S} \
898 {{readelf {-n} property-3.r}} \
899 "property-3.so" \
900 ] \
901 [list \
902 "Build property 4" \
903 "" \
6c0d3bde 904 "-Wa,-mx86-used-note=no" \
46bed679
L
905 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
906 {{readelf {-n} property-4.r}} \
907 "property-4" \
908 ] \
909 [list \
910 "Build property 4 (.o)" \
911 "-r -nostdlib" \
6c0d3bde 912 "-Wa,-mx86-used-note=yes" \
46bed679 913 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
6c0d3bde 914 {{readelf {-n} property-4a.r}} \
46bed679
L
915 "property-4.o" \
916 ] \
917 [list \
918 "Build property 4 (.so)" \
919 "-shared" \
6c0d3bde 920 "-fPIC -Wa,-mx86-used-note=no" \
46bed679
L
921 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
922 {{readelf {-n} property-4.r}} \
923 "property-4.so" \
924 ] \
925 [list \
926 "Build property 4 (-Wl,-z,stack-size=0)" \
927 "-Wl,-z,stack-size=0" \
6c0d3bde 928 "-Wa,-mx86-used-note=no" \
46bed679
L
929 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
930 {{readelf {-n} property-4.r}} \
931 "property-4" \
932 ] \
933 [list \
934 "Build property 5" \
935 "-Wl,-z,stack-size=0x900000" \
6c0d3bde 936 "-Wa,-mx86-used-note=no" \
46bed679
L
937 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
938 {{readelf {-n} property-5.r}} \
939 "property-5" \
940 ] \
941 [list \
942 "Build property 5 (.o)" \
943 "-r -nostdlib -Wl,-z,stack-size=0x900000" \
6c0d3bde 944 "-Wa,-mx86-used-note=yes" \
46bed679 945 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
6c0d3bde 946 {{readelf {-n} property-5a.r}} \
46bed679
L
947 "property-5.o" \
948 ] \
949 [list \
950 "Build property 5 (.so)" \
951 "-shared -Wl,-z,stack-size=0x900000" \
6c0d3bde 952 "-fPIC -Wa,-mx86-used-note=no" \
46bed679
L
953 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
954 {{readelf {-n} property-5.r}} \
955 "property-5.so" \
956 ] \
957 [list \
958 "Build property-6.so" \
959 "-shared" \
6c0d3bde 960 "-fPIC -Wa,-mx86-used-note=no" \
46bed679
L
961 {property-6a.c property-6c.S} \
962 {{readelf {-n} property-6.r}} \
963 "property-6.so" \
964 ] \
965 [list \
966 "Build property-6.o" \
967 "-r -nostdlib" \
6c0d3bde 968 "-Wa,-mx86-used-note=yes" \
46bed679 969 {property-6b.c property-stack.S} \
6c0d3bde 970 {{readelf {-n} property-2a.r}} \
46bed679
L
971 "property-6.o" \
972 ] \
973 [list \
974 "Build property-6" \
975 "-Wl,--as-needed tmpdir/property-6.o tmpdir/property-6.so" \
6c0d3bde 976 "-Wa,-mx86-used-note=no" \
46bed679 977 { dummy.s } \
46bed679
L
978 {{readelf {-n} property-2.r}} \
979 "property-6" \
980 ] \
981 [list \
982 "Build property 7a (.o)" \
983 "-r -nostdlib" \
6c0d3bde 984 "-Wa,-mx86-used-note=yes" \
46bed679 985 {property-unsorted-1.S} \
6c0d3bde 986 {{readelf {-n} property-7a.r}} \
46bed679
L
987 "property-7a.o" \
988 ] \
989 [list \
990 "Build property 7b (.o)" \
991 "-r -nostdlib" \
6c0d3bde 992 "-Wa,-mx86-used-note=yes" \
46bed679 993 {property-unsorted-2.S} \
6c0d3bde 994 {{readelf {-n} property-7a.r}} \
46bed679
L
995 "property-7b.o" \
996 ] \
4a7a7923
L
997 ]
998
982c6f26 999 run_ld_link_exec_tests [list \
4a7a7923
L
1000 [list \
1001 "Run plt-main" \
1002 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1003 tmpdir/plt-main4.o tmpdir/libplt-lib.so" \
6c0d3bde 1004 "-Wa,-mx86-used-note=yes" \
4a7a7923
L
1005 { plt-main5.c } \
1006 "plt-main" \
1007 "plt-main.out" \
1008 ] \
1009 [list \
1010 "Run plt-main with PIE" \
1011 "tmpdir/plt-main1.o tmpdir/plt-main2.o tmpdir/plt-main3.o \
1012 tmpdir/plt-main4.o tmpdir/libplt-lib.so -pie" \
6c0d3bde 1013 "-Wa,-mx86-used-note=yes" \
4a7a7923
L
1014 { plt-main5.c } \
1015 "plt-main-pie" \
1016 "plt-main.out" \
1017 "-fPIC" \
1018 ] \
d5597ebc
L
1019 [list \
1020 "Run copyreloc-main with PIE and GOTOFF" \
e9237227 1021 "-Wl,--as-needed tmpdir/copyreloc-main.o tmpdir/copyreloc-lib.so -pie" \
6c0d3bde 1022 "-Wa,-mx86-used-note=yes" \
46175b4e 1023 { dummy.s } \
d5597ebc
L
1024 "copyreloc-main" \
1025 "copyreloc-main.out" \
1026 ] \
1027 [list \
1028 "Run pr17689 with PIE and GOTOFF" \
1029 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie" \
6c0d3bde 1030 "-Wa,-mx86-used-note=yes" \
d5597ebc
L
1031 { dummy.c } \
1032 "pr17689" \
1033 "pr17689.out" \
1034 ] \
25070364
L
1035 [list \
1036 "Run pr17689 with PIE, -z now and GOTOFF" \
1037 "tmpdir/pr17689b.o tmpdir/pr17689.so -pie -z now" \
6c0d3bde 1038 "-Wa,-mx86-used-note=yes" \
25070364
L
1039 { dummy.c } \
1040 "pr17689now" \
1041 "pr17689.out" \
1042 ] \
d5597ebc
L
1043 [list \
1044 "Run pr17689ver with PIE and GOTOFF" \
1045 "tmpdir/pr17689b.o tmpdir/pr17689ver.so -pie" \
6c0d3bde 1046 "-Wa,-mx86-used-note=yes" \
d5597ebc
L
1047 { dummy.c } \
1048 "pr17689ver" \
1049 "pr17689.out" \
1050 ] \
04ebc307
L
1051 [list \
1052 "Run pr18900" \
23a4bd22 1053 "tmpdir/pr18900.o tmpdir/pr18900.so" \
6c0d3bde 1054 "-Wa,-mx86-used-note=yes" \
23a4bd22 1055 { dummy.s } \
04ebc307
L
1056 "pr18900" \
1057 "pr18900.out" \
1058 ] \
4b627c18
L
1059 [list \
1060 "Run pr19031" \
329b5ba1 1061 "$NOPIE_LDFLAGS tmpdir/pr19031.so" \
6c0d3bde 1062 "-Wa,-mx86-used-note=yes" \
4b627c18
L
1063 { pr19031b.S pr19031c.c } \
1064 "pr19031" \
1065 "pr19031.out" \
329b5ba1 1066 "$NOPIE_CFLAGS" \
4b627c18 1067 ] \
02a86693
L
1068 [list \
1069 "Run got1" \
9d1c54ed 1070 "$NOPIE_LDFLAGS tmpdir/got1d.so" \
6c0d3bde 1071 "-Wa,-mx86-used-note=yes" \
02a86693
L
1072 { got1a.S got1b.c got1c.c } \
1073 "got1" \
1074 "got1.out" \
1075 ] \
46bed679
L
1076 [list \
1077 "Run property 1" \
1078 "" \
6c0d3bde 1079 "-Wa,-mx86-used-note=yes" \
46bed679
L
1080 {pass.c property-no-copy.S} \
1081 "property-1" "pass.out" \
1082 ] \
1083 [list \
1084 "Run property 1 (PIE)" \
1085 "-pie" \
6c0d3bde 1086 "-Wa,-mx86-used-note=yes" \
46bed679
L
1087 {pass.c property-no-copy.S} \
1088 "property-1-pie" "pass.out" "-fPIE" \
1089 ] \
1090 [list \
1091 "Run property 1 (static)" \
1092 "-static" \
6c0d3bde 1093 "-Wa,-mx86-used-note=yes" \
46bed679
L
1094 {pass.c property-no-copy.S} \
1095 "property-1-static" "pass.out" \
1096 ] \
1097 [list \
1098 "Run property 2" \
1099 "" \
6c0d3bde 1100 "-Wa,-mx86-used-note=yes" \
46bed679
L
1101 {pass.c property-stack.S} \
1102 "property-2" "pass.out" \
1103 ] \
1104 [list \
1105 "Run property 2 (PIE)" \
1106 "-pie" \
6c0d3bde 1107 "-Wa,-mx86-used-note=yes" \
46bed679
L
1108 {pass.c property-stack.S} \
1109 "property-2-pie" "pass.out" "-fPIE" \
1110 ] \
1111 [list \
1112 "Run property 2 (static)" \
1113 "-static" \
6c0d3bde 1114 "-Wa,-mx86-used-note=yes" \
46bed679
L
1115 {pass.c property-stack.S} \
1116 "property-3-static" "pass.out" \
1117 ] \
1118 [list \
1119 "Run property 3" \
1120 "" \
6c0d3bde 1121 "-Wa,-mx86-used-note=yes" \
46bed679
L
1122 {pass.c property-stack.S property-x86-1.S} \
1123 "property-3" "pass.out" \
1124 ] \
1125 [list \
1126 "Run property 3 (PIE)" \
1127 "-pie" \
6c0d3bde 1128 "-Wa,-mx86-used-note=yes" \
46bed679
L
1129 {pass.c property-x86-1.S property-stack.S} \
1130 "property-3-pie" "pass.out" "-fPIE" \
1131 ] \
1132 [list \
1133 "Run property 3 (static)" \
1134 "-static" \
6c0d3bde 1135 "-Wa,-mx86-used-note=yes" \
46bed679
L
1136 {property-x86-1.S pass.c property-stack.S} \
1137 "property-3-static" "pass.out" \
1138 ] \
1139 [list \
1140 "Run property 4" \
1141 "" \
6c0d3bde 1142 "-Wa,-mx86-used-note=yes" \
46bed679
L
1143 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1144 "property-4" "pass.out" \
1145 ] \
1146 [list \
1147 "Run property 4 (PIE)" \
1148 "-pie" \
6c0d3bde 1149 "-Wa,-mx86-used-note=yes" \
46bed679
L
1150 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1151 "property-4-pie" "pass.out" "-fPIE" \
1152 ] \
1153 [list \
1154 "Run property 4 (static)" \
1155 "-static" \
6c0d3bde 1156 "-Wa,-mx86-used-note=yes" \
46bed679
L
1157 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1158 "property-4-static" "pass.out" \
1159 ] \
1160 [list \
1161 "Run property 5" \
1162 "-Wl,-z,stack-size=0x900000" \
6c0d3bde 1163 "-Wa,-mx86-used-note=yes" \
46bed679
L
1164 {pass.c property-stack.S property-x86-1.S property-x86-2.S} \
1165 "property-5" "pass.out" \
1166 ] \
1167 [list \
1168 "Run property 5 (PIE)" \
1169 "-pie -Wl,-z,stack-size=0x900000" \
6c0d3bde 1170 "-Wa,-mx86-used-note=yes" \
46bed679
L
1171 {pass.c property-x86-2.S property-x86-1.S property-stack.S} \
1172 "property-5-pie" "pass.out" "-fPIE" \
1173 ] \
1174 [list \
1175 "Run property 5 (static)" \
1176 "-static -Wl,-z,stack-size=0x900000" \
6c0d3bde 1177 "-Wa,-mx86-used-note=yes" \
46bed679
L
1178 {property-x86-2.S property-x86-1.S pass.c property-stack.S} \
1179 "property-5-static" "pass.out" \
1180 ] \
4a7a7923 1181 ]
aec6b87e 1182
9d1c54ed
L
1183 undefined_weak "$NOPIE_CFLAGS" "$NOPIE_LDFLAGS"
1184 undefined_weak "-fPIE" "$NOPIE_LDFLAGS"
aec6b87e 1185 undefined_weak "-fPIE" "-pie"
9d1c54ed 1186 undefined_weak "-fPIE" "-z nodynamic-undefined-weak $NOPIE_LDFLAGS"
aec6b87e 1187 undefined_weak "-fPIE" "-pie -z nodynamic-undefined-weak"
4a7a7923 1188}
a3747075 1189
9d1c54ed 1190global NOPIE_CFLAGS NOPIE_LDFLAGS
ee2fdd6f 1191
ca8c86ef
L
1192# Must be native with the C compiler and working IFUNC support,
1193if { [isnative]
1194 && [check_ifunc_available]
1195 && [istarget "i?86-*-*"]
1196 && [which $CC] != 0 } {
1197 run_cc_link_tests [list \
1198 [list \
1199 "Build ifunc-1a.o ifunc-1b.o ifunc-1c.o ifunc-1d.o" \
1200 "" \
6c0d3bde 1201 "-fPIC -O2 -g -Wa,-mx86-used-note=yes" \
ca8c86ef
L
1202 { ifunc-1a.c ifunc-1b.S ifunc-1c.S ifunc-1d.S } \
1203 ] \
2a568401
L
1204 [list \
1205 "Build pr21168a.o" \
1206 "" \
6c0d3bde 1207 "-Wa,-mx86-used-note=yes" \
2a568401
L
1208 { pr21168a.c } \
1209 ] \
1210 [list \
1211 "Build pr21168.so" \
1212 "-shared" \
6c0d3bde 1213 "-Wa,-mx86-used-note=yes" \
2a568401
L
1214 { pr21168b.S } \
1215 "" \
1216 "pr21168.so" \
1217 ] \
ca8c86ef
L
1218 ]
1219
982c6f26 1220 run_ld_link_exec_tests [list \
ca8c86ef
L
1221 [list \
1222 "Run ifunc-1a" \
1223 "tmpdir/ifunc-1a.o tmpdir/ifunc-1b.o \
1224 tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
6c0d3bde 1225 "-Wa,-mx86-used-note=yes" \
ca8c86ef
L
1226 { dummy.c } \
1227 "ifunc-1a" \
1228 "pass.out" \
1229 ] \
1230 [list \
1231 "Run ifunc-1b" \
1232 "--static tmpdir/ifunc-1a.o tmpdir/ifunc-1b.o \
1233 tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
6c0d3bde 1234 "-Wa,-mx86-used-note=yes" \
ca8c86ef
L
1235 { dummy.c } \
1236 "ifunc-1b" \
1237 "pass.out" \
1238 ] \
2a568401
L
1239 [list \
1240 "Run pr21168" \
1241 "tmpdir/pr21168a.o tmpdir/pr21168.so" \
6c0d3bde 1242 "-Wa,-mx86-used-note=yes" \
2a568401
L
1243 { dummy.c } \
1244 "pr21168" \
1245 "pass.out" \
1246 ] \
ca8c86ef 1247 ]
ee2fdd6f
L
1248
1249 if { [istarget "i?86-*-linux*"] } {
1250 run_cc_link_tests [list \
1251 [list \
1252 "Build pr21168.so with -z ibtplt" \
1253 "-shared -Wl,-z,ibtplt" \
6c0d3bde 1254 "-Wa,-mx86-used-note=yes" \
ee2fdd6f
L
1255 { pr21168b.S } \
1256 "" \
1257 "pr21168-ibt.so" \
1258 ] \
1259 [list \
1260 "Build ifunc-1a with -z ibtplt" \
1261 "-Wl,-z,ibtplt $NOPIE_LDFLAGS tmpdir/ifunc-1a.o \
1262 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
6c0d3bde 1263 "-Wa,-mx86-used-note=yes" \
ee2fdd6f
L
1264 { dummy.c } \
1265 {{objdump {-dw} plt-main-ibt.dd}} \
1266 "ifunc-1a-ibt" \
1267 ] \
1268 [list \
1269 "Build ifunc-1a with PIE -z ibtplt" \
1270 "-Wl,-z,ibtplt -pie tmpdir/ifunc-1a.o \
1271 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
6c0d3bde 1272 "-Wa,-mx86-used-note=yes" \
ee2fdd6f
L
1273 { dummy.c } \
1274 {{objdump {-dw} plt-pie-ibt.dd}} \
1275 "ifunc-1a-pie-ibt" \
1276 ] \
1277 ]
1278
1279 run_ld_link_exec_tests [list \
1280 [list \
1281 "Run ifunc-1a with -z ibtplt" \
1282 "-Wl,-z,ibtplt $NOPIE_LDFLAGS tmpdir/ifunc-1a.o \
1283 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
6c0d3bde 1284 "-Wa,-mx86-used-note=yes" \
ee2fdd6f
L
1285 { dummy.c } \
1286 "ifunc-1a-ibt" \
1287 "pass.out" \
1288 ] \
1289 [list \
1290 "Run ifunc-1a with PIE -z ibtplt" \
1291 "-Wl,-z,ibtplt -pie tmpdir/ifunc-1a.o \
1292 tmpdir/ifunc-1b.o tmpdir/ifunc-1c.o tmpdir/ifunc-1d.o" \
6c0d3bde 1293 "-Wa,-mx86-used-note=yes" \
ee2fdd6f
L
1294 { dummy.c } \
1295 "ifunc-1a-pie-ibt" \
1296 "pass.out" \
1297 ] \
1298 [list \
1299 "Run pr21168 with -z ibtplt" \
1300 "tmpdir/pr21168a.o tmpdir/pr21168-ibt.so" \
6c0d3bde 1301 "-Wa,-mx86-used-note=yes" \
ee2fdd6f
L
1302 { dummy.c } \
1303 "pr21168-ibt" \
1304 "pass.out" \
1305 ] \
1306 ]
1307 }
ca8c86ef
L
1308}
1309
00564418
L
1310# Must be native with the C compiler.
1311if { [isnative]
1312 && [istarget "i?86-*-*"]
1313 && [which $CC] != 0 } {
7073b5b9
L
1314 run_cc_link_tests [list \
1315 [list \
1316 "Build pr22001-1.so" \
1317 "-shared" \
6c0d3bde 1318 "-Wa,-mx86-used-note=yes" \
7073b5b9
L
1319 { pr22001-1a.c } \
1320 {} \
1321 "pr22001-1.so" \
1322 ] \
a5b4ee94
L
1323 [list \
1324 "Build pr21997-1.so" \
1325 "-shared" \
6c0d3bde 1326 "-Wa,-mx86-used-note=yes" \
a5b4ee94
L
1327 { property-stack.S property-no-copy.S pr21997-1a.S } \
1328 {} \
1329 "pr21997-1.so" \
1330 ] \
451875b4
L
1331 [list \
1332 "Build pr22842.so" \
1333 "-shared" \
6c0d3bde 1334 "-fPIC -Wa,-mx86-used-note=yes" \
451875b4
L
1335 { pr22842a.c } \
1336 {} \
1337 "pr22842.so" \
1338 ] \
7073b5b9
L
1339 ]
1340
00564418
L
1341 run_ld_link_exec_tests [list \
1342 [list \
1343 "Run weakundef1 without PIE" \
1344 "$NOPIE_LDFLAGS" \
6c0d3bde 1345 "-Wa,-mx86-used-note=yes" \
00564418
L
1346 { weakundef1.c } \
1347 "weakundef1pie" \
1348 "pass.out" \
1349 "$NOPIE_CFLAGS" \
1350 ] \
7073b5b9
L
1351 [list \
1352 "Run pr22001-1" \
1353 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
6c0d3bde 1354 "-Wa,-mx86-used-note=yes" \
7073b5b9
L
1355 { pr22001-1b.c } \
1356 "pr22001-1" \
1357 "pass.out" \
1358 "$NOPIE_CFLAGS" \
1359 ] \
1360 [list \
1361 "Run pr22001-1 (PIE 1)" \
1362 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
6c0d3bde 1363 "-Wa,-mx86-used-note=yes" \
7073b5b9
L
1364 { pr22001-1c.S } \
1365 "pr22001-1-pie-1" \
1366 "pass.out" \
1367 ] \
1368 [list \
1369 "Run pr22001-1 (PIE 2)" \
1370 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
6c0d3bde 1371 "-Wa,-mx86-used-note=yes" \
7073b5b9
L
1372 { pr22001-1c.S } \
1373 "pr22001-1-pie-2" \
1374 "pass.out" \
1375 ] \
1376 [list \
1377 "Run pr22001-1 (PIC 1)" \
1378 "$NOPIE_LDFLAGS -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
6c0d3bde 1379 "-Wa,-mx86-used-note=yes" \
7073b5b9
L
1380 { pr22001-1b.c } \
1381 "pr22001-1-pic-1" \
1382 "pass.out" \
1383 "-fPIC" \
1384 ] \
1385 [list \
1386 "Run pr22001-1 (PIC 2)" \
1387 "-pie -Wl,-z,nocopyreloc,--no-as-needed tmpdir/pr22001-1.so" \
6c0d3bde 1388 "-Wa,-mx86-used-note=yes" \
7073b5b9
L
1389 { pr22001-1b.c } \
1390 "pr22001-1-pic-2" \
1391 "pass.out" \
1392 "-fPIC" \
1393 ] \
a5b4ee94
L
1394 [list \
1395 "Run pr21997-1" \
1396 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
6c0d3bde 1397 "-Wa,-mx86-used-note=yes" \
a5b4ee94
L
1398 { pr21997-1b.c } \
1399 "pr21997-1" \
1400 "pass.out" \
1401 "$NOPIE_CFLAGS" \
1402 ] \
1403 [list \
1404 "Run pr21997-1 (PIC 1)" \
1405 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
6c0d3bde 1406 "-Wa,-mx86-used-note=yes" \
a5b4ee94
L
1407 { pr21997-1b.c } \
1408 "pr21997-1-pic-1" \
1409 "pass.out" \
1410 "-fPIC" \
1411 ] \
1412 [list \
1413 "Run pr21997-1 (PIC 2)" \
1414 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
6c0d3bde 1415 "-Wa,-mx86-used-note=yes" \
a5b4ee94
L
1416 { pr21997-1b.c } \
1417 "pr21997-1-pic-2" \
1418 "pass.out" \
1419 "-fPIC" \
1420 ] \
1421 [list \
1422 "Run pr21997-1 (PIE 1)" \
1423 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/pr21997-1.so" \
6c0d3bde 1424 "-Wa,-mx86-used-note=yes" \
a5b4ee94
L
1425 { pr21997-1c.S } \
1426 "pr21997-1-pie-1" \
1427 "pass.out" \
1428 ] \
1429 [list \
1430 "Run pr21997-1 (PIE 2)" \
1431 "-pie -Wl,--no-as-needed tmpdir/pr21997-1.so" \
6c0d3bde 1432 "-Wa,-mx86-used-note=yes" \
a5b4ee94
L
1433 { pr21997-1c.S } \
1434 "pr21997-1-pie-2" \
1435 "pass.out" \
1436 ] \
451875b4
L
1437 [list \
1438 "Build pr22842" \
1439 "-pie -Wl,--no-as-needed tmpdir/pr22842.so" \
6c0d3bde 1440 "-Wa,-mx86-used-note=yes" \
451875b4
L
1441 { pr22842b.S } \
1442 "pr22842" \
1443 "pass.out" \
1444 ] \
b9519cfe
L
1445 [list \
1446 "Run pr23997" \
1447 "" \
1448 "" \
1449 { ../ld-x86-64/pr23997a.s ../ld-x86-64/pr23997b.c \
1450 ../ld-x86-64/pr23997c.c } \
1451 "pr23997" \
1452 "pass.out" \
1453 ] \
00564418 1454 ]
7073b5b9 1455
25d28c91
L
1456 if { [at_least_gcc_version 5 0] } {
1457 run_ld_link_exec_tests [list \
1458 [list \
1459 "Run weakundef1 with PIE" \
1460 "-pie" \
6c0d3bde 1461 "-Wa,-mx86-used-note=yes" \
25d28c91
L
1462 { weakundef1.c } \
1463 "weakundef1pie" \
1464 "pass.out" \
1465 "-fPIE" \
1466 ] \
1467 ]
1468 }
00564418
L
1469}
1470
a3747075
L
1471if { !([istarget "i?86-*-linux*"]
1472 || [istarget "x86_64-*-linux*"]) } {
6c0d3bde 1473 set ASFLAGS "$saved_ASFLAGS"
a3747075
L
1474 return
1475}
1476
f604c2a2
L
1477run_ld_link_tests [list \
1478 [list \
1479 "basic PLT generation (non-PIC, -z now)" \
760b2893
L
1480 "-z now -melf_i386 --hash-style=sysv \
1481 -z noseparate-code tmpdir/libpltlib.so" \
f604c2a2
L
1482 "" \
1483 "--32" \
1484 {plt2.s} \
1485 {{readelf -SW plt2.rd} {objdump -dwr plt2.dd}} \
1486 "plt2" \
1487 ] \
1488 [list \
1489 "basic PLT generation (PIC, -z now)" \
1490 "-z now -shared -melf_i386 tmpdir/libpltlib.so" \
1491 "" \
6c0d3bde 1492 "--32 -mx86-used-note=yes" \
f604c2a2
L
1493 {plt-pic.s} \
1494 {{objdump -dwr plt-pic2.dd}} \
1495 "plt-pic2.so" \
1496 ] \
abfa390d
L
1497 [list \
1498 "Build pr21626.so" \
1499 "-shared -melf_i386" \
1500 "" \
6c0d3bde 1501 "--32 -mx86-used-note=yes" \
abfa390d
L
1502 {property-x86-3.s} \
1503 "" \
1504 "pr21626.so" \
1505 ] \
1506 [list \
1507 "Build pr21626" \
1508 "-melf_i386 tmpdir/pr21626.so" \
1509 "" \
6c0d3bde 1510 "--32 -mx86-used-note=yes" \
abfa390d
L
1511 {start.s foo.s} \
1512 "" \
1513 "pr21626" \
1514 ] \
f604c2a2
L
1515]
1516
a3747075
L
1517# Linux only tests
1518run_dump_test "pltgot-1"
7c1e8d3e 1519run_dump_test "pltgot-2"
fff53dae 1520run_dump_test "pr20830"
ee2fdd6f
L
1521run_dump_test "ibt-plt-1"
1522run_dump_test "ibt-plt-2a"
1523run_dump_test "ibt-plt-2b"
1524run_dump_test "ibt-plt-2c"
1525run_dump_test "ibt-plt-2d"
1526run_dump_test "ibt-plt-3a"
1527run_dump_test "ibt-plt-3b"
1528run_dump_test "ibt-plt-3c"
1529run_dump_test "ibt-plt-3d"
6c0d3bde
L
1530
1531set ASFLAGS "$saved_ASFLAGS"
This page took 0.902805 seconds and 4 git commands to generate.