Shared lib support for elf32-hppa

This commit is contained in:
Alan Modra
2000-09-05 04:07:46 +00:00
parent 927781e250
commit 3231d22e8f
5 changed files with 97 additions and 18 deletions

View File

@ -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