xfail ld --gc-sections tests for powerpc64
Alan Modra
amodra@bigpond.net.au
Sun Jul 27 04:41:00 GMT 2008
More information about the Binutils mailing list
Sun Jul 27 04:41:00 GMT 2008
- Previous message (by thread): PING : [PATCH] Add support for Xilinx FP/APU to PowerPC
- Next message (by thread): bfd_vma printing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I haven't done as the comment below says, so..
* ld-gc/gc.exp (test_gc): xfail powerpc64.
Index: ld/testsuite/ld-gc/gc.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-gc/gc.exp,v
retrieving revision 1.3
diff -u -p -r1.3 gc.exp
--- ld/testsuite/ld-gc/gc.exp 22 Jan 2008 19:36:58 -0000 1.3
+++ ld/testsuite/ld-gc/gc.exp 27 Jul 2008 04:38:59 -0000
@@ -46,7 +46,7 @@ proc test_gc { testname filename linker
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
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"
--
Alan Modra
Australia Development Lab, IBM
- Previous message (by thread): PING : [PATCH] Add support for Xilinx FP/APU to PowerPC
- Next message (by thread): bfd_vma printing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list