remove obsolete patch

This commit is contained in:
Dave Murphy 2008-04-24 23:34:54 +00:00
parent 875cfcd72f
commit bc1785d8e3

View File

@ -1,16 +0,0 @@
diff -Nbaur binutils-2.17/bfd/doc/chew.c binutils-2.17-arm/bfd/doc/chew.c
--- binutils-2.17/bfd/doc/chew.c Sun Jul 24 17:57:42 2005
+++ binutils-2.17-arm/bfd/doc/chew.c Sat Jul 1 18:15:11 2006
@@ -92,6 +92,12 @@
#define DEF_SIZE 5000
#define STACK 50
+#ifdef __MINGW32__
+/* Prevent \r\n\ line endings */
+#include <fcntl.h>
+unsigned int _CRT_fmode = _O_BINARY;
+#endif
+
int internal_wanted;
int internal_mode;