MIPS/LD/testsuite: Adjust match patterns for special section indexes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / shared.exp
CommitLineData
d2dee3b2 1# Expect script for various ELF tests.
219d1afa 2# Copyright (C) 2006-2018 Free Software Foundation, Inc.
d2dee3b2 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
d2dee3b2 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
d2dee3b2
L
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.
d2dee3b2
L
20#
21
22# Exclude non-ELF targets.
23
24if ![is_elf_format] {
25 return
26}
27
47523653
AM
28# Skip targets where -shared is not supported
29
30if ![check_shared_lib_support] {
31 return
32}
33
6b737370
L
34# Add $NOPIE_CFLAGS and $NOPIE_LDFLAGS if non-PIE is required.
35global NOPIE_CFLAGS NOPIE_LDFLAGS
36
66824765
AM
37set old_ASFLAGS $ASFLAGS
38
81ff47b3
MR
39# This target requires extra GAS options when building code for shared
40# libraries.
41set AFLAGS_PIC ""
42if [istarget "tic6x-*-*"] {
43 append AFLAGS_PIC " -mpic -mpid=near"
44}
185cdb8c
EB
45if [istarget "sparc*-*-*"] {
46 append AFLAGS_PIC " -K PIC"
47}
48
81ff47b3
MR
49# This target requires a non-default emulation for successful shared
50# library/executable builds.
51set LFLAGS ""
52if [istarget "tic6x-*-*"] {
53 append LFLAGS " -melf32_tic6x_le"
54}
55
08f650e6
L
56if [is_underscore_target] {
57 set ASFLAGS "$ASFLAGS --defsym UNDERSCORE=1"
58}
59
60run_ld_link_tests [list \
61 [list \
62 "Build pr22471a.so" \
63 "$LFLAGS -shared" \
64 "" \
65 "$AFLAGS_PIC" \
66 {pr22471a.s} \
67 {} \
68 "pr22471a.so" \
69 ] \
70 [list \
71 "Build pr22471b.so" \
72 "$LFLAGS -shared --version-script pr22471.t" \
73 "tmpdir/pr22471a.so" \
74 "$AFLAGS_PIC" \
75 {pr22471a.s} \
76 {} \
77 "pr22471b.so" \
78 ] \
79 [list \
80 "Build pr22471" \
81 "$LFLAGS -rpath-link ." \
82 "tmpdir/pr22471b.so" \
83 "" \
84 {pr22471b.s} \
85 {} \
86 "pr22471" \
87 ] \
d664fd41
L
88 [list \
89 "Build pr22649-1.so" \
90 "$LFLAGS -shared" \
91 "" \
92 "$AFLAGS_PIC" \
93 {pr22649-1.s} \
94 {} \
95 "pr22649-1.so" \
96 ] \
08f650e6
L
97]
98
87e79a65
AM
99if { [check_gc_sections_available] } {
100 run_ld_link_tests [list \
101 [list \
102 "Build pr22649-2a.so" \
103 "$LFLAGS -shared -gc-sections -print-gc-sections" \
104 "" \
105 "$AFLAGS_PIC" \
106 {pr22649-2a.s} \
107 {{ld pr22649.msg}} \
108 "pr22649-2a.so" \
109 ] \
110 [list \
111 "Build pr22649-2b.so" \
112 "$LFLAGS -shared -gc-sections -print-gc-sections" \
113 "tmpdir/pr22649-1.so" \
114 "$AFLAGS_PIC" \
115 {pr22649-2a.s} \
116 {{ld pr22649.msg}} \
117 "pr22649-2b.so" \
118 ] \
119 [list \
120 "Build pr22649-2c.so" \
121 "$LFLAGS -shared -gc-sections -print-gc-sections" \
122 "" \
123 "$AFLAGS_PIC" \
124 {pr22649-2b.s} \
125 {} \
126 "pr22649-2b.so" \
127 ] \
128 [list \
129 "Build pr22649-2d.so" \
130 "$LFLAGS -shared -gc-sections -print-gc-sections" \
131 "tmpdir/pr22649-1.so" \
132 "$AFLAGS_PIC" \
133 {pr22649-2b.s} \
134 {} \
135 "pr22649-2b.so" \
136 ] \
137 ]
138}
139
63c1f59d
AM
140run_ld_link_tests [list \
141 [list \
142 "DT_TEXTREL in shared lib" \
143 "$LFLAGS -shared --warn-shared-textrel" \
144 "" \
145 "$AFLAGS_PIC" \
146 {textrel.s} \
147 {{ld textrel.warn} \
148 {readelf {-d --wide} textrel.rd}} \
149 "textrel.so" \
150 ] \
151] "xtensa-*-*"
152
153run_ld_link_tests [list \
154 [list \
155 "DT_TEXTREL map file warning" \
156 "$LFLAGS -shared -M" \
157 "" \
158 "$AFLAGS_PIC" \
159 {textrel.s} \
160 {{ld textrel.map}} \
161 "textrel.so" \
162 ] \
163] "cris*-*-*"
164
81ff47b3
MR
165# PR ld/20828 check for correct dynamic symbol table entries where:
166# - symbols have been defined with a linker script,
167# - the same symbols have been seen in shared library used in the link,
168# - the shared library symbols have been swept in section garbage collection.
169# Verify that the symbols are global rather than local and that a version
170# script adjusts them accordingly.
902e9fc7
MR
171# Also verify that a version definition supplied by an object rather than
172# a version script and forcibly exported is unaffected by section GC.
81ff47b3
MR
173if { [check_gc_sections_available] } {
174 run_ld_link_tests [list \
175 [list \
176 "PR ld/20828 dynamic symbols with section GC\
15a00b13
MR
177 (auxiliary shared library)" \
178 "$LFLAGS -shared --gc-sections -T pr20828.ld" "" "$AFLAGS_PIC" \
179 {pr20828.s} \
180 {{readelf --dyn-syms pr20828-a.sd} \
181 {readelf --dyn-syms pr20828-b.sd}} \
182 "libpr20828.so"] \
81ff47b3
MR
183 [list \
184 "PR ld/20828 dynamic symbols with section GC (plain)" \
15a00b13
MR
185 "$LFLAGS -shared --gc-sections -T pr20828.ld" \
186 "tmpdir/libpr20828.so" "$AFLAGS_PIC" \
187 {pr20828.s} \
188 {{readelf --dyn-syms pr20828-a.sd} \
189 {readelf --dyn-syms pr20828-b.sd}} \
190 "pr20828-1.so"] \
81ff47b3
MR
191 [list \
192 "PR ld/20828 dynamic symbols with section GC (version script)" \
15a00b13
MR
193 "$LFLAGS -shared --gc-sections -T pr20828.ld\
194 --version-script=pr20828.ver" \
195 "tmpdir/libpr20828.so" \
196 "$AFLAGS_PIC" \
197 {pr20828.s} \
198 {{readelf --dyn-syms pr20828-b.sd} \
199 {readelf --dyn-syms pr20828-c.sd}} \
902e9fc7
MR
200 "pr20828-2.so"] \
201 [list \
202 "PR ld/20828 dynamic symbols with section GC\
203 (versioned shared library)" \
204 "$LFLAGS -shared --gc-sections -T pr20828.ld\
205 --version-script=pr20828-v.ver" \
206 "" "$AFLAGS_PIC" \
207 {pr20828.s} \
208 {{readelf --dyn-syms pr20828-c.sd} \
209 {readelf --dyn-syms pr20828-d.sd} \
210 {readelf --dyn-syms pr20828-e.sd}} \
211 "libpr20828-v.so"] \
212 [list \
213 "PR ld/20828 dynamic symbols with section GC (versioned)" \
214 "$LFLAGS -shared --gc-sections -T pr20828.ld\
215 --version-script=pr20828-v.ver" \
216 "tmpdir/libpr20828-v.so" \
217 "$AFLAGS_PIC" \
218 {pr20828.s} \
219 {{readelf --dyn-syms pr20828-c.sd} \
220 {readelf --dyn-syms pr20828-d.sd} \
221 {readelf --dyn-syms pr20828-e.sd}} \
222 "pr20828-v.so"] \
223 [list \
224 "PR ld/20828 forcibly exported symbol version without section GC" \
3c5fce9b 225 "$LFLAGS --no-dynamic-linker -e foo -E -T pr20828-v.ld" "" "" \
902e9fc7
MR
226 {pr20828-v.s} \
227 {{objdump -p pr20828-v.od}} \
228 "pr20828-v-1"] \
229 [list \
230 "PR ld/20828 forcibly exported symbol version with section GC" \
3c5fce9b 231 "$LFLAGS --no-dynamic-linker -e foo --gc-sections -E -T pr20828-v.ld" "" "" \
902e9fc7
MR
232 {pr20828-v.s} \
233 {{objdump -p pr20828-v.od}} \
234 "pr20828-v-2"]]
81ff47b3 235}
80070c0d
MR
236# PR ld/21233 check for correct dynamic symbol table entries where:
237# - a symbol has been defined in a shared library used in the link,
238# - the symbol has been referenced from a section swept in garbage collection,
239# - the symbol has also been forced to be entered in the output file as an
240# undefined symbol, either with a command-line option or a linker script
241# command.
242# Verify that the undefined symbol is global rather than local.
243if { [check_gc_sections_available] } {
244 run_ld_link_tests [list \
245 [list \
246 "PR ld/21233 dynamic symbols with section GC\
247 (auxiliary shared library)" \
248 "$LFLAGS -shared -T pr21233.ld" "" "$AFLAGS_PIC" \
249 {pr21233-l.s} \
250 {{readelf --dyn-syms pr21233-l.sd}} \
4d5efb85 251 "libpr21233.so"]]
6ca30fa5 252
4d5efb85 253 run_ld_link_tests [list \
80070c0d
MR
254 [list \
255 "PR ld/21233 dynamic symbols with section GC (--undefined)" \
256 "$LFLAGS --gc-sections -e foo --undefined=bar -T pr21233.ld" \
257 "tmpdir/libpr21233.so" "" \
258 {pr21233.s} \
259 {{readelf --dyn-syms pr21233.sd}} \
6ca30fa5
HPN
260 "pr21233-1"]]
261
6ca30fa5 262 run_ld_link_tests [list \
80070c0d
MR
263 [list \
264 "PR ld/21233 dynamic symbols with section GC (--require-defined)" \
265 "$LFLAGS --gc-sections -e foo --require-defined=bar\
266 -T pr21233.ld" \
267 "tmpdir/libpr21233.so" "" \
268 {pr21233.s} \
269 {{readelf --dyn-syms pr21233.sd}} \
6ca30fa5
HPN
270 "pr21233-2"]]
271
6ca30fa5 272 run_ld_link_tests [list \
80070c0d
MR
273 [list \
274 "PR ld/21233 dynamic symbols with section GC (EXTERN)" \
275 "$LFLAGS --gc-sections -e foo -T pr21233-e.ld" \
276 "tmpdir/libpr21233.so" "" \
277 {pr21233.s} \
278 {{readelf --dyn-syms pr21233.sd}} \
6ca30fa5 279 "pr21233-3"]]
80070c0d 280}
81ff47b3 281
be2b629f
L
282if { [check_gc_sections_available] } {
283 run_ld_link_tests [list \
284 [list \
285 "Build pr22150.so" \
286 "$LFLAGS -shared --version-script pr22150.ver" \
287 "" \
288 "$AFLAGS_PIC" \
289 {pr22150a.s} \
290 {} \
291 "pr22150.so" \
292 ] \
293 [list \
294 "Build pr22150" \
295 "$LFLAGS -e _start --gc-sections" \
296 "tmpdir/pr22150.so" \
297 "" \
298 {pr22150b.s} \
299 {{readelf -V pr22150.vd}} \
300 "pr22150" \
301 ] \
302 ]
303}
304
66824765
AM
305set ASFLAGS $old_ASFLAGS
306
dd98f8d2 307# Check to see if the C compiler works
d2dee3b2
L
308if { [which $CC] == 0 } {
309 return
310}
311
fb2c6e43 312# Add -ldl to extralibs if needed
d9816402 313set extralibs ""
fb2c6e43
AT
314if { ![istarget *-*-freebsd*]} {
315 set extralibs "-ldl"
316}
317
d2dee3b2
L
318set build_tests {
319 {"Build libfoo.so"
320 "-shared" "-fPIC"
321 {foo.c} {} "libfoo.so"}
322 {"Build versioned libfoo.so"
323 "-shared -Wl,--version-script=foo.map" "-fPIC"
55255dae 324 {foo.c} {} "libfoov.so"}
d2dee3b2
L
325 {"Build libbar.so"
326 "-shared" "-fPIC"
327 {begin.c end.c} {} "libbar.so"}
fab4a87f
L
328 {"Build warn libbar.so"
329 "-shared" "-fPIC"
2bd7f877
AB
330 {beginwarn.c end.c}
331 {{readelf {-S --wide} libbarw.rd}
3239a423 332 {warning "^.*beginwarn.c:7: warning: function foo is deprecated$"}}
2bd7f877 333 "libbarw.so" "c"}
d2dee3b2
L
334 {"Build hidden libbar.so"
335 "-shared" "-fPIC"
336 {begin.c endhidden.c} {} "libbarh.so"}
337 {"Build protected libbar.so"
338 "-shared" "-fPIC"
339 {begin.c endprotected.c} {} "libbarp.so"}
340 {"Build libbar.so with libfoo.so"
341 "-shared tmpdir/begin.o tmpdir/libfoo.so" "-fPIC"
342 {end.c} {} "libbarfoo.so"}
343 {"Build libar.so with versioned libfoo.so"
344 "-shared tmpdir/begin.o tmpdir/libfoov.so" "-fPIC"
345 {end.c} {} "libbarfoov.so"}
346 {"Build hidden libbar.so with libfoo.so"
347 "-shared tmpdir/begin.o tmpdir/libfoo.so" "-fPIC"
348 {endhidden.c} {} "libbarhfoo.so"}
349 {"Build hidden libar.so with versioned libfoo.so"
350 "-shared tmpdir/begin.o tmpdir/libfoov.so" "-fPIC"
351 {endhidden.c} {} "libbarhfoov.so"}
352 {"Build protected libbar.so with libfoo.so"
353 "-shared tmpdir/begin.o tmpdir/libfoo.so" "-fPIC"
354 {endprotected.c} {} "libbarpfoo.so"}
355 {"Build protected libbar.so with versioned libfoo.so"
356 "-shared tmpdir/begin.o tmpdir/libfoov.so" "-fPIC"
357 {endprotected.c} {} "libbarpfoov.so"}
55255dae
L
358 {"Build libdl1.so"
359 "-shared" "-fPIC"
360 {dl1.c} {} "libdl1.so"}
361 {"Build libdl2a.so with --dynamic-list=dl2.list"
362 "-shared -Wl,--dynamic-list=dl2.list" "-fPIC"
363 {dl2.c dl2xxx.c} {} "libdl2a.so"}
b7b7fe3f
AS
364 {"Build libdl2a.so with --dynamic-list=dl2a.list"
365 "-shared -Wl,--dynamic-list=dl2a.list" "-fPIC"
366 {dl2.c dl2xxx.c} {} "libdl2a.so"}
40b36307
L
367 {"Build libdl2a.so with --dynamic-list-data"
368 "-shared -Wl,--dynamic-list-data" "-fPIC"
369 {dl2.c dl2xxx.c} {} "libdl2a.so"}
55255dae
L
370 {"Build libdl2b.so with --dynamic-list=dl2.list and dl2xxx.list"
371 "-shared -Wl,--dynamic-list=dl2.list,--dynamic-list=dl2xxx.list" "-fPIC"
372 {dl2.c dl2xxx.c} {} "libdl2b.so"}
d8cf8b51 373 {"Build libdl2c.so with --dynamic-list-data and dl2xxx.list"
40b36307 374 "-shared -Wl,--dynamic-list-data,--dynamic-list=dl2xxx.list" "-fPIC"
d8cf8b51 375 {dl2.c dl2xxx.c} {} "libdl2c.so"}
c555238b
L
376 {"Build libdl4a.so with --dynamic-list=dl4.list"
377 "-shared -Wl,--dynamic-list=dl4.list" "-fPIC"
378 {dl4.c dl4xxx.c} {} "libdl4a.so"}
d8cf8b51 379 {"Build libdl4b.so with --dynamic-list-data"
40b36307 380 "-shared -Wl,--dynamic-list-data" "-fPIC"
c555238b 381 {dl4.c dl4xxx.c} {} "libdl4b.so"}
d8cf8b51
L
382 {"Build libdl4c.so with --dynamic-list=dl4.list and dl4xxx.list"
383 "-shared -Wl,--dynamic-list=dl4.list,--dynamic-list=dl4xxx.list" "-fPIC"
384 {dl4.c dl4xxx.c} {} "libdl4c.so"}
385 {"Build libdl4d.so with --dynamic-list-data and dl4xxx.list"
40b36307 386 "-shared -Wl,--dynamic-list-data,--dynamic-list=dl4xxx.list" "-fPIC"
d8cf8b51
L
387 {dl4.c dl4xxx.c} {} "libdl4d.so"}
388 {"Build libdl4e.so with -Bsymbolic-functions --dynamic-list-cpp-new"
389 "-shared -Wl,-Bsymbolic-functions,--dynamic-list-cpp-new" "-fPIC"
390 {dl4.c dl4xxx.c} {} "libdl4e.so"}
391 {"Build libdl4f.so with --dynamic-list-cpp-new -Bsymbolic-functions"
392 "-shared -Wl,--dynamic-list-cpp-new,-Bsymbolic-functions" "-fPIC"
393 {dl4.c dl4xxx.c} {} "libdl4f.so"}
394 {"Build libdl6a.so"
395 "-shared" "-fPIC"
396 {dl6.c} {} "libdl6a.so"}
397 {"Build libdl6b.so with -Bsymbolic --dynamic-list-data"
398 "-shared -Wl,-Bsymbolic,--dynamic-list-data" "-fPIC"
399 {dl6.c} {} "libdl6b.so"}
400 {"Build libdl6c.so with -Bsymbolic"
401 "-shared -Wl,-Bsymbolic" "-fPIC"
402 {dl6.c} {} "libdl6c.so"}
403 {"Build libdl6d.so with --dynamic-list-data -Bsymbolic"
404 "-shared -Wl,--dynamic-list-data,-Bsymbolic" "-fPIC"
405 {dl6.c} {} "libdl6d.so"}
43edfb7f
L
406 {"Build libdata1.so"
407 "-shared" "-fPIC"
408 {data1.c} {} "libdata1.so"}
a47edf27
L
409 {"Build libdata2.so"
410 "-shared" "-fPIC"
411 {data2.c} {} "libdata2.so"}
0a36a439
L
412 {"Build libcomm1.o"
413 "-r -nostdlib" ""
414 {comm1.c} {} "libcomm1.o"}
415 {"Build libfunc1.so"
416 "-shared" "-fPIC"
417 {func1.c} {} "libfunc1.so"}
d8880531
L
418 {"Build libpr9676-1.a"
419 "" "-fPIC"
420 {pr9676-1.c} {} "libpr9676-1.a"}
421 {"Build libpr9676-2.a"
422 "" "-fPIC"
423 {pr9676-2.c} {} "libpr9676-2.a"}
424 {"Build libpr9676-3.so"
425 "-shared" "-fPIC"
426 {pr9676-3.c} {} "libpr9676-3.so"}
427 {"Build libpr9676-4.so"
428 "-shared" "-fPIC"
429 {pr9676-4.c} {} "libpr9676-4.so"}
430 {"Build libpr9676-4a.so"
431 "-shared tmpdir/pr9676-4.o -Ltmpdir -lpr9676-3 -Wl,--start-group -lpr9676-1 -lpr9676-2 -Wl,--end-group"
432 "-fPIC"
433 {dummy.c} {{readelf {-s} pr9676.rd}} "libpr9676-4a.so"}
54ac0771
L
434 {"Build libpr9679.so"
435 "-shared" "-fPIC -O0"
436 {pr9679-1.c pr9679-2.c} {{readelf {-s} pr9679.rd}} "libpr9679.so"}
d023c380
L
437 {"Build libpr11138-1.so"
438 "-shared -Wl,--version-script=pr11138-1.map" "-fPIC"
439 {pr11138-1.c} {} "libpr11138-1.so"}
440 {"Build libpr11138-2.o"
441 "-r -nostdlib" ""
442 {pr11138-2.c} {} "libpr11138-2.o"}
3e0882af
L
443 {"Build pr13250-1.so"
444 "-shared" "-fPIC"
445 {pr13250-1.c} {} "libpr13250-1.so"}
446 {"Build pr13250-2.so with libpr13250-1.so"
5cb49709 447 "-shared -Wl,--no-as-needed tmpdir/libpr13250-1.so" "-fPIC"
3e0882af
L
448 {pr13250-2.c} {} "libpr13250-2.so"}
449 {"Build libpr13250-3.o"
450 "-r -nostdlib" ""
451 {pr13250-3.c} {} "libpr13250-3.o"}
bc9ad2e4
L
452 {"Build libpr14323-2.so"
453 "-shared" "-fPIC"
454 {pr14323-2.c} {} "libpr14323-2.so"}
dda8ddc5
L
455 {"Build pr14862-1.o"
456 "-r -nostdlib" ""
457 {pr14862-1.c} {} "libpr14862-1.o"}
458 {"Build libpr14862.so"
459 "-shared -Wl,--version-script=pr11138-1.map" "-fPIC"
460 {pr14862-2.c} {} "libpr14862.so"}
63406f0a
L
461 {"Build libneeded1b.so"
462 "-shared" "-fPIC"
463 {needed1b.c} {} "libneeded1b.so"}
464 {"Build libneeded1a.so"
2eb64a9f 465 "-shared -Wl,--add-needed,--no-as-needed -Ltmpdir -lneeded1b" "-fPIC"
63406f0a
L
466 {needed1a.c} {} "libneeded1a.so"}
467 {"Build libneeded1c.o"
468 "-r -nostdlib" ""
469 {needed1c.c} {} "libneeded1c.o"}
8fbb09e8
L
470 {"Build libneeded1pic.o"
471 "-r -nostdlib" "-fPIC"
472 {needed1c.c} {} "libneeded1pic.o"}
473 {"Build needed1a.so with --add-needed"
8cfc7cf8 474 "-shared tmpdir/libneeded1pic.o -Wl,--no-as-needed,--add-needed,-rpath=tmpdir,-rpath-link=tmpdir,-z,defs -Ltmpdir -lneeded1a" ""
8fbb09e8
L
475 {dummy.c} {} "needed1a.so"}
476 {"Build needed1b.so with --copy-dt-needed-entries"
8cfc7cf8 477 "-shared tmpdir/libneeded1pic.o -Wl,--no-as-needed,--copy-dt-needed-entries,-rpath=tmpdir,-rpath-link=tmpdir,-z,defs -Ltmpdir -lneeded1a" ""
8fbb09e8
L
478 {dummy.c} {} "needed1b.so"}
479 {"Build needed1a.so with --no-add-needed"
8cfc7cf8 480 "-shared tmpdir/libneeded1pic.o -Wl,--no-as-needed,--no-add-needed -Ltmpdir -lneeded1a" ""
8fbb09e8
L
481 {dummy.c} {} "needed1c.so"}
482 {"Build needed1b.so with --no-copy-dt-needed-entries"
8cfc7cf8 483 "-shared tmpdir/libneeded1pic.o -Wl,--no-as-needed,--no-copy-dt-needed-entries -Ltmpdir -lneeded1a" ""
8fbb09e8 484 {dummy.c} {} "needed1d.so"}
8877b5e5
AM
485 {"Build librel.so"
486 "-shared" "-fPIC"
487 {rel.c} {} "librel.so"}
5e319dd3
L
488 {"Build libneeded2a.so"
489 "-shared" "-fPIC"
490 {needed2a.c} {} "libneeded2a.so"}
491 {"Build libneeded2b.so"
492 "-shared -Wl,--version-script,needed2.ver" "-fPIC"
493 {needed2b.c} {} "libneeded2b.so"}
494 {"Build libneeded2c.o"
495 "-r -nostdlib" ""
496 {needed2c.c} {} "libneeded2c.o"}
497 {"Build needed2"
498 "tmpdir/libneeded2c.o -Wl,--as-needed tmpdir/libneeded2a.so tmpdir/libneeded2b.so" ""
499 {dummy.c} {} "needed2"}
1240be6b
AM
500 {"Build libneeded3a.so"
501 "-shared -Wl,--no-add-needed" "-fPIC"
502 {needed1a.c} {} "libneeded3a.so"}
503 {"Build libneeded3b.so"
504 "-shared -Wl,--no-as-needed,--add-needed -Ltmpdir -lneeded1b" "-fPIC"
505 {dummy.c} {} "libneeded3b.so"}
506 {"Build needed3.o"
507 "-r -nostdlib" ""
508 {needed3.c} {} "libneeded3.so"}
509 {"Build needed3"
510 "tmpdir/needed3.o -Wl,--as-needed -Ltmpdir -lneeded3a -lneeded3b -lneeded1b" ""
511 {dummy.c} {} "needed3"}
cec2c50d
L
512 {"Build libpr2404a.so"
513 "-shared" "-fPIC"
514 {pr2404a.c} {} "libpr2404a.so"}
d6f48aed
L
515 {"Build libpr2404n.so"
516 "-shared -Wl,-z,now" "-fPIC"
517 {pr2404a.c} {} "libpr2404n.so"}
cec2c50d
L
518 {"Build libpr2404b.a"
519 "" ""
520 {pr2404b.c} {} "libpr2404b.a"}
50a53d3f 521 {"Build rdynamic-1"
8569cfa7 522 "-Wl,--no-dynamic-linker,-export-dynamic,--gc-sections" "-ffunction-sections"
50a53d3f 523 {rdynamic-1.c} {{readelf {-s} rdynamic-1.rd}} "rdynamic-1"}
d6f6f455 524 {"Build dynamic-1"
8569cfa7 525 "-Wl,--no-dynamic-linker,--dynamic-list,dynamic-1.syms -Wl,--gc-sections" "-ffunction-sections"
d6f6f455 526 {dynamic-1.c} {{readelf {-s} dynamic-1.rd}} "dynamic-1"}
bb4d2ac2
L
527 {"Build libpr16496a.so"
528 "-shared -Wl,--version-script=pr16496a.map" "-fPIC"
529 {pr16496a.c} {} "libpr16496a.so"}
530 {"Build libpr16496b.a"
531 "" "-fPIC"
532 {pr16496b.c} {} "libpr16496b.a"}
533 {"Build libpr16496b.so"
8cfc7cf8 534 "-shared -Wl,--no-as-needed tmpdir/pr16496b.o tmpdir/libpr16496a.so" ""
bb4d2ac2 535 {dummy.c} {{objdump {-R} pr16496b.od}} "libpr16496b.so"}
fb389763
L
536 {"Build libpr16452a.so"
537 "-shared -Wl,-soname,libpr16452a.so,--version-script=pr16452.map" "-fPIC"
538 {pr16452a.c} {} "libpr16452a.so"}
539 {"Build libpr16452b.so"
540 "-shared -Wl,-soname,libpr16452b.so,--no-as-needed tmpdir/libpr16452a.so" "-fPIC"
541 {dummy.c} {} "libpr16452b.so"}
542 {"Build pr16452"
8cfc7cf8 543 "-Wl,--no-as-needed,-rpath=tmpdir,-rpath-link=tmpdir tmpdir/libpr16452b.so" ""
fb389763
L
544 {pr16452b.c} {{objdump {-p} pr16452.od}} "pr16452"}
545 {"Build pr16457"
8cfc7cf8 546 "-Wl,--no-as-needed,-rpath=tmpdir,-rpath-link=tmpdir tmpdir/libpr16452b.so" ""
fb389763 547 {pr16452b.c} {{objdump {-p} pr16457.od}} "pr16457"}
8ded2ddc
L
548 {"Build libpr18458a.so"
549 "-shared -Wl,-z,now" "-fPIC"
550 {pr18458a.c} {} "libpr18458a.so"}
551 {"Build libpr18458b.so"
552 "-shared -Wl,-z,now tmpdir/libpr18458a.so" "-fPIC"
553 {pr18458b.c} {} "libpr18458b.so"}
4373f8af
L
554 {"Build pr19073a.o"
555 "-r -nostdlib" ""
556 {pr19073.s} {} "pr19073a.o"}
557 {"Build libpr19073.so"
558 "-shared -Wl,--version-script=pr19073.map tmpdir/pr19073a.o" "-fPIC"
559 {dummy.c} {{readelf {--dyn-syms --wide} pr19073.rd}} "libpr19073.so"}
8dfb7cbf 560 {"Build pr21964-1a.so"
487b6440 561 "-shared" "-fPIC"
8dfb7cbf
L
562 {pr21964-1a.c} {} "pr21964-1a.so"}
563 {"Build pr21964-1b.so"
487b6440 564 "-shared" "-fPIC"
8dfb7cbf
L
565 {pr21964-1b.c} {} "pr21964-1b.so"}
566 {"Build pr21964-2a.so"
567 "-shared" "-fPIC"
568 {pr21964-2a.c} {} "pr21964-2a.so"}
569 {"Build pr21964-2b.so"
570 "-shared" "-fPIC"
571 {pr21964-2b.c} {} "pr21964-2b.so"}
36b8fda5
AM
572 {"Build pr21964-3a.so"
573 "-shared" "-fPIC"
574 {pr21964-3a.c} {} "pr21964-3a.so"}
2715765b
L
575 {"Dump pr21978.so"
576 "-shared" "-fPIC -g -O2"
577 {pr21978a.c pr21978b.c} {{objdump {-Sl} pr21978.od}} "pr21978.so"}
d2dee3b2
L
578}
579
dd98f8d2
NC
580run_cc_link_tests $build_tests
581
f3012016
L
582run_ld_link_tests [list \
583 [list \
584 "Build pr22269-1" \
585 "-pie -e _start --no-dynamic-linker -z text" \
586 "" \
185cdb8c 587 "$AFLAGS_PIC" \
f3012016
L
588 { pr22269-1.c } \
589 {{readelf -rW pr22269-1.rd}} \
590 "pr22269-1" \
591 "-fPIE -O2" \
592 ] \
593]
594
d9816402
AM
595set run_tests [list \
596 [list "Run normal with libfoo.so" \
597 "-Wl,--no-as-needed tmpdir/begin.o tmpdir/libfoo.so tmpdir/end.o" "" \
598 {main.c} "normal" "normal.out" ] \
599 [list "Run protected with libfoo.so" \
600 "-Wl,--no-as-needed tmpdir/begin.o tmpdir/libfoo.so tmpdir/endprotected.o" "" \
601 {main.c} "protected" "normal.out" ] \
602 [list "Run hidden with libfoo.so" \
603 "-Wl,--no-as-needed tmpdir/begin.o tmpdir/libfoo.so tmpdir/endhidden.o" "" \
604 {main.c} "hidden" "hidden.out" ] \
605 [list "Run normal with versioned libfoo.so" \
606 "-Wl,--no-as-needed tmpdir/begin.o tmpdir/libfoov.so tmpdir/end.o" "" \
607 {main.c} "normalv" "normal.out" ] \
608 [list "Run warn with versioned libfoo.so" \
609 "-Wl,--no-as-needed tmpdir/beginwarn.o tmpdir/libfoov.so" "" \
610 {main.c} "warn" "warn.out" \
3239a423 611 "" "c" {^.*beginwarn.c:7: warning: function foo is deprecated$} ] \
d9816402
AM
612 [list "Run protected with versioned libfoo.so" \
613 "-Wl,--no-as-needed tmpdir/begin.o tmpdir/libfoov.so tmpdir/endprotected.o" "" \
614 {main.c} "protected" "normal.out" ] \
615 [list "Run hidden with versioned libfoo.so" \
616 "-Wl,--no-as-needed tmpdir/begin.o tmpdir/libfoov.so tmpdir/endhidden.o" "" \
617 {main.c} "hiddenv" "hidden.out" ] \
618 [list "Run normal libbar.so with libfoo.so" \
619 "-Wl,--no-as-needed tmpdir/libbarfoo.so tmpdir/libfoo.so" "" \
620 {main.c} "normal" "normal.out" ] \
621 [list "Run protected libbar.so with libfoo.so" \
622 "-Wl,--no-as-needed tmpdir/libbarpfoo.so tmpdir/libfoo.so" "" \
623 {main.c} "protected" "normal.out" ] \
624 [list "Run hidden libbar.so with libfoo.so" \
625 "-Wl,--no-as-needed tmpdir/libbarhfoo.so tmpdir/libfoo.so" "" \
626 {main.c} "hidden" "hidden.out" ] \
627 [list "Run normal libbar.so with versioned libfoo.so" \
628 "-Wl,--no-as-needed tmpdir/libbarfoov.so tmpdir/libfoov.so" "" \
629 {main.c} "normal" "normal.out" ] \
630 [list "Run protected libbar.so with versioned libfoo.so" \
631 "-Wl,--no-as-needed tmpdir/libbarpfoov.so tmpdir/libfoov.so" "" \
632 {main.c} "protected" "normal.out" ] \
633 [list "Run hidden libbar.so with versioned libfoo.so" \
634 "-Wl,--no-as-needed tmpdir/libbarhfoov.so tmpdir/libfoov.so" "" \
635 {main.c} "hidden" "hidden.out" ] \
d9816402
AM
636 [list "Run with libdl2a.so" \
637 "-Wl,--no-as-needed tmpdir/libdl2a.so" "" \
638 {dl2main.c} "dl2a" "dl2a.out" ] \
639 [list "Run with libdl2b.so" \
640 "-Wl,--no-as-needed tmpdir/libdl2b.so" "" \
641 {dl2main.c} "dl2b" "dl2b.out" ] \
642 [list "Run with libdl2c.so" \
643 "-Wl,--no-as-needed tmpdir/libdl2c.so" "" \
644 {dl2main.c} "dl2c" "dl2b.out" ] \
645 [list "Run with libdl4a.so" \
646 "-Wl,--no-as-needed tmpdir/libdl4a.so" "" \
647 {dl4main.c} "dl4a" "dl4a.out" ] \
648 [list "Run with libdl4b.so" \
649 "-Wl,--no-as-needed tmpdir/libdl4b.so" "" \
650 {dl4main.c} "dl4b" "dl4a.out" ] \
651 [list "Run with libdl4c.so" \
652 "-Wl,--no-as-needed tmpdir/libdl4c.so" "" \
653 {dl4main.c} "dl4c" "dl4b.out" ] \
654 [list "Run with libdl4d.so" \
655 "-Wl,--no-as-needed tmpdir/libdl4d.so" "" \
656 {dl4main.c} "dl4d" "dl4b.out" ] \
657 [list "Run with libdl4e.so" \
658 "-Wl,--no-as-needed tmpdir/libdl4e.so" "" \
659 {dl4main.c} "dl4e" "dl4a.out" ] \
660 [list "Run with libdl4f.so" \
661 "-Wl,--no-as-needed tmpdir/libdl4f.so" "" \
662 {dl4main.c} "dl4f" "dl4a.out" ] \
d9816402
AM
663 [list "Run with libdata1.so" \
664 "-Wl,--no-as-needed tmpdir/libdata1.so" "" \
665 {dynbss1.c} "dynbss1" "pass.out" ] \
666 [list "Run with libdata2.so" \
667 "-Wl,--no-as-needed tmpdir/libdata2.so" "" \
668 {weakdef1.c} "weakdef1" "pass.out" ] \
669 [list "Run with libfunc1.so comm1.o" \
670 "-Wl,--no-as-needed tmpdir/libfunc1.so tmpdir/comm1.o" "" \
671 {dummy.c} "comm1" "pass.out" ] \
672 [list "Run with comm1.o libfunc1.so" \
673 "-Wl,--no-as-needed tmpdir/comm1.o tmpdir/libfunc1.so" "" \
674 {dummy.c} "comm1" "pass.out" ] \
675 [list "Run with pr11138-2.c libpr11138-1.so" \
676 "-Wl,--no-as-needed,--version-script=pr11138-2.map tmpdir/pr11138-2.o tmpdir/libpr11138-1.so" "" \
677 {dummy.c} "pr11138a" "pr11138.out" ] \
678 [list "Run with libpr11138-1.so pr11138-2.c" \
679 "-Wl,--no-as-needed,--version-script=pr11138-2.map tmpdir/libpr11138-1.so tmpdir/pr11138-2.o" "" \
680 {dummy.c} "pr11138b" "pr11138.out" ] \
681 [list "Run with pr13250-3.c, libpr13250-1.so and libpr13250-2.so" \
682 "-Wl,--as-needed tmpdir/pr13250-3.o tmpdir/libpr13250-1.so tmpdir/libpr13250-2.so" "" \
683 {dummy.c} "pr13250" "pass.out" ] \
684 [list "Run with pr14323-1.c pr14323-2.so" \
685 "-Wl,--no-as-needed tmpdir/libpr14323-2.so" "" \
686 {pr14323-1.c} "pr14323" "pass.out" ] \
687 [list "Run with pr14862-1.c libpr14862.so" \
688 "-Wl,--as-needed tmpdir/libpr14862-1.o tmpdir/libpr14862.so" "" \
689 {dummy.c} "pr14862" "pr14862.out" ] \
690 [list "Link with --add-needed" \
8cfc7cf8 691 "tmpdir/libneeded1c.o -Wl,--no-as-needed,--add-needed,-rpath=tmpdir,-rpath-link=tmpdir -Ltmpdir -lneeded1a" "" \
d9816402
AM
692 {dummy.c} "needed1a" "needed1.out" ] \
693 [list "Link with --copy-dt-needed-entries" \
8cfc7cf8 694 "tmpdir/libneeded1c.o -Wl,--no-as-needed,--copy-dt-needed-entries,-rpath=tmpdir,-rpath-link=tmpdir -Ltmpdir -lneeded1a" "" \
d9816402
AM
695 {dummy.c} "needed1b" "needed1.out" ] \
696 [list "Run relmain" \
697 "-Wl,--no-as-needed,-rpath=tmpdir -Ltmpdir -lrel" "" \
698 {relmain.c} "relmain" "relmain.out" ] \
699 [list "Run pr2404" \
700 "-Wl,--no-as-needed tmpdir/pr2404b.o tmpdir/libpr2404a.so" "" \
701 {dummy.c} "pr2404" "pr2404.out" ] \
d6f48aed
L
702 [list "Run pr2404n" \
703 "-Wl,-z,now -Wl,--no-as-needed tmpdir/pr2404b.o tmpdir/libpr2404n.so" "" \
704 {dummy.c} "pr2404n" "pr2404.out" ] \
d9816402
AM
705 [list "Run pr18458" \
706 "-Wl,--no-as-needed,-z,now tmpdir/libpr18458a.so tmpdir/libpr18458b.so" "" \
707 {pr18458c.c} "pr18458" "pass.out" ] \
487b6440 708 [list "Run pr21964-1" \
8dfb7cbf
L
709 "-Wl,--no-as-needed,-rpath,tmpdir tmpdir/pr21964-1a.so tmpdir/pr21964-1b.so" "" \
710 {pr21964-1c.c} "pr21964-1" "pass.out" ] \
36b8fda5
AM
711 [list "Run pr21964-3" \
712 "-Wl,--no-as-needed,-rpath,tmpdir tmpdir/pr21964-1a.so tmpdir/pr21964-1b.so tmpdir/pr21964-3a.so" "" \
713 {pr21964-3c.c} "pr21964-3" "pass.out" ] \
d9816402 714]
d2dee3b2 715
d2dee3b2 716# NetBSD ELF systems do not currently support the .*_array sections.
982c6f26 717run_ld_link_exec_tests $run_tests "*-*-netbsdelf*"
55255dae 718
fd121c5c
JW
719# These tests require dlopen support.
720set dlopen_run_tests [list \
721 [list "Run dl1a with --dynamic-list=dl1.list and dlopen on libdl1.so" \
722 "-Wl,--no-as-needed,--dynamic-list=dl1.list $extralibs" "" \
723 {dl1main.c} "dl1a" "dl1.out" ] \
724 [list "Run dl1b with --dynamic-list-data and dlopen on libdl1.so" \
725 "-Wl,--no-as-needed,--dynamic-list-data $extralibs" "" \
726 {dl1main.c} "dl1b" "dl1.out" ] \
727 [list "Run dl6a1 with --dynamic-list-data and dlopen on libdl6a.so" \
728 "-Wl,--no-as-needed,--dynamic-list-data $extralibs" "" \
729 {dl6amain.c} "dl6a1" "dl6a.out" ] \
730 [list "Run dl6a2 with -Bsymbolic-functions and dlopen on libdl6a.so" \
6b737370
L
731 "$NOPIE_LDFLAGS -Wl,--no-as-needed,-Bsymbolic-functions $extralibs" "" \
732 {dl6amain.c} "dl6a2" "dl6b.out" "$NOPIE_CFLAGS" ] \
fd121c5c
JW
733 [list "Run dl6a3 with -Bsymbolic and dlopen on libdl6a.so" \
734 "-Wl,--no-as-needed,-Bsymbolic $extralibs" "" \
735 {dl6amain.c} "dl6a3" "dl6b.out" ] \
736 [list "Run dl6a4 with -Bsymbolic --dynamic-list-data and dlopen on libdl6a.so" \
737 "-Wl,--no-as-needed,-Bsymbolic,--dynamic-list-data $extralibs" "" \
738 {dl6amain.c} "dl6a4" "dl6a.out" ] \
739 [list "Run dl6a5 with -Bsymbolic-functions --dynamic-list-cpp-new and dlopen on libdl6a.so" \
6b737370
L
740 "$NOPIE_LDFLAGS -Wl,--no-as-needed,-Bsymbolic-functions,--dynamic-list-cpp-new $extralibs" "" \
741 {dl6amain.c} "dl6a5" "dl6b.out" "$NOPIE_CFLAGS" ] \
fd121c5c 742 [list "Run dl6a6 with --dynamic-list-cpp-new -Bsymbolic-functions and dlopen on libdl6a.so" \
6b737370
L
743 "$NOPIE_LDFLAGS -Wl,--no-as-needed,--dynamic-list-cpp-new,-Bsymbolic-functions $extralibs" "" \
744 {dl6amain.c} "dl6a6" "dl6b.out" "$NOPIE_CFLAGS" ] \
fd121c5c 745 [list "Run dl6a7 with --dynamic-list-data -Bsymbolic and dlopen on libdl6a.so" \
6b737370
L
746 "$NOPIE_LDFLAGS -Wl,--no-as-needed,--dynamic-list-data,-Bsymbolic $extralibs" "" \
747 {dl6amain.c} "dl6a7" "dl6a.out" "$NOPIE_CFLAGS" ] \
fd121c5c
JW
748 [list "Run dl6b1 with --dynamic-list-data and dlopen on libdl6b.so" \
749 "-Wl,--no-as-needed,--dynamic-list-data $extralibs" "" \
750 {dl6bmain.c} "dl6b1" "dl6a.out" ] \
751 [list "Run dl6b2 with dlopen on libdl6b.so" \
752 "-Wl,--no-as-needed $extralibs" "" \
753 {dl6bmain.c} "dl6b2" "dl6b.out" ] \
754 [list "Run dl6c1 with --dynamic-list-data and dlopen on libdl6c.so" \
755 "-Wl,--no-as-needed,--dynamic-list-data $extralibs" "" \
756 {dl6cmain.c} "dl6c1" "dl6b.out" ] \
757 [list "Run dl6d1 with --dynamic-list-data and dlopen on libdl6d.so" \
758 "-Wl,--no-as-needed,--dynamic-list-data $extralibs" "" \
759 {dl6dmain.c} "dl6d1" "dl6b.out" ] \
487b6440 760 [list "Run pr21964-2" \
8dfb7cbf
L
761 "-Wl,--no-as-needed,-rpath,tmpdir tmpdir/pr21964-2a.so $extralibs" "" \
762 {pr21964-2c.c} "pr21964-2" "pass.out" ] \
fd121c5c
JW
763]
764
765# Only run them when libdl is available.
766if [check_libdl_available] {
767 # XFAIL on NetBSD ELF systems as they do not currently support the .*_array
768 # sections.
769 run_ld_link_exec_tests $dlopen_run_tests "*-*-netbsdelf*"
770}
771
63406f0a
L
772# Check --no-add-needed and --no-copy-dt-needed-entries
773set testname "--no-add-needed"
f1d7f4a6 774set exec_output [run_host_cmd "$CC" "tmpdir/libneeded1c.o -Wl,--no-add-needed,-rpath-link=tmpdir -Ltmpdir -lneeded1a"]
e65cb106 775if { [ regexp "tmpdir/libneeded1b.so: .*: DSO missing" $exec_output ] } {
63406f0a
L
776 pass $testname
777} {
778 fail $testname
779}
780set testname "--no-copy-dt-needed-entries"
f1d7f4a6 781set exec_output [run_host_cmd "$CC" "tmpdir/libneeded1c.o -Wl,--no-copy-dt-needed-entries,-rpath-link=tmpdir -Ltmpdir -lneeded1a"]
e65cb106 782if { [ regexp "tmpdir/libneeded1b.so: .*: DSO missing" $exec_output ] } {
63406f0a
L
783 pass $testname
784} {
785 fail $testname
786}
8fbb09e8 787set testname "--no-add-needed -shared"
f1d7f4a6 788set exec_output [run_host_cmd "$CC" "-shared tmpdir/libneeded1pic.o -Wl,--no-add-needed,-z,defs -Ltmpdir -lneeded1a"]
4e95fbcd 789if { [ regexp "undefined reference to `\.?bar'" $exec_output ] } {
8fbb09e8
L
790 pass $testname
791} {
792 fail $testname
793}
794set testname "--no-copy-dt-needed-entries -shared"
f1d7f4a6 795set exec_output [run_host_cmd "$CC" "-shared tmpdir/libneeded1pic.o -Wl,--no-copy-dt-needed-entries,-z,defs -Ltmpdir -lneeded1a"]
4e95fbcd 796if { [ regexp "undefined reference to `\.?bar'" $exec_output ] } {
8fbb09e8
L
797 pass $testname
798} {
799 fail $testname
800}
63406f0a 801
dd98f8d2 802# Check to see if the C++ compiler works
55255dae
L
803if { [which $CXX] == 0 } {
804 return
805}
806
807set build_cxx_tests {
808 {"Build libdl3a.so with --dynamic-list=dl3.list"
809 "-shared -Wl,--dynamic-list=dl3.list" "-fPIC"
810 {dl3.cc} {} "libdl3a.so" "c++"}
811 {"Build libdl3b.so with -Bsymbolic"
812 "-shared -Wl,-Bsymbolic" "-fPIC"
813 {dl3.cc} {} "libdl3b.so" "c++"}
814 {"Build libdl3a.so with --dynamic-list-cpp-typeinfo"
815 "-shared -Wl,--dynamic-list-cpp-typeinfo" "-fPIC"
816 {dl3.cc} {} "libdl3c.so" "c++"}
d8cf8b51 817 {"Build libdnew1a.so with --Bsymbolic-functions --dynamic-list-cpp-new"
199add01 818 "-shared -Wl,-Bsymbolic-functions,--dynamic-list-cpp-new" "-fPIC -ansi"
d8cf8b51
L
819 {del.cc new.cc} {} "libnew1a.so" "c++"}
820 {"Build libdnew1b.so with --dynamic-list-data --dynamic-list-cpp-new"
199add01 821 "-shared -Wl,--dynamic-list-data,--dynamic-list-cpp-new" "-fPIC -ansi"
d8cf8b51 822 {del.cc new.cc} {} "libnew1b.so" "c++"}
55255dae
L
823}
824
b37470e4
L
825# "-shared -Bsymbolic" only works with gcc 4.5.0 and newer.
826# {"Run with libdl3b.so"
827# "tmpdir/libdl3b.so" ""
828# {dl3main.cc} "dl3b" "dl3b.out" "" "c++"}
cb5ab6c8
L
829set run_cxx_tests {
830 {"Run with libdl3a.so"
831 "-Wl,--no-as-needed tmpdir/libdl3a.so" ""
832 {dl3main.cc} "dl3a" "dl3a.out" "" "c++"}
55255dae 833 {"Run with libdl3c.so"
5cb49709 834 "-Wl,--no-as-needed tmpdir/libdl3c.so" ""
55255dae 835 {dl3main.cc} "dl3c" "dl3a.out" "" "c++"}
d8cf8b51 836 {"Run with libnew1a.so"
d9816402 837 "-Wl,--no-as-needed tmpdir/libnew1a.so" ""
199add01 838 {dl5.cc} "dl5a" "dl5.out" "-ansi" "c++"}
d8cf8b51 839 {"Run with libnew1b.so"
d9816402 840 "-Wl,--no-as-needed tmpdir/libnew1b.so" ""
199add01 841 {dl5.cc} "dl5b" "dl5.out" "-ansi" "c++"}
55255dae
L
842}
843
844run_cc_link_tests $build_cxx_tests
982c6f26 845run_ld_link_exec_tests $run_cxx_tests
22ef172a
L
846
847if { [istarget *-*-linux*]
848 || [istarget *-*-nacl*]
849 || [istarget *-*-gnu*] } {
850 run_cc_link_tests [list \
851 [list \
852 "Build libpr2404b.a with PIE" \
853 "" \
854 "-fPIE" \
855 { pr2404b.c } \
856 {} \
857 "libpr2404b.a" \
858 ] \
07492f66
L
859 [list \
860 "Build pr19579a.o" \
861 "" "-fPIE" \
862 {pr19579a.c} \
863 {} \
864 "libpr19579a.a" \
865 ] \
866 [list \
867 "Build libpr19579.so" \
868 "-shared" \
869 "-fPIC" \
870 {pr19579b.c} \
871 {} \
872 "libpr19579.so" \
873 ] \
d6f48aed
L
874 [list \
875 "Build libpr19579now.so" \
876 "-shared -Wl,-z,now" \
877 "-fPIC" \
878 {pr19579b.c} \
879 {} \
880 "libpr19579.so" \
881 ] \
d346bb27
L
882 [list \
883 "Build pr22393-2a.so" \
884 "-shared -Wl,-z,separate-code" \
885 "-fPIC" \
886 {pr22393-2a.c} \
887 {{readelf -lW pr22393-2a.rd} \
888 {readelf -lW pr22393-2b.rd}} \
889 "pr22393-2a.so" \
890 ] \
891 [list \
892 "Build pr22393-2a-now.so" \
893 "-shared -Wl,-z,separate-code,-z,now" \
894 "-fPIC" \
895 {pr22393-2a.c} \
896 {{readelf -lW pr22393-2a.rd} \
897 {readelf -lW pr22393-2b.rd}} \
898 "pr22393-2a-now.so" \
899 ] \
900 [list \
901 "Build pr22393-2" \
902 "$NOPIE_LDFLAGS -Wl,-z,separate-code,--no-as-needed tmpdir/pr22393-2a.so" \
903 "$NOPIE_CFLAGS" \
904 {pr22393-2b.c} \
905 {{readelf -lW pr22393-2a.rd} \
906 {readelf -lW pr22393-2b.rd}} \
907 "pr22393-2" \
908 ] \
909 [list \
910 "Build pr22393-2 (PIE)" \
911 "-pie -Wl,-z,separate-code,--no-as-needed tmpdir/pr22393-2a-now.so" \
912 "-fPIE" \
913 {pr22393-2b.c} \
914 {{readelf -lW pr22393-2a.rd} \
915 {readelf -lW pr22393-2b.rd}} \
916 "pr22393-2-pie" \
917 ] \
918 [list \
919 "Build pr22393-2 (static)" \
920 "-static -Wl,-z,separate-code" \
921 "" \
922 {pr22393-2a.c pr22393-2b.c} \
923 {{readelf -lW pr22393-2a.rd} \
924 {readelf -lW pr22393-2b.rd}} \
925 "pr22393-2-static" \
926 ] \
22ef172a 927 ]
982c6f26 928 run_ld_link_exec_tests [list \
d6f48aed
L
929 [list \
930 "Run pr18458 with PIE" \
931 "-pie -Wl,--no-as-needed,-z,now tmpdir/libpr18458a.so tmpdir/libpr18458b.so" \
932 "" \
933 {pr18458c.c} \
934 "pr18458p" \
935 "pass.out" \
936 "-fPIE" \
937 ] \
22ef172a
L
938 [list \
939 "Run pr2404 with PIE" \
d9816402 940 "-pie -Wl,--no-as-needed tmpdir/pr2404b.o tmpdir/libpr2404a.so" \
22ef172a
L
941 "" \
942 { dummy.c } \
943 "pr2404pie" \
944 "pr2404.out" \
945 "-fPIE" \
946 ] \
d6f48aed
L
947 [list \
948 "Run pr2404 with PIE (-z now)" \
949 "-pie -Wl,-z,now -Wl,--no-as-needed tmpdir/pr2404b.o tmpdir/libpr2404n.so" \
950 "" \
951 { dummy.c } \
952 "pr2404pien" \
953 "pr2404.out" \
954 "-fPIE" \
955 ] \
1659f720
L
956 [list \
957 "Run pr18718" \
958 "" \
959 "" \
c45bd4fd 960 { pr18718.c check-ptr-eq.c } \
1659f720
L
961 "pr18718" \
962 "pass.out" \
edcab5e8 963 "-O2 -I../bfd" \
1659f720 964 ] \
d6f48aed
L
965 [list \
966 "Run pr18718 (-z now)" \
967 "-Wl,-z,now" \
968 "" \
969 { pr18718.c check-ptr-eq.c } \
970 "pr18718" \
971 "pass.out" \
972 "-O2 -I../bfd" \
973 ] \
1659f720
L
974 [list \
975 "Run pr18718 with PIE (1)" \
976 "-pie" \
977 "" \
c45bd4fd 978 { pr18718.c check-ptr-eq.c } \
1659f720
L
979 "pr18718pie1" \
980 "pass.out" \
edcab5e8 981 "-O2 -fPIE -I../bfd" \
1659f720
L
982 ] \
983 [list \
984 "Run pr18718 with PIE (2)" \
985 "" \
986 "" \
c45bd4fd 987 { pr18718.c check-ptr-eq.c } \
1659f720
L
988 "pr18718pie2" \
989 "pass.out" \
edcab5e8 990 "-O2 -fPIE -I../bfd" \
1659f720 991 ] \
d6f48aed
L
992 [list \
993 "Run pr18718 with PIE (3)" \
994 "-pie -Wl,-z,now" \
995 "" \
996 { pr18718.c check-ptr-eq.c } \
997 "pr18718pie3" \
998 "pass.out" \
999 "-O2 -fPIE -I../bfd" \
1000 ] \
1001 [list \
1002 "Run pr18718 with PIE (4)" \
1003 "-Wl,-z,now" \
1004 "" \
1005 { pr18718.c check-ptr-eq.c } \
1006 "pr18718pie4" \
1007 "pass.out" \
1008 "-O2 -fPIE -I../bfd" \
1009 ] \
1659f720
L
1010 [list \
1011 "Run pr18718 with PIC (1)" \
1012 "" \
1013 "" \
c45bd4fd 1014 { pr18718.c check-ptr-eq.c } \
1659f720
L
1015 "pr18718pic1" \
1016 "pass.out" \
edcab5e8 1017 "-O2 -fPIC -I../bfd" \
1659f720
L
1018 ] \
1019 [list \
1020 "Run pr18718 with PIC (2)" \
1021 "-pie" \
1022 "" \
c45bd4fd 1023 { pr18718.c check-ptr-eq.c } \
1659f720
L
1024 "pr18718pic2" \
1025 "pass.out" \
edcab5e8 1026 "-O2 -fPIC -I../bfd" \
1659f720 1027 ] \
d6f48aed
L
1028 [list \
1029 "Run pr18718 with PIC (3)" \
1030 "-Wl,-z,now" \
1031 "" \
1032 { pr18718.c check-ptr-eq.c } \
1033 "pr18718pic3" \
1034 "pass.out" \
1035 "-O2 -fPIC -I../bfd" \
1036 ] \
1037 [list \
1038 "Run pr18718 with PIC (4)" \
1039 "-pie -Wl,-z,now" \
1040 "" \
1041 { pr18718.c check-ptr-eq.c } \
1042 "pr18718pic4" \
1043 "pass.out" \
1044 "-O2 -fPIC -I../bfd" \
1045 ] \
07492f66
L
1046 [list \
1047 "Run pr19579" \
d9816402 1048 "-pie -Wl,--no-as-needed,-z,text tmpdir/pr19579a.o tmpdir/libpr19579.so" \
07492f66
L
1049 "" \
1050 {dummy.c} \
1051 "pr19579" \
1052 "pass.out" \
1053 "-fPIE" \
1054 ] \
d6f48aed
L
1055 [list \
1056 "Run pr19579 (-z now)" \
1057 "-pie -Wl,-z,now -Wl,--no-as-needed,-z,text tmpdir/pr19579a.o tmpdir/libpr19579.so" \
1058 "" \
1059 {dummy.c} \
1060 "pr19579n" \
1061 "pass.out" \
1062 "-fPIE" \
1063 ] \
d346bb27
L
1064 [list \
1065 "Run pr22393-2" \
1066 "$NOPIE_LDFLAGS -Wl,-z,separate-code,--no-as-needed tmpdir/pr22393-2a.so" \
1067 "" \
1068 {pr22393-2b.c} \
1069 "pr22393-2" \
1070 "pass.out" \
1071 "$NOPIE_CFLAGS" \
1072 ] \
1073 [list \
1074 "Run pr22393-2 (PIE)" \
1075 "-pie -Wl,-z,separate-code,--no-as-needed tmpdir/pr22393-2a-now.so" \
1076 "" \
1077 {pr22393-2b.c} \
1078 "pr22393-2-pie" \
1079 "pass.out" \
1080 "-fPIE" \
1081 ] \
1082 [list \
1083 "Run pr22393-2 (static)" \
1084 "-static -Wl,-z,separate-code" \
1085 "" \
1086 {pr22393-2a.c pr22393-2b.c} \
1087 "pr22393-2-static" \
1088 "pass.out" \
1089 ] \
22ef172a
L
1090 ]
1091}
aec6b87e 1092
f1b2ca70 1093proc mix_pic_and_non_pic {xfails cflags ldflags exe} {
aec6b87e
L
1094 run_cc_link_tests [list \
1095 [list \
1096 "Build libpr19719a.so" \
1097 "-shared -Wl,-soname,libpr19719.so" \
1098 "-fPIC" \
1099 { pr19719d.c } \
1100 {} \
1101 "libpr19719a.so" \
1102 ] \
1103 [list \
1104 "Build libpr19719b.so" \
1105 "-shared -Wl,-soname,libpr19719.so" \
1106 "-fPIC" \
1107 { dummy.c } \
1108 {} \
1109 "libpr19719b.so" \
1110 ] \
1111 [list \
f1b2ca70 1112 "Build libpr19719b.o" \
aec6b87e
L
1113 "-r -nostdlib" \
1114 "-fPIC" \
1115 { pr19719b.c } \
1116 {} \
1117 "libpr19719b.o" \
1118 ] \
1119 ]
1120
f1b2ca70 1121 send_log "cp tmpdir/libpr19719b.so tmpdir/libpr19719.so\n"
aec6b87e
L
1122 exec cp tmpdir/libpr19719b.so tmpdir/libpr19719.so
1123
982c6f26 1124 run_ld_link_exec_tests [list \
aec6b87e 1125 [list \
f1b2ca70 1126 "Run $exe fun defined" \
d9816402 1127 "-Wl,--no-as-needed,-rpath,tmpdir $ldflags tmpdir/libpr19719b.o tmpdir/libpr19719.so" \
aec6b87e
L
1128 "" \
1129 { pr19719a.c pr19719c.c } \
f1b2ca70 1130 $exe \
aec6b87e
L
1131 "pass.out" \
1132 "$cflags" \
1133 ] \
1134 ]
1135
f1b2ca70 1136 send_log "cp tmpdir/libpr19719a.so tmpdir/libpr19719.so\n"
aec6b87e
L
1137 exec cp tmpdir/libpr19719a.so tmpdir/libpr19719.so
1138
7494161b
L
1139 foreach targ $xfails {
1140 setup_xfail $targ
1141 }
1142
d9816402
AM
1143 if ![isnative] {
1144 unsupported "Run $exe fun undefined"
1145 return
1146 }
1147
f1b2ca70 1148 set exec_output [run_host_cmd "tmpdir/$exe" ""]
aec6b87e 1149 if {![string match "PASS" $exec_output]} {
f1b2ca70 1150 fail "Run $exe fun undefined"
aec6b87e 1151 } else {
f1b2ca70 1152 pass "Run $exe fun undefined"
aec6b87e
L
1153 }
1154}
1155
f1b2ca70
AM
1156mix_pic_and_non_pic [list "arm*-*-*" "aarch64*-*-*"] "" "" "pr19719"
1157mix_pic_and_non_pic [] "-fPIE" "-pie" "pr19719pie"
This page took 0.558523 seconds and 4 git commands to generate.