Run --gc-sections tests only if supported.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / binutils.exp
CommitLineData
24718e3b 1# Expect script for binutils tests
5940a93c 2# Copyright 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
24718e3b 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
24718e3b 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
24718e3b 9# (at your option) any later version.
f96b4a7b 10#
24718e3b
L
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.
f96b4a7b 15#
24718e3b
L
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.
24718e3b
L
20#
21# Written by H.J. Lu (hongjiu.lu@intel.com)
22#
23
24# Make sure that binutils can correctly handle ld output in ELF.
25
5940a93c
TS
26if { ![istarget *-*-linux*]
27 && ![istarget *-*-gnu*]} {
24718e3b
L
28 return
29}
30
1224efb8
L
31if { [istarget *-*-linux*aout*]
32 || [istarget *-*-linux*oldld*] } {
33 return
34}
35
36proc binutils_test { prog_name ld_options test } {
24718e3b
L
37 global as
38 global ld
39 global READELF
1224efb8 40 global objcopy
24718e3b
L
41 global strip
42 global srcdir
43 global subdir
1224efb8
L
44 global link_output
45
46 eval set prog \$$prog_name
47 set test_name "$prog_name $ld_options ($test)"
24718e3b
L
48
49 if { ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o ] } {
1224efb8 50 unresolved "$test_name"
24718e3b
L
51 return
52 }
53
54 if { ![ld_simple_link $ld tmpdir/$test "$ld_options tmpdir/$test.o"] } {
1224efb8 55 if { [string match "*not supported*" $link_output]
3b80b9ce
L
56 || [string match "*unrecognized option*" $link_output]
57 || [string match "*-z relro ignored*" $link_output] } {
1224efb8
L
58 unsupported "$ld_options is not supported by this target"
59 } else {
60 unresolved "$test_name"
61 }
24718e3b
L
62 return
63 }
64
65 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.exp\n"
7f6a71ff
JM
66 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
67 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
24718e3b 68 send_log "$got\n"
1224efb8 69 unresolved "$test_name"
24718e3b
L
70 return
71 }
72
1224efb8 73 send_log "$prog tmpdir/$test\n"
7f6a71ff
JM
74 set got [remote_exec host "$prog tmpdir/$test"]
75 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
24718e3b 76 send_log "$got\n"
1224efb8 77 fail "$test_name"
24718e3b
L
78 return
79 }
80
81 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.out\n"
7f6a71ff
JM
82 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.out"]
83 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]] } then {
24718e3b 84 send_log "$got\n"
1224efb8 85 unresolved "$test_name"
24718e3b
L
86 return
87 }
88
89 if { [catch {exec cmp tmpdir/$test.exp tmpdir/$test.out}] } then {
90 send_log "tmpdir/$test.exp tmpdir/$test.out differ.\n"
1224efb8 91 fail "$test_name"
24718e3b
L
92 return
93 }
94
1224efb8 95 pass "$test_name"
24718e3b
L
96}
97
1224efb8
L
98binutils_test strip "-z max-page-size=0x200000" maxpage1
99binutils_test strip "-z max-page-size=0x200000 -z common-page-size=0x100000" maxpage1
100binutils_test strip "-z max-page-size=0x100000" maxpage1
101binutils_test strip "-z max-page-size=0x100000 -z common-page-size=0x1000" maxpage1
102
103binutils_test strip "" maxpage1
104binutils_test strip "-shared" maxpage1
105binutils_test objcopy "" maxpage1
106binutils_test objcopy "-shared" maxpage1
107
f33cfcaa
L
108binutils_test strip "-z relro" relro1
109binutils_test strip "-z relro -shared" relro1
110binutils_test objcopy "-z relro" relro1
111binutils_test objcopy "-z relro -shared" relro1
112if { ([istarget "i?86-*-elf*"]
99753d9d
AM
113 || (([istarget "i?86-*-linux*"]
114 || [istarget "i?86-*-gnu*"])
b10a8ae0
L
115 && ![istarget "*-*-*aout*"]
116 && ![istarget "*-*-*oldld*"])
117 || [istarget "x86_64-*-linux*"]
118 || [istarget "amd64-*-linux*"]) } {
119 binutils_test strip "-z relro -shared" relro2
120 binutils_test objcopy "-z relro -shared" relro2
121}
c9df6640 122
b26238c0
AM
123binutils_test strip "-T ${srcdir}/${subdir}/lma.lnk" lma
124
3bd61671 125set tls_tests { "tdata1" "tdata2" }
de5c4ae2
AM
126# hppa64 has its own .tbss section, with different flags.
127if { ![istarget "hppa64-*-*"] } {
3bd61671 128 lappend tls_tests "tdata3" "tbss1" "tbss2" "tbss3"
de5c4ae2 129}
67e9eb74
AM
130set tls_opts {
131 ""
132 "-z relro"
133 "-shared"
134 "-shared -z relro"
135 "-z max-page-size=0x100000"
136 "-z max-page-size=0x100000 -z common-page-size=0x1000"
de5c4ae2 137}
b10a8ae0 138
67e9eb74
AM
139foreach testitem $tls_tests {
140 foreach testopt $tls_opts {
f33cfcaa 141 binutils_test objcopy $testopt $testitem
67e9eb74
AM
142 }
143}
This page took 0.232927 seconds and 4 git commands to generate.