2007-10-09 04:28:58 +02:00
|
|
|
--- binutils/testsuite/binutils-all/windres/windres.exp
|
|
|
|
+++ binutils/testsuite/binutils-all/windres/windres.exp
|
|
|
|
@@ -46,6 +46,7 @@
|
|
|
|
set wr "$wr --include-dir $srcdir/../../winsup/w32api/include"
|
|
|
|
set target_xfail "no"
|
|
|
|
} else {
|
|
|
|
+ return
|
|
|
|
send_log "\nWarning: Assuming windres can find the win32 headers\n\n"
|
|
|
|
}
|
|
|
|
|
2008-01-25 16:54:30 +01:00
|
|
|
--- 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"
|
2007-10-09 04:28:58 +02:00
|
|
|
--- ld/testsuite/ld-srec/srec.exp
|
|
|
|
+++ ld/testsuite/ld-srec/srec.exp
|
|
|
|
@@ -17,6 +17,9 @@
|
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
+# Too fragile.
|
|
|
|
+return
|
|
|
|
+
|
|
|
|
# Get the offset from an S-record line to the start of the data.
|
|
|
|
|
|
|
|
proc srec_off { l } {
|
|
|
|
--- ld/testsuite/ld-undefined/undefined.exp
|
|
|
|
+++ ld/testsuite/ld-undefined/undefined.exp
|
|
|
|
@@ -127,6 +127,6 @@
|
|
|
|
# the function. Therefore the line number in the error message is 8 instead
|
|
|
|
# of 9. On 64 bit s/390 this works because of the new brasl instruction that
|
|
|
|
# doesn't need a literal pool entry.
|
|
|
|
-setup_xfail s390-*-*
|
|
|
|
+#setup_xfail s390-*-*
|
|
|
|
|
|
|
|
checkund $ml $testline
|