aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/newlib-chk.patch
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-04-01 08:36:21 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-04-01 08:36:21 +0100
commitfdf48b0b708ba566874ed8e3a6a8de15371c7cec (patch)
tree151a80390319489cfbc32dedcad35b121e3791b4 /stubdom/newlib-chk.patch
parent14d0d003b64cb62bef1702290e9b3bfa6c5cc513 (diff)
downloadxen-fdf48b0b708ba566874ed8e3a6a8de15371c7cec.tar.gz
xen-fdf48b0b708ba566874ed8e3a6a8de15371c7cec.tar.bz2
xen-fdf48b0b708ba566874ed8e3a6a8de15371c7cec.zip
stubdom: Fix newlib-chk.patch so it applies
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'stubdom/newlib-chk.patch')
-rw-r--r--stubdom/newlib-chk.patch20
1 files changed, 8 insertions, 12 deletions
diff --git a/stubdom/newlib-chk.patch b/stubdom/newlib-chk.patch
index 29c1de2d68..848dbd50c1 100644
--- a/stubdom/newlib-chk.patch
+++ b/stubdom/newlib-chk.patch
@@ -1,6 +1,5 @@
-diff -Naur newlib-1.16.0/newlib/libc/stdio/fprintf_chk.c newlib-1.16.0/newlib/libc/stdio/fprintf_chk.c
---- newlib-1.16.0/newlib/libc/stdio/fprintf_chk.c 1969-12-31 19:00:00.000000000 -0500
-+++ newlib-1.16.0/newlib/libc/stdio/fprintf_chk.c 2009-02-26 19:02:53.000000000 -0500
+--- newlib/libc/stdio/fprintf_chk.c 1969-12-31 19:00:00.000000000 -0500
++++ newlib/libc/stdio/fprintf_chk.c 2009-02-26 19:02:53.000000000 -0500
@@ -0,0 +1,21 @@
+#include <stdarg.h>
+#include <stdio.h>
@@ -23,9 +22,8 @@ diff -Naur newlib-1.16.0/newlib/libc/stdio/fprintf_chk.c newlib-1.16.0/newlib/li
+ return done;
+}
+
-diff -Naur newlib-1.16.0/newlib/libc/stdio/Makefile.am newlib-1.16.0/newlib/libc/stdio/Makefile.am
---- ./newlib-1.16.0/newlib/libc/stdio/Makefile.am 2007-08-02 16:23:06.000000000 -0400
-+++ ./newlib-1.16.0/newlib/libc/stdio/Makefile.am 2009-02-26 18:14:53.000000000 -0500
+--- newlib/libc/stdio/Makefile.am 2007-08-02 16:23:06.000000000 -0400
++++ newlib/libc/stdio/Makefile.am 2009-02-26 18:14:53.000000000 -0500
@@ -20,6 +20,7 @@
flags.c \
fopen.c \
@@ -42,9 +40,8 @@ diff -Naur newlib-1.16.0/newlib/libc/stdio/Makefile.am newlib-1.16.0/newlib/libc
sscanf.c \
stdio.c \
tmpfile.c \
-diff -Naur newlib-1.16.0/newlib/libc/stdio/Makefile.in newlib-1.16.0/newlib/libc/stdio/Makefile.in
---- newlib-1.16.0/newlib/libc/stdio/Makefile.in 2007-12-19 17:36:38.000000000 -0500
-+++ newlib-1.16.0/newlib/libc/stdio/Makefile.in 2009-02-26 18:43:52.000000000 -0500
+--- newlib/libc/stdio/Makefile.in 2007-12-19 17:36:38.000000000 -0500
++++ newlib/libc/stdio/Makefile.in 2009-02-26 18:43:52.000000000 -0500
@@ -63,7 +63,8 @@
lib_a-fgets.$(OBJEXT) lib_a-fileno.$(OBJEXT) \
lib_a-findfp.$(OBJEXT) lib_a-fiprintf.$(OBJEXT) \
@@ -132,9 +129,8 @@ diff -Naur newlib-1.16.0/newlib/libc/stdio/Makefile.in newlib-1.16.0/newlib/libc
lib_a-sscanf.o: sscanf.c
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-sscanf.o `test -f 'sscanf.c' || echo '$(srcdir)/'`sscanf.c
-diff -Naur ./newlib-1.16.0/newlib/libc/stdio/sprintf_chk.c ../newlib-1.16.0/newlib/libc/stdio/sprintf_chk.c
---- newlib-1.16.0/newlib/libc/stdio/sprintf_chk.c 1969-12-31 19:00:00.000000000 -0500
-+++ newlib-1.16.0/newlib/libc/stdio/sprintf_chk.c 2009-02-26 19:02:26.000000000 -0500
+--- newlib/libc/stdio/sprintf_chk.c 1969-12-31 19:00:00.000000000 -0500
++++ newlib/libc/stdio/sprintf_chk.c 2009-02-26 19:02:26.000000000 -0500
@@ -0,0 +1,21 @@
+#include <stdarg.h>
+#include <stdio.h>