2009-11-27 12:33:30 +01:00
|
|
|
Index: binutils/testsuite/binutils-all/windres/windres.exp
|
|
|
|
===================================================================
|
|
|
|
--- binutils/testsuite/binutils-all/windres/windres.exp.orig 2009-11-23 14:02:48.000000000 +0100
|
|
|
|
+++ binutils/testsuite/binutils-all/windres/windres.exp 2009-11-23 14:03:09.000000000 +0100
|
|
|
|
@@ -36,6 +36,7 @@ set wr "$WINDRES --include-dir $srcdir/$
|
|
|
|
if [file exists "$srcdir/../../winsup/w32api/include"] {
|
2007-10-09 04:28:58 +02:00
|
|
|
set wr "$wr --include-dir $srcdir/../../winsup/w32api/include"
|
|
|
|
} else {
|
|
|
|
+ return
|
|
|
|
send_log "\nWarning: Assuming windres can find the win32 headers\n\n"
|
|
|
|
}
|
|
|
|
|
2009-11-27 12:33:30 +01:00
|
|
|
Index: ld/testsuite/ld-srec/srec.exp
|
|
|
|
===================================================================
|
|
|
|
--- ld/testsuite/ld-srec/srec.exp.orig 2009-11-23 14:02:48.000000000 +0100
|
|
|
|
+++ ld/testsuite/ld-srec/srec.exp 2009-11-23 14:03:09.000000000 +0100
|
|
|
|
@@ -20,6 +20,9 @@
|
|
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
|
|
# MA 02110-1301, USA.
|
2007-10-09 04:28:58 +02:00
|
|
|
|
|
|
|
+# Too fragile.
|
|
|
|
+return
|
|
|
|
+
|
|
|
|
# Get the offset from an S-record line to the start of the data.
|
|
|
|
|
|
|
|
proc srec_off { l } {
|
2009-11-27 12:33:30 +01:00
|
|
|
Index: ld/testsuite/ld-undefined/undefined.exp
|
|
|
|
===================================================================
|
|
|
|
--- ld/testsuite/ld-undefined/undefined.exp.orig 2009-11-23 14:02:48.000000000 +0100
|
|
|
|
+++ ld/testsuite/ld-undefined/undefined.exp 2009-11-23 14:03:09.000000000 +0100
|
|
|
|
@@ -136,7 +136,7 @@ setup_xfail "sh64-*-*"
|
2007-10-09 04:28:58 +02:00
|
|
|
# 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-*-*
|
|
|
|
|
2009-11-27 12:33:30 +01:00
|
|
|
# See comments above for Xtensa.
|
|
|
|
setup_xfail xtensa*-*-linux*
|