diff options
author | Alan Modra <amodra@gmail.com> | 2000-09-05 04:07:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-09-05 04:07:46 +0000 |
commit | 3231d22e8fb33768ce829f368b33b8a0594a3e18 (patch) | |
tree | 2237b9df0cd9f06f6f025ee33f99d164da65369d /ld/testsuite | |
parent | 927781e250da046613f3cca96b81dd7c8783c120 (diff) | |
download | ppe42-binutils-3231d22e8fb33768ce829f368b33b8a0594a3e18.tar.gz ppe42-binutils-3231d22e8fb33768ce829f368b33b8a0594a3e18.zip |
Shared lib support for elf32-hppa
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-selective/selective.exp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 7a11b519fb..8b8f20ded1 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 75b558689a..20b3a12cd0 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 |