SHA256
1
0
forked from pool/binutils
OBS User unknown
2008-01-25 15:54:30 +00:00
committed by Git OBS Bridge
parent da2b010720
commit bcb92e5244
36 changed files with 167 additions and 36 deletions

View File

@@ -8,6 +8,18 @@
send_log "\nWarning: Assuming windres can find the win32 headers\n\n"
}
--- ld/testsuite/ld-gc/gc.exp.~1.3.~ 2008-01-23 10:18:59.000000000 +0100
+++ ld/testsuite/ld-gc/gc.exp 2008-01-24 10:31:56.000000000 +0100
@@ -53,6 +53,9 @@ proc test_gc { testname filename linker
unresolved $testname
return
}
+
+ # PPC64 does not drop unsused variables
+ setup_xfail "powerpc64-*-*"
if {![info exists nm_output(used_func)] \
|| ![info exists nm_output(used_var)]} {
send_log "used sections do not exist\n"
--- ld/testsuite/ld-srec/srec.exp
+++ ld/testsuite/ld-srec/srec.exp
@@ -17,6 +17,9 @@