[ld, hurd] Remove 'ld-elf/elf.exp' XFAILs

... as a follow-up to commit d981640286 "Run more
ld tests when not native", which replaced by a proper solution the following
mess before present in 'ld/configure.host':

    -*-*-gnu*)
    -  # When creating static executables, we ought to use crt0.o instead of crt1.o,
    -  # <http://www.gnu.org/software/hurd/open_issues/binutils.html#static>,
    -  # but the testing infrastructure is not prepared for that.  This is not
    -  # relevant for most tests, and the few remaining ones have been XFAILed.
    -  HOSTING_CRT0='[...]'
    -  HOSTING_LIBS='[...]'

	ld/
	* testsuite/ld-elf/elf.exp: Remove Hurd XFAILs.
This commit is contained in:
Thomas Schwinge 2018-06-29 21:05:29 +02:00
parent b671c7fb21
commit abc163a464
2 changed files with 4 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
* testsuite/ld-elf/elf.exp: Remove Hurd XFAILs.
2019-02-12 Nick Clifton <nickc@redhat.com>
* po/fr.po: Updated French translation.

View File

@ -257,13 +257,6 @@ if { [istarget *-*-linux*]
]
}
# <http://www.gnu.org/software/hurd/open_issues/binutils.html#static>
# Be cautious to not XFAIL for *-*-linux-gnu*, *-*-kfreebsd-gnu*, etc.
switch -regexp $target_triplet {
^\[^-\]*-\[^-\]*-gnu.*$ {
set xfails "*-*-*"
}
}
run_ld_link_exec_tests $array_tests_static $xfails
catch "exec rm -f tmpdir/preinit tmpdir/init tmpdir/fini tmpdir/init-mixed" status