aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-09-05 04:07:46 +0000
committerAlan Modra <amodra@gmail.com>2000-09-05 04:07:46 +0000
commit3231d22e8fb33768ce829f368b33b8a0594a3e18 (patch)
tree2237b9df0cd9f06f6f025ee33f99d164da65369d /ld/testsuite
parent927781e250da046613f3cca96b81dd7c8783c120 (diff)
downloadfsf-binutils-gdb-3231d22e8fb33768ce829f368b33b8a0594a3e18.zip
fsf-binutils-gdb-3231d22e8fb33768ce829f368b33b8a0594a3e18.tar.gz
fsf-binutils-gdb-3231d22e8fb33768ce829f368b33b8a0594a3e18.tar.bz2
Shared lib support for elf32-hppa
Diffstat (limited to 'ld/testsuite')
-rw-r--r--ld/testsuite/ChangeLog4
-rw-r--r--ld/testsuite/ld-selective/selective.exp4
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 7a11b51..8b8f20d 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-05 Alan Modra <alan@linuxcare.com.au>
+
+ * ld-selective/selective.exp: Remove the xfails for hppa.
+
2000-08-30 Alexandre Oliva <aoliva@redhat.com>
* ld-undefined/undefined.exp (hppa*64*-*-*, mn10300-*-elf,
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 75b5586..20b3a12 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -46,8 +46,6 @@ if { [which $CXX] == 0 } {
return
}
-setup_xfail "hppa*-*-*"
-
if { ![ld_compile "$CC $cflags" $srcdir/$subdir/1.c tmpdir/1.o]} {
unresolved $test1
return
@@ -75,8 +73,6 @@ if ![ld_simple_link $ld tmpdir/1.x "$ldflags tmpdir/1.o"] {
}
}
-setup_xfail "hppa*-*-*"
-
if { ![ld_compile "$CC $cflags" $srcdir/$subdir/2.c tmpdir/2.o]} {
unresolved $test2
return