mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
d981640286
Many of the ld tests are not run for cross builds, in some cases because the test needs to run a newly linked executable, and in others simply because it was easier to write the test for native only. Even when a test needs to run, it's good to compile and link to exercise the linker. So that's what this patch does. I've also rid us of the old ld_link procedure with all the HOSTING_CRT0 etc. setup. It's much simpler to just link with $CC. This does mean that a cross build with cross-compiler installed but no cross C-library will give lots of failures. If that turns out to be too annoying, I guess we can write a tcl procedure to detect it and not run all the extra tests. * Makefile.am (bootstrap): Delete rule. (ld-partial, ld1, ld1-full, ld2, ld3): Likewise. (HOSTING_CRT0, HOSTING_SCRT0): Don't define. (HOSTING_LIBS, HOSTING_SLIBS, HOSTING_EMU): Likewise. * configure.ac (HOSTING_CRT0, HOSTING_SCRT0): Don't define. (HOSTING_LIBS, HOSTING_SLIBS): Likewise. * configure.host (HOSTING_CRT0, HOSTING_LIBS): Don't define. * Makefile.in: Regenerate. * configure: Regenerate. * testsuite/config/default.exp (get_link_files): Delete. (HOSTING_CRT0, HOSTING_SCRT0, HOSTING_LIBS, HOSTING_SLIBS): Don't define. (ld_simple_link): Delete. * testsuite/lib/ld-lib.exp (default_ld_link): Delete (default_ld_simple_link): Rename to default_ld_link. (ld_simple_link_defsyms): Rename to ld_link_defsyms. (run_ld_link_tests): Use ld_link, not ld_simple_link. (run_cc_link_tests): Likewise. (run_ld_link_exec_tests): Use $CC or $CXX to link, not $ld. Don't run exe when not native, and return unsupported. * testsuite/ld-bootstrap/bootstrap.exp: Create gccld1 etc. dirs. Link ld1 etc. using $CC. * testsuite/ld-cdtest/cdtest.exp: Link cdtest using $CC. * testsuite/ld-checks/checks.exp: Use ld_link, not ld_simple_link. * testsuite/ld-cygwin/exe-export.exp: Likewise. * testsuite/ld-elf/binutils.exp: Likewise. * testsuite/ld-elf/eh-group.exp: Likewise. * testsuite/ld-elf/exclude.exp: Likewise. * testsuite/ld-elf/frame.exp: Likewise. * testsuite/ld-elf/sec-to-seg.exp: Likewise. * testsuite/ld-elf/tls_common.exp: Likewise. * testsuite/ld-elfcomm/elfcomm.exp: Likewise. * testsuite/ld-fastcall/fastcall.exp: Likewise. * testsuite/ld-gc/gc.exp: Likewise. * testsuite/ld-ifunc/binutils.exp: Likewise. * testsuite/ld-mep/mep.exp: Likewise. * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise. * testsuite/ld-mn10300/mn10300.exp: Likewise. * testsuite/ld-nios2/nios2.exp: Likewise. * testsuite/ld-pe/pe-compile.exp: Likewise. * testsuite/ld-pe/pe-run.exp: Likewise. * testsuite/ld-pe/pe-run2.exp: Likewise. * testsuite/ld-plugin/plugin.exp: Likewise. * testsuite/ld-scripts/align.exp: Likewise. * testsuite/ld-scripts/alignof.exp: Likewise. * testsuite/ld-scripts/assert.exp: Likewise. * testsuite/ld-scripts/defined.exp: Likewise. * testsuite/ld-scripts/extern.exp: Likewise. * testsuite/ld-scripts/log2.exp: Likewise. * testsuite/ld-scripts/map-address.exp: Likewise. * testsuite/ld-scripts/phdrs.exp: Likewise. * testsuite/ld-scripts/phdrs2.exp: Likewise. * testsuite/ld-scripts/script.exp: Likewise. * testsuite/ld-scripts/section-flags.exp: Likewise. * testsuite/ld-scripts/sizeof.exp: Likewise. * testsuite/ld-scripts/sysroot-prefix.exp: Likewise. * testsuite/ld-scripts/weak.exp: Likewise. * testsuite/ld-selective/selective.exp: Likewise. * testsuite/ld-sh/sh.exp: Likewise. * testsuite/ld-sh/sh64/relax.exp: Likewise. * testsuite/ld-sh/sh64/relfail.exp: Likewise. * testsuite/ld-srec/srec.exp: Likewise. * testsuite/ld-tic6x/tic6x.exp: Likewise. * testsuite/ld-undefined/weak-undef.exp: Likewise. * testsuite/ld-versados/versados.exp: Likewise. * testsuite/ld-x86-64/dwarfreloc.exp: Likewise. * testsuite/ld-xtensa/coalesce.exp: Likewise. * testsuite/ld-xtensa/diff_overflow.exp: Likewise. * testsuite/ld-xtensa/lcall.exp: Likewise. * testsuite/ld-elf/audit.exp: Run non-native too. * testsuite/ld-elf/compress.exp: Likewise. Replace ld options with gcc -Wl, options. * testsuite/ld-elf/dwarf.exp: Run non-native too. Use ld_link, not ld_simple_link. Add -Wl,--no-as-needed to some tests. * testsuite/ld-elf/elf.exp: Run non-native too. Formatting. * testsuite/ld-elf/indirect.exp: Run non-native too. Add -Wl,--no-as-needed to most tests. * testsuite/ld-elf/shared.exp: Run non-native too. Use braces to simplify quoting. Set run_tests using [list] rather than brace assignment to expand $extralibs. Add -Wl,--no-as-needed to many test. Prefix ld options with -Wl,. (mix_pic_and_non_pic): Don't run exe if not native. * testsuite/ld-elf/wrap.exp: Run non-native too. Add -Wl,--no-as-needed and prefix ld options with -Wl,. * testsuite/ld-elfvers/vers.exp: Run non-native too. Use ld_link, not ld_simple_link. * testsuite/ld-elfvsb/elfvsb.exp: Likewise. (visibility_test): Don't run exe if not native. * testsuite/ld-elfweak/elfweak.exp: Run non-native too. Use ld_link, not ld_simple_link. (build_exec): Don't run exe if not native. * testsuite/ld-ifunc/ifunc.exp: Run non-native too. Use ld_link, not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed to some tests and prefix ld options with -Wl,. Expect GNU for hppa-linux even when no ifuncs. Delete cleanup. * testsuite/ld-pie/pie.exp: Run non-native too. * testsuite/ld-plugin/lto.exp: Likewise. * testsuite/ld-shared/shared.exp: Likewise. Use ld_link, not ld_simple_link. (shared_test): Don't run exe if not native. * testsuite/ld-size/size.exp: Run non-native too. Add -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,. * testsuite/ld-unique/unique.exp: Run non-native too. Use ld_link, not ld_simple_link. Link using $CC. Add -Wl,--no-as-needed to some tests and prefix ld options with -Wl,. Expect GNU for hppa-linux even when no unique syms. Delete cleanup. * testsuite/ld-x86-64/tls.exp: Add -Wl,--no-as-needed to some tests and prefix ld options with -Wl,. * testsuite/ld-x86-64/x86-64.exp: Use ld_link, not ld_simple_link. Add -Wl,--no-as-needed to some tests. Prefix ld options with -Wl,. |
||
---|---|---|
.. | ||
align2.t | ||
align2a.d | ||
align2a.s | ||
align2b.d | ||
align2b.s | ||
align2c.d | ||
align2c.s | ||
align-with-input.d | ||
align-with-input.t | ||
align.exp | ||
align.s | ||
align.t | ||
alignof.exp | ||
alignof.s | ||
alignof.t | ||
assert2.d | ||
assert2.t | ||
assert.exp | ||
assert.s | ||
assert.t | ||
assign-loc.d | ||
assign-loc.t | ||
cross1.c | ||
cross1.t | ||
cross2.c | ||
cross2.t | ||
cross3.c | ||
cross3.t | ||
cross4.c | ||
cross4.t | ||
cross5.t | ||
cross6.t | ||
cross7.t | ||
crossref.exp | ||
data.d | ||
data.exp | ||
data.s | ||
data.t | ||
default-script1.d | ||
default-script2.d | ||
default-script3.d | ||
default-script4.d | ||
default-script.exp | ||
default-script.s | ||
default-script.t | ||
defined2.d | ||
defined2.t | ||
defined3.d | ||
defined3.t | ||
defined4.d | ||
defined4.s | ||
defined4.t | ||
defined5.d | ||
defined5.s | ||
defined5.t | ||
defined6.d | ||
defined6.s | ||
defined6.t | ||
defined.exp | ||
defined.s | ||
defined.t | ||
dynamic-sections-1.s | ||
dynamic-sections-2.s | ||
dynamic-sections.d | ||
dynamic-sections.exp | ||
dynamic-sections.t | ||
empty-address-1.d | ||
empty-address-1.s | ||
empty-address-1.t | ||
empty-address-2.s | ||
empty-address-2a.d | ||
empty-address-2a.t | ||
empty-address-2b.d | ||
empty-address-2b.t | ||
empty-address-3.s | ||
empty-address-3a.d | ||
empty-address-3a.t | ||
empty-address-3b.d | ||
empty-address-3b.t | ||
empty-address-3c.d | ||
empty-address-3c.t | ||
empty-address.exp | ||
empty-aligned.d | ||
empty-aligned.exp | ||
empty-aligned.s | ||
empty-aligned.t | ||
empty-orphan.d | ||
empty-orphan.exp | ||
empty-orphan.s | ||
empty-orphan.t | ||
exclude-file-1.d | ||
exclude-file-1.map | ||
exclude-file-1.t | ||
exclude-file-2.d | ||
exclude-file-2.map | ||
exclude-file-2.t | ||
exclude-file-3.d | ||
exclude-file-3.map | ||
exclude-file-3.t | ||
exclude-file-4.d | ||
exclude-file-4.map | ||
exclude-file-4.t | ||
exclude-file-a.s | ||
exclude-file-b.s | ||
exclude-file.exp | ||
expr1.d | ||
expr1.s | ||
expr1.t | ||
expr2.d | ||
expr2.s | ||
expr2.t | ||
expr.exp | ||
extern.exp | ||
extern.s | ||
extern.t | ||
fill_0.s | ||
fill_1.s | ||
fill_2.s | ||
fill.d | ||
fill.t | ||
include-1.d | ||
include-1.t | ||
include-data.t | ||
include-mem.t | ||
include-ram.t | ||
include-sections.t | ||
include-subdata.t | ||
include.exp | ||
include.s | ||
log2.exp | ||
log2.s | ||
log2.t | ||
map-address.d | ||
map-address.exp | ||
map-address.t | ||
memory_sym.t | ||
memory.t | ||
overlay-size-map.d | ||
overlay-size.d | ||
overlay-size.exp | ||
overlay-size.s | ||
overlay-size.t | ||
phdrs2.exp | ||
phdrs2.s | ||
phdrs2.t | ||
phdrs3.d | ||
phdrs3.exp | ||
phdrs3.t | ||
phdrs3a.d | ||
phdrs3a.t | ||
phdrs.exp | ||
phdrs.s | ||
phdrs.t | ||
pr14962-2.d | ||
pr14962-2.t | ||
pr14962.d | ||
pr14962.t | ||
pr14962a.s | ||
pr14962b.s | ||
pr18963.d | ||
pr18963.t | ||
pr20302.d | ||
print-memory-usage-1.l | ||
print-memory-usage-1.s | ||
print-memory-usage-1.t | ||
print-memory-usage-2.l | ||
print-memory-usage-2.t | ||
print-memory-usage-3.l | ||
print-memory-usage-3.s | ||
print-memory-usage-3.t | ||
print-memory-usage.exp | ||
print-memory-usage.t | ||
provide-1.d | ||
provide-1.s | ||
provide-1.t | ||
provide-2.d | ||
provide-2.s | ||
provide-2.t | ||
provide-3.d | ||
provide-3.s | ||
provide-3.t | ||
provide-4-map.d | ||
provide-4.d | ||
provide-4.t | ||
provide-5-map.d | ||
provide-5.d | ||
provide-5.s | ||
provide-5.t | ||
provide.exp | ||
region-alias-1.d | ||
region-alias-1.t | ||
region-alias-2.d | ||
region-alias-2.t | ||
region-alias-3.d | ||
region-alias-3.t | ||
region-alias-4.d | ||
region-alias-4.t | ||
rgn-at1.d | ||
rgn-at1.t | ||
rgn-at2.d | ||
rgn-at2.t | ||
rgn-at3.d | ||
rgn-at3.t | ||
rgn-at4.d | ||
rgn-at4.t | ||
rgn-at5.d | ||
rgn-at5.s | ||
rgn-at5.t | ||
rgn-at6.d | ||
rgn-at6.s | ||
rgn-at6.t | ||
rgn-at7.d | ||
rgn-at7.t | ||
rgn-at8.d | ||
rgn-at8.t | ||
rgn-at9.d | ||
rgn-at9.t | ||
rgn-at10.d | ||
rgn-at10.s | ||
rgn-at10.t | ||
rgn-at11.d | ||
rgn-at11.s | ||
rgn-at11.t | ||
rgn-at.exp | ||
rgn-at.s | ||
rgn-over1.d | ||
rgn-over1.t | ||
rgn-over2.d | ||
rgn-over2.t | ||
rgn-over3.d | ||
rgn-over3.t | ||
rgn-over4.d | ||
rgn-over4.t | ||
rgn-over5.d | ||
rgn-over5.t | ||
rgn-over6.d | ||
rgn-over6.t | ||
rgn-over7.d | ||
rgn-over7.t | ||
rgn-over8-ok.d | ||
rgn-over8.s | ||
rgn-over8.t | ||
rgn-over.exp | ||
rgn-over.s | ||
sane1.d | ||
sane1.t | ||
script.exp | ||
script.s | ||
script.t | ||
scriptm.t | ||
section-flags-1.s | ||
section-flags-1.t | ||
section-flags-2.s | ||
section-flags-2.t | ||
section-flags.exp | ||
section-match-1.d | ||
section-match-1.s | ||
section-match-1.t | ||
section-match.exp | ||
size-1.d | ||
size-1.s | ||
size-1.t | ||
size-2.d | ||
size-2.s | ||
size-2.t | ||
size.exp | ||
sizeof.exp | ||
sizeof.s | ||
sizeof.t | ||
sort_b_a_a-1.d | ||
sort_b_a_a-2.d | ||
sort_b_a_a-3.d | ||
sort_b_a_a.t | ||
sort_b_a_n-1.d | ||
sort_b_a_n-2.d | ||
sort_b_a_n-3.d | ||
sort_b_a_n.t | ||
sort_b_a-1.d | ||
sort_b_a-1.s | ||
sort_b_a.d | ||
sort_b_a.s | ||
sort_b_a.t | ||
sort_b_n_a-1.d | ||
sort_b_n_a-2.d | ||
sort_b_n_a-3.d | ||
sort_b_n_a.t | ||
sort_b_n_n-1.d | ||
sort_b_n_n-2.d | ||
sort_b_n_n-3.d | ||
sort_b_n_n.t | ||
sort_b_n-1.d | ||
sort_b_n-1.s | ||
sort_b_n.d | ||
sort_b_n.s | ||
sort_b_n.t | ||
sort_n_a-a.s | ||
sort_n_a-b.s | ||
sort_no-1.d | ||
sort_no-2.d | ||
sort_no.t | ||
sort.exp | ||
sort.t | ||
sysroot-prefix-x.s | ||
sysroot-prefix-y.s | ||
sysroot-prefix.exp | ||
weak1.s | ||
weak2.s | ||
weak.exp | ||
weak.t |