2007-05-15 H.J. Lu <hongjiu.lu@intel.com>
[external/binutils.git] / ld / testsuite / ld-elf / shared.exp
1 # Expect script for various ELF tests.
2 #   Copyright 2006 Free Software Foundation, Inc.
3 #
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
17 #
18
19 # Exclude non-ELF targets.
20
21 if ![is_elf_format] {
22     return
23 }
24
25 # The following tests require running the executable generated by ld.
26 if ![isnative] {
27     return
28 }
29
30 # Check if compiler works
31 if { [which $CC] == 0 } {
32     return
33 }
34
35 set build_tests {
36   {"Build libfoo.so"
37    "-shared" "-fPIC"
38    {foo.c} {} "libfoo.so"}
39   {"Build versioned libfoo.so"
40    "-shared -Wl,--version-script=foo.map" "-fPIC"
41    {foo.c} {} "libfoov.so"}
42   {"Build libbar.so"
43    "-shared" "-fPIC"
44    {begin.c end.c} {} "libbar.so"}
45   {"Build warn libbar.so"
46    "-shared" "-fPIC"
47    {beginwarn.c end.c} {} "libbarw.so"}
48   {"Build hidden libbar.so"
49    "-shared" "-fPIC"
50    {begin.c endhidden.c} {} "libbarh.so"}
51   {"Build protected libbar.so"
52    "-shared" "-fPIC"
53    {begin.c endprotected.c} {} "libbarp.so"}
54   {"Build libbar.so with libfoo.so"
55    "-shared tmpdir/begin.o tmpdir/libfoo.so" "-fPIC"
56    {end.c} {} "libbarfoo.so"}
57   {"Build libar.so with versioned libfoo.so"
58    "-shared tmpdir/begin.o tmpdir/libfoov.so" "-fPIC"
59    {end.c} {} "libbarfoov.so"}
60   {"Build hidden libbar.so with libfoo.so"
61    "-shared tmpdir/begin.o tmpdir/libfoo.so" "-fPIC"
62    {endhidden.c} {} "libbarhfoo.so"}
63   {"Build hidden libar.so with versioned libfoo.so"
64    "-shared tmpdir/begin.o tmpdir/libfoov.so" "-fPIC"
65    {endhidden.c} {} "libbarhfoov.so"}
66   {"Build protected libbar.so with libfoo.so"
67    "-shared tmpdir/begin.o tmpdir/libfoo.so" "-fPIC"
68    {endprotected.c} {} "libbarpfoo.so"}
69   {"Build protected libbar.so with versioned libfoo.so"
70    "-shared tmpdir/begin.o tmpdir/libfoov.so" "-fPIC"
71    {endprotected.c} {} "libbarpfoov.so"}
72   {"Build libdl1.so"
73    "-shared" "-fPIC"
74    {dl1.c} {} "libdl1.so"}
75   {"Build libdl2a.so with --dynamic-list=dl2.list"
76    "-shared -Wl,--dynamic-list=dl2.list" "-fPIC"
77    {dl2.c dl2xxx.c} {} "libdl2a.so"}
78   {"Build libdl2a.so with --dynamic-list=dl2a.list"
79    "-shared -Wl,--dynamic-list=dl2a.list" "-fPIC"
80    {dl2.c dl2xxx.c} {} "libdl2a.so"}
81   {"Build libdl2a.so with --dynamic-list-data"
82    "-shared -Wl,--dynamic-list-data" "-fPIC"
83    {dl2.c dl2xxx.c} {} "libdl2a.so"}
84   {"Build libdl2b.so with --dynamic-list=dl2.list and dl2xxx.list"
85    "-shared -Wl,--dynamic-list=dl2.list,--dynamic-list=dl2xxx.list" "-fPIC"
86    {dl2.c dl2xxx.c} {} "libdl2b.so"}
87   {"Build libdl2c.so with --dynamic-list-data and dl2xxx.list"
88    "-shared -Wl,--dynamic-list-data,--dynamic-list=dl2xxx.list" "-fPIC"
89    {dl2.c dl2xxx.c} {} "libdl2c.so"}
90   {"Build libdl4a.so with --dynamic-list=dl4.list"
91    "-shared -Wl,--dynamic-list=dl4.list" "-fPIC"
92    {dl4.c dl4xxx.c} {} "libdl4a.so"}
93   {"Build libdl4b.so with --dynamic-list-data"
94    "-shared -Wl,--dynamic-list-data" "-fPIC"
95    {dl4.c dl4xxx.c} {} "libdl4b.so"}
96   {"Build libdl4c.so with --dynamic-list=dl4.list and dl4xxx.list"
97    "-shared -Wl,--dynamic-list=dl4.list,--dynamic-list=dl4xxx.list" "-fPIC"
98    {dl4.c dl4xxx.c} {} "libdl4c.so"}
99   {"Build libdl4d.so with --dynamic-list-data and dl4xxx.list"
100    "-shared -Wl,--dynamic-list-data,--dynamic-list=dl4xxx.list" "-fPIC"
101    {dl4.c dl4xxx.c} {} "libdl4d.so"}
102   {"Build libdl4e.so with -Bsymbolic-functions --dynamic-list-cpp-new"
103    "-shared -Wl,-Bsymbolic-functions,--dynamic-list-cpp-new" "-fPIC"
104    {dl4.c dl4xxx.c} {} "libdl4e.so"}
105   {"Build libdl4f.so with --dynamic-list-cpp-new -Bsymbolic-functions"
106    "-shared -Wl,--dynamic-list-cpp-new,-Bsymbolic-functions" "-fPIC"
107    {dl4.c dl4xxx.c} {} "libdl4f.so"}
108   {"Build libdl6a.so"
109    "-shared" "-fPIC"
110    {dl6.c} {} "libdl6a.so"}
111   {"Build libdl6b.so with -Bsymbolic --dynamic-list-data"
112    "-shared -Wl,-Bsymbolic,--dynamic-list-data" "-fPIC"
113    {dl6.c} {} "libdl6b.so"}
114   {"Build libdl6c.so with -Bsymbolic"
115    "-shared -Wl,-Bsymbolic" "-fPIC"
116    {dl6.c} {} "libdl6c.so"}
117   {"Build libdl6d.so with --dynamic-list-data -Bsymbolic"
118    "-shared -Wl,--dynamic-list-data,-Bsymbolic" "-fPIC"
119    {dl6.c} {} "libdl6d.so"}
120   {"Build libdata1.so"
121    "-shared" "-fPIC"
122    {data1.c} {} "libdata1.so"}
123 }
124
125 set run_tests {
126     {"Run normal with libfoo.so"
127      "tmpdir/begin.o tmpdir/libfoo.so tmpdir/end.o" ""
128      {main.c} "normal" "normal.out"}
129     {"Run protected with libfoo.so"
130      "tmpdir/begin.o tmpdir/libfoo.so tmpdir/endprotected.o" ""
131      {main.c} "protected" "normal.out"}
132     {"Run hidden with libfoo.so"
133      "tmpdir/begin.o tmpdir/libfoo.so tmpdir/endhidden.o" ""
134      {main.c} "hidden" "hidden.out"}
135     {"Run normal with versioned libfoo.so"
136      "tmpdir/begin.o tmpdir/libfoov.so tmpdir/end.o" ""
137      {main.c} "normalv" "normal.out"}
138     {"Run warn with versioned libfoo.so"
139      "tmpdir/beginwarn.o tmpdir/libfoov.so" ""
140      {main.c} "warn" "warn.out"
141      "" "" "^.*\\\): warning: function foo is deprecated$"}
142     {"Run protected with versioned libfoo.so"
143      "tmpdir/begin.o tmpdir/libfoov.so tmpdir/endprotected.o" ""
144      {main.c} "protected" "normal.out"}
145     {"Run hidden with versioned libfoo.so"
146      "tmpdir/begin.o tmpdir/libfoov.so tmpdir/endhidden.o" ""
147      {main.c} "hiddenv" "hidden.out"}
148     {"Run normal libbar.so with libfoo.so"
149      "tmpdir/libbarfoo.so tmpdir/libfoo.so" ""
150      {main.c} "normal" "normal.out"}
151     {"Run protected libbar.so with libfoo.so"
152      "tmpdir/libbarpfoo.so tmpdir/libfoo.so" ""
153      {main.c} "protected" "normal.out"}
154     {"Run hidden libbar.so with libfoo.so"
155      "tmpdir/libbarhfoo.so tmpdir/libfoo.so" ""
156      {main.c} "hidden" "hidden.out"}
157     {"Run normal libbar.so with versioned libfoo.so"
158      "tmpdir/libbarfoov.so tmpdir/libfoov.so" ""
159      {main.c} "normal" "normal.out"}
160     {"Run protected libbar.so with versioned libfoo.so"
161      "tmpdir/libbarpfoov.so tmpdir/libfoov.so" ""
162      {main.c} "protected" "normal.out"}
163     {"Run hidden libbar.so with versioned libfoo.so"
164      "tmpdir/libbarhfoov.so tmpdir/libfoov.so" ""
165      {main.c} "hidden" "hidden.out"}
166     {"Run dl1a with --dynamic-list=dl1.list and dlopen on libdl1.so"
167      "--dynamic-list=dl1.list -ldl" ""
168      {dl1main.c} "dl1a" "dl1.out"}
169     {"Run dl1b with --dynamic-list-data and dlopen on libdl1.so"
170      "--dynamic-list-data -ldl" ""
171      {dl1main.c} "dl1b" "dl1.out"}
172     {"Run with libdl2a.so"
173      "tmpdir/libdl2a.so" ""
174      {dl2main.c} "dl2a" "dl2a.out"}
175     {"Run with libdl2b.so"
176      "tmpdir/libdl2b.so" ""
177      {dl2main.c} "dl2b" "dl2b.out"}
178     {"Run with libdl2c.so"
179      "tmpdir/libdl2c.so" ""
180      {dl2main.c} "dl2c" "dl2b.out"}
181     {"Run with libdl4a.so"
182      "tmpdir/libdl4a.so" ""
183      {dl4main.c} "dl4a" "dl4a.out"}
184     {"Run with libdl4b.so"
185      "tmpdir/libdl4b.so" ""
186      {dl4main.c} "dl4b" "dl4a.out"}
187     {"Run with libdl4c.so"
188      "tmpdir/libdl4c.so" ""
189      {dl4main.c} "dl4c" "dl4b.out"}
190     {"Run with libdl4d.so"
191      "tmpdir/libdl4d.so" ""
192      {dl4main.c} "dl4d" "dl4b.out"}
193     {"Run with libdl4e.so"
194      "tmpdir/libdl4e.so" ""
195      {dl4main.c} "dl4e" "dl4a.out"}
196     {"Run with libdl4f.so"
197      "tmpdir/libdl4f.so" ""
198      {dl4main.c} "dl4f" "dl4a.out"}
199     {"Run dl6a1 with --dynamic-list-data and dlopen on libdl6a.so"
200      "--dynamic-list-data -ldl" ""
201      {dl6amain.c} "dl6a1" "dl6a.out"}
202     {"Run dl6a2 with -Bsymbolic-functions and dlopen on libdl6a.so"
203      "-Bsymbolic-functions -ldl" ""
204      {dl6amain.c} "dl6a2" "dl6b.out"}
205     {"Run dl6a3 with -Bsymbolic and dlopen on libdl6a.so"
206      "-Bsymbolic -ldl" ""
207      {dl6amain.c} "dl6a3" "dl6b.out"}
208     {"Run dl6a4 with -Bsymbolic --dynamic-list-data and dlopen on libdl6a.so"
209      "-Bsymbolic --dynamic-list-data -ldl" ""
210      {dl6amain.c} "dl6a4" "dl6a.out"}
211     {"Run dl6a5 with -Bsymbolic-functions --dynamic-list-cpp-new and dlopen on libdl6a.so"
212      "-Bsymbolic-functions --dynamic-list-cpp-new -ldl" ""
213      {dl6amain.c} "dl6a5" "dl6b.out"}
214     {"Run dl6a6 with --dynamic-list-cpp-new -Bsymbolic-functions and dlopen on libdl6a.so"
215      "--dynamic-list-cpp-new -Bsymbolic-functions -ldl" ""
216      {dl6amain.c} "dl6a6" "dl6b.out"}
217     {"Run dl6a7 with --dynamic-list-data -Bsymbolic and dlopen on libdl6a.so"
218      "--dynamic-list-data -Bsymbolic -ldl" ""
219      {dl6amain.c} "dl6a7" "dl6a.out"}
220     {"Run dl6b1 with --dynamic-list-data and dlopen on libdl6b.so"
221      "--dynamic-list-data -ldl" ""
222      {dl6bmain.c} "dl6b1" "dl6a.out"}
223     {"Run dl6b2 with dlopen on libdl6b.so"
224      "-ldl" ""
225      {dl6bmain.c} "dl6b2" "dl6b.out"}
226     {"Run dl6c1 with --dynamic-list-data and dlopen on libdl6c.so"
227      "--dynamic-list-data -ldl" ""
228      {dl6cmain.c} "dl6c1" "dl6b.out"}
229     {"Run dl6d1 with --dynamic-list-data and dlopen on libdl6d.so"
230      "--dynamic-list-data -ldl" ""
231      {dl6dmain.c} "dl6d1" "dl6b.out"}
232     {"Run with libdata1.so"
233      "tmpdir/libdata1.so" ""
234      {dynbss1.c} "dynbss1" "pass.out"}
235 }
236
237 run_cc_link_tests $build_tests
238 # NetBSD ELF systems do not currently support the .*_array sections.
239 run_ld_link_exec_tests [list "*-*-netbsdelf*"] $run_tests
240
241 # Check if compiler works
242 if { [which $CXX] == 0 } {
243     return
244 }
245
246 set build_cxx_tests {
247   {"Build libdl3a.so with --dynamic-list=dl3.list"
248    "-shared -Wl,--dynamic-list=dl3.list" "-fPIC"
249    {dl3.cc} {} "libdl3a.so" "c++"}
250   {"Build libdl3b.so with -Bsymbolic"
251    "-shared -Wl,-Bsymbolic" "-fPIC"
252    {dl3.cc} {} "libdl3b.so" "c++"}
253   {"Build libdl3a.so with --dynamic-list-cpp-typeinfo"
254    "-shared -Wl,--dynamic-list-cpp-typeinfo" "-fPIC"
255    {dl3.cc} {} "libdl3c.so" "c++"}
256   {"Build libdnew1a.so with --Bsymbolic-functions --dynamic-list-cpp-new"
257    "-shared -Wl,-Bsymbolic-functions,--dynamic-list-cpp-new" "-fPIC"
258    {del.cc new.cc} {} "libnew1a.so" "c++"}
259   {"Build libdnew1b.so with --dynamic-list-data --dynamic-list-cpp-new"
260    "-shared -Wl,--dynamic-list-data,--dynamic-list-cpp-new" "-fPIC"
261    {del.cc new.cc} {} "libnew1b.so" "c++"}
262 }
263
264 set run_cxx_tests {
265     {"Run with libdl3a.so"
266      "tmpdir/libdl3a.so" ""
267      {dl3main.cc} "dl3a" "dl3a.out" "" "c++"}
268     {"Run with libdl3b.so"
269      "tmpdir/libdl3b.so" ""
270      {dl3main.cc} "dl3b" "dl3b.out" "" "c++"}
271     {"Run with libdl3c.so"
272      "tmpdir/libdl3c.so" ""
273      {dl3main.cc} "dl3c" "dl3a.out" "" "c++"}
274     {"Run with libnew1a.so"
275      "tmpdir/libnew1a.so" ""
276      {dl5.cc} "dl5a" "dl5.out" "" "c++"}
277     {"Run with libnew1b.so"
278      "tmpdir/libnew1b.so" ""
279      {dl5.cc} "dl5b" "dl5.out" "" "c++"}
280 }
281
282 run_cc_link_tests $build_cxx_tests
283 run_ld_link_exec_tests [] $run_cxx_tests