aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2018-06-29 21:05:29 +0200
committerThomas Schwinge <thomas@codesourcery.com>2019-02-14 17:51:22 +0100
commitabc163a4647f77bfa449e09da4a85a71e747cf4c (patch)
tree9dc49603579e70b8325b151f00488bf5cba0d7b5 /ld
parentb671c7fb21306ce125717a44c30a71686bd24db1 (diff)
downloadgdb-abc163a4647f77bfa449e09da4a85a71e747cf4c.zip
gdb-abc163a4647f77bfa449e09da4a85a71e747cf4c.tar.gz
gdb-abc163a4647f77bfa449e09da4a85a71e747cf4c.tar.bz2
[ld, hurd] Remove 'ld-elf/elf.exp' XFAILs
... as a follow-up to commit d98164028637041c5de99af0d057bde3f168a8a8 "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.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/testsuite/ld-elf/elf.exp7
2 files changed, 4 insertions, 7 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c213622..508858f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/testsuite/ld-elf/elf.exp b/ld/testsuite/ld-elf/elf.exp
index 60a261b..4a5ef8a 100644
--- a/ld/testsuite/ld-elf/elf.exp
+++ b/ld/testsuite/ld-elf/elf.exp
@@ -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