2009-11-27 12:33:30 +01:00
|
|
|
Index: binutils/testsuite/binutils-all/windres/windres.exp
|
|
|
|
===================================================================
|
2012-11-27 15:23:40 +01:00
|
|
|
--- binutils/testsuite/binutils-all/windres/windres.exp.orig
|
|
|
|
+++ binutils/testsuite/binutils-all/windres/windres.exp
|
2009-11-27 12:33:30 +01:00
|
|
|
@@ -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
|
|
|
|
===================================================================
|
2012-11-27 15:23:40 +01:00
|
|
|
--- ld/testsuite/ld-srec/srec.exp.orig
|
|
|
|
+++ ld/testsuite/ld-srec/srec.exp
|
2009-11-27 12:33:30 +01:00
|
|
|
@@ -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 } {
|