]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/elf.exp
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / elf.exp
CommitLineData
782c0ebf 1# Expect script for various ELF tests.
219d1afa 2# Copyright (C) 2002-2018 Free Software Foundation, Inc.
b7b0b729 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
b7b0b729 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
b7b0b729
HPN
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.
b7b0b729 20#
b7b0b729
HPN
21
22# Exclude non-ELF targets.
23
43f9d75b 24if ![is_elf_format] {
b7b0b729
HPN
25 return
26}
27
e4970690 28set old_ldflags $LDFLAGS
9f264ea9
AM
29if { [istarget spu*-*-*] } {
30 set LDFLAGS "$LDFLAGS --local-store 0:0"
31}
dd803a24
AM
32
33# hpux .comm differs from everyone else
34set hpux ""
35set old_asflags $ASFLAGS
36if [istarget "*-*-hpux*"] {
37 set hpux "--defsym HPUX=1"
38 set ASFLAGS "$ASFLAGS --defsym HPUX=1"
39}
40
991cda6c
RH
41if { [istarget alpha*-*-* ] } {
42 # The compress1 test is written expecting 32-bit addresses; force the
43 # executable down into the low address space to match.
44 # ??? How can we adjust just the one testcase?
45 set LDFLAGS "$LDFLAGS -Ttext-segment 0x1000000"
46}
9f264ea9 47
7cf492ee
RM
48if { [istarget "*-*-nacl*"] } {
49 # The eh[1-4] cases are written to expect ELFCLASS64 layout on x86-64.
50 # But the target default is ELFCLASS32. So the cases explicitly use
51 # -melf_x86_64 to select that, but NaCl needs a different emulation name.
52 set options_regsub(ld) {-melf_x86_64 -melf_x86_64_nacl}
53}
54
5cc51864
L
55if { [istarget "*-*-solaris*"] } {
56 # Same for Solaris
57 set options_regsub(ld) {-melf_x86_64 -melf_x86_64_sol2}
58}
59
7f6a71ff
JM
60if { [is_remote host] } then {
61 remote_download host merge.ld
62}
63
b77db948
NC
64# Note - the output file from the second test (symbol3w.a) is
65# used in the proc is_elf64 test below...
dd803a24
AM
66run_ld_link_tests [list \
67 [list "Build symbol3.a" \
68 "" "" $hpux \
69 {symbol3.s} {} "symbol3.a" ] \
70 [list "Build symbol3w.a" \
71 "" "" "" \
72 {symbol3w.s} {} "symbol3w.a" ] \
73]
74
b77db948 75
b77db948
NC
76if [is_elf64 tmpdir/symbol3w.a] {
77 set ASFLAGS "$ASFLAGS --defsym ALIGN=3"
78} else {
79 set ASFLAGS "$ASFLAGS --defsym ALIGN=2"
80}
81
82
83
46b06a98 84# Targets that use _bfd_generic_link_add_symbols won't pass pr21703 tests
506981af
RL
85run_ld_link_tests {
86 {"PR ld/21703"
93f4de39 87 "--allow-multiple-definition tmpdir/pr21703-1.o tmpdir/pr21703-2.o" "" "" \
506981af 88 {pr21703-1.s pr21703-2.s} {{readelf {-s} pr21703.sd}} "pr21703" }
506981af 89 {"PR ld/21703 -r"
93f4de39 90 "-r --allow-multiple-definition tmpdir/pr21703-3.o tmpdir/pr21703-4.o" "" "" \
506981af 91 {pr21703-3.s pr21703-4.s} {{readelf {-s} pr21703-r.sd}} "pr21703.o" }
be570f06 92} "d30v-*-*" "dlx-*-*" "pj-*-*" "xgate-*-*"
93f4de39 93
bdd32e03
AM
94if [is_underscore_target] {
95 set ASFLAGS "$ASFLAGS --defsym UNDERSCORE=1"
96}
97
e9d644e8
L
98global ASFLAGS
99set saved_ASFLAGS "$ASFLAGS"
100if { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } {
101 set ASFLAGS "$ASFLAGS -mx86-used-note=no"
102}
103
782c0ebf
AM
104set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
105foreach t $test_list {
106 # We need to strip the ".d", but can leave the dirname.
107 verbose [file rootname $t]
108 run_dump_test [file rootname $t]
109}
24edc24d 110
e9d644e8
L
111set ASFLAGS "$saved_ASFLAGS"
112
5df1bc57
AM
113# Targets using the generic linker backend don't support generating
114# an import library.
115set xfail_implib ""
b62b1f71 116if [is_generic_elf] {
5df1bc57
AM
117 set xfail_implib "*-*-*"
118}
119
76359541 120# Check that the --out-implib option work correctly.
dd803a24
AM
121run_ld_link_tests [list \
122 [list "Generate empty import library" \
123 "--out-implib=tmpdir/implib.lib" "" \
124 [concat "--defsym NO_GLOBAL=1" $hpux] \
125 {implib.s} \
126 {{ld empty-implib.out}} \
127 "implib" ] \
128 [list "Generate import library" \
129 "--out-implib=tmpdir/implib.lib" "" \
130 $hpux \
131 {implib.s} \
132 {{readelf {-s tmpdir/implib.lib} implib.rd}} \
133 "implib" ] \
134] $xfail_implib
76359541 135
78336cd6
AM
136#v850 gas complains about .tbss.var section attributes.
137if { [check_gc_sections_available] && ![istarget "v850-*-*"] } {
430a16a5
NC
138 run_ld_link_tests {
139 {"--gc-sections on tls variable"
897aea50 140 "--gc-section" "" "" {tls_gc.s} {} "tls_gc"}
430a16a5
NC
141 }
142}
143
6b00ac5a 144if { [istarget *-*-*linux*]
b3adb10f 145 || [istarget *-*-nacl*]
9cc420b6 146 || [istarget *-*-gnu*] } {
04c3a755 147 run_ld_link_tests {
897aea50 148 {"stack exec" "-z execstack" "" "" {stack.s}
04c3a755 149 {{readelf {-Wl} stack-exec.rd}} "stack-exec.exe"}
112ba867
FC
150 {"stack noexec" "-z noexecstack" "" "" {stack.s}
151 {{readelf {-Wl} stack-noexec.rd}} "stack-noexec.exe"}
897aea50 152 {"stack size" "-z stack-size=0x123400" "" "" {stack.s}
04c3a755
NS
153 {{readelf {-Wl} stack-size.rd}} "stack-size.exe"}
154 }
155}
156
e4970690 157set LDFLAGS $old_ldflags
dd803a24 158set ASFLAGS $old_asflags
e4970690 159
4ce6ca2c
AM
160# Check to see if the C compiler works
161if { [which $CC] == 0 } {
162 return
163}
164
a130722b
L
165if [check_gc_sections_available] {
166 run_cc_link_tests {
167 {"PR ld/13195" "-Wl,--gc-sections" ""
168 {pr13195.c} {} "pr13195"}
169 }
54e8959c
L
170}
171
24edc24d 172set array_tests {
d9816402
AM
173 {"preinit array" "" ""
174 {preinit.c} "preinit" "preinit.out"}
175 {"init array" "" ""
176 {init.c} "init" "init.out"}
177 {"fini array" "" ""
178 {fini.c} "fini" "fini.out"}
179 {"init array mixed" "" ""
180 {init-mixed.c} "init-mixed" "init-mixed.out" "-I."}
310fd250
L
181}
182set array_tests_pie {
d9816402
AM
183 {"PIE preinit array" "-pie" ""
184 {preinit.c} "preinit" "preinit.out" "-fPIE"}
185 {"PIE init array" "-pie" ""
186 {init.c} "init" "init.out" "-fPIE"}
187 {"PIE fini array" "-pie" ""
188 {fini.c} "fini" "fini.out" "-fPIE"}
189 {"PIE init array mixed" "-pie" ""
190 {init-mixed.c} "init-mixed" "init-mixed.out" "-I. -fPIE"}
191 {"PIE PR ld/14525" "-pie" ""
192 {pr14525.c} "pr14525" "pr14525.out" "-fPIE"}
5940a93c
TS
193}
194set array_tests_static {
d9816402
AM
195 {"static preinit array" "-static" ""
196 {preinit.c} "preinit" "preinit.out"}
197 {"static init array" "-static" ""
198 {init.c} "init" "init.out"}
199 {"static fini array" "-static" ""
200 {fini.c} "fini" "fini.out"}
201 {"static init array mixed" "-static" ""
202 {init-mixed.c} "init-mixed" "init-mixed.out" "-I."}
24edc24d
L
203}
204
c8c140d9 205# NetBSD ELF systems do not currently support the .*_array sections.
982c6f26
AM
206set xfails "*-*-netbsdelf*"
207run_ld_link_exec_tests $array_tests $xfails
310fd250 208
3fee20ef 209if { [istarget *-*-linux*]
5a68afcf 210 || [istarget *-*-nacl*]
3fee20ef 211 || [istarget *-*-gnu*] } {
982c6f26 212 run_ld_link_exec_tests $array_tests_pie $xfails
a91e1603
L
213
214 run_ld_link_exec_tests [list \
215 [list \
216 "Run mbind2a" \
217 "$NOPIE_LDFLAGS -Wl,-z,common-page-size=0x4000" \
218 "" \
219 { mbind2a.s mbind2b.c } \
220 "mbind2a" \
221 "pass.out" \
222 "-O2 -I../bfd" \
223 ] \
224 [list \
225 "Run mbind2b" \
226 "-static -Wl,-z,common-page-size=0x4000" \
227 "" \
228 { mbind2a.s mbind2b.c } \
229 "mbind2b" \
230 "pass.out" \
231 "-O2 -I../bfd" \
232 ] \
233 ]
310fd250
L
234}
235
982c6f26 236# <http://www.gnu.org/software/hurd/open_issues/binutils.html#static>
5940a93c
TS
237# Be cautious to not XFAIL for *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc.
238switch -regexp $target_triplet {
239 ^\[^-\]*-\[^-\]*-gnu.*$ {
982c6f26 240 set xfails "*-*-*"
5940a93c
TS
241 }
242}
982c6f26 243run_ld_link_exec_tests $array_tests_static $xfails
9ab80182 244
02ecc8e9 245catch "exec rm -f tmpdir/preinit tmpdir/init tmpdir/fini tmpdir/init-mixed" status