drop old patches from crossgcc
authorStefan Reinauer <stepan@openbios.org>
Mon, 17 May 2010 10:21:10 +0000 (10:21 +0000)
committerStefan Reinauer <stepan@openbios.org>
Mon, 17 May 2010 10:21:10 +0000 (10:21 +0000)
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5567 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/crossgcc/patches/binutils-2.18.50_no-i386-svr4-asm-comments.patch [deleted file]
util/crossgcc/patches/gcc-4.3.2_use-gnu-style-comments-in-assembly.patch [deleted file]
util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch [deleted file]

diff --git a/util/crossgcc/patches/binutils-2.18.50_no-i386-svr4-asm-comments.patch b/util/crossgcc/patches/binutils-2.18.50_no-i386-svr4-asm-comments.patch
deleted file mode 100644 (file)
index 76d207e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- binutils-2.18.50/gas/config/tc-i386.c~     2009-01-20 14:19:04.000000000 +0100
-+++ binutils-2.18.50/gas/config/tc-i386.c      2009-01-20 14:20:47.000000000 +0100
-@@ -183,6 +183,7 @@
-        && !defined (TE_GNU)                           \
-        && !defined (TE_LINUX)                         \
-        && !defined (TE_NETWARE)                       \
-+       && 0                                           \
-        && !defined (TE_FreeBSD)                       \
-        && !defined (TE_NetBSD)))
- /* This array holds the chars that always start a comment.  If the
diff --git a/util/crossgcc/patches/gcc-4.3.2_use-gnu-style-comments-in-assembly.patch b/util/crossgcc/patches/gcc-4.3.2_use-gnu-style-comments-in-assembly.patch
deleted file mode 100644 (file)
index 168f0d0..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc-4.3.2/gcc/config/i386/unix.h~  2009-01-20 16:05:45.000000000 +0100
-+++ gcc-4.3.2/gcc/config/i386/unix.h   2009-01-20 16:05:47.000000000 +0100
-@@ -32,7 +32,7 @@
-
- /* String containing the assembler's comment-starter.  */
-
--#define ASM_COMMENT_START "/"
-+#define ASM_COMMENT_START "#"
-
- /* Output to assembler file text saying following lines
-    may contain character constants, extra white space, comments, etc.  */
diff --git a/util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch b/util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch
deleted file mode 100644 (file)
index d5a16da..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc-4.3.3/gcc/config/i386/unix.h~  2009-01-20 16:05:45.000000000 +0100
-+++ gcc-4.3.3/gcc/config/i386/unix.h   2009-01-20 16:05:47.000000000 +0100
-@@ -32,7 +32,7 @@
-
- /* String containing the assembler's comment-starter.  */
-
--#define ASM_COMMENT_START "/"
-+#define ASM_COMMENT_START "#"
-
- /* Output to assembler file text saying following lines
-    may contain character constants, extra white space, comments, etc.  */