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/ld-selective | |
parent | 927781e250da046613f3cca96b81dd7c8783c120 (diff) | |
download | gdb-3231d22e8fb33768ce829f368b33b8a0594a3e18.zip gdb-3231d22e8fb33768ce829f368b33b8a0594a3e18.tar.gz gdb-3231d22e8fb33768ce829f368b33b8a0594a3e18.tar.bz2 |
Shared lib support for elf32-hppa
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r-- | ld/testsuite/ld-selective/selective.exp | 4 |
1 files changed, 0 insertions, 4 deletions
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 |