* ld-gc/gc.exp (test_gc): xfail powerpc64.

This commit is contained in:
Alan Modra 2008-07-27 04:40:58 +00:00
parent baea7ef144
commit 0d600a79d8
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-27 Alan Modra <amodra@bigpond.net.au>
* ld-gc/gc.exp (test_gc): xfail powerpc64.
2008-07-26 Michael Eager <eager@eagercon.com>
* ld-powerpc/powerpc.exp: Run new tests.

View File

@ -60,6 +60,9 @@ proc test_gc { testname filename linker ldflags} {
fail $testname
return
}
#ppc64_elf_gc_mark_hook needs to be taught how to look through
#the .toc section to properly mark variable sections for gc.
setup_xfail "powerpc64*-*-*"
if {[info exists nm_output(unused_func)] \
|| [info exists nm_output(unused_var)]} {
send_log "unused section still here\n"