diff options
author | Alan Modra <amodra@gmail.com> | 2008-07-27 04:40:58 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-07-27 04:40:58 +0000 |
commit | 0d600a79d88b480541093f06639eff6ea1c33ed6 (patch) | |
tree | fc571584ce39d0b910d6c9ddf488f6c042041aa2 /ld | |
parent | baea7ef144e34bb05551a7481a5b8936b45482a4 (diff) | |
download | gdb-0d600a79d88b480541093f06639eff6ea1c33ed6.zip gdb-0d600a79d88b480541093f06639eff6ea1c33ed6.tar.gz gdb-0d600a79d88b480541093f06639eff6ea1c33ed6.tar.bz2 |
* ld-gc/gc.exp (test_gc): xfail powerpc64.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-gc/gc.exp | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index c9b18bc..d7c6724 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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. diff --git a/ld/testsuite/ld-gc/gc.exp b/ld/testsuite/ld-gc/gc.exp index a15654f..400e989 100644 --- a/ld/testsuite/ld-gc/gc.exp +++ b/ld/testsuite/ld-gc/gc.exp @@ -46,7 +46,7 @@ proc test_gc { testname filename linker ldflags} { set outfile "tmpdir/$filename" if ![ld_simple_link $linker $outfile "-L$srcdir/$subdir $ldflags $objfile"] { - fail $testname + fail $testname return } if ![ld_nm $nm "" $outfile] { @@ -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" |