aboutsummaryrefslogtreecommitdiff
path: root/util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2010-05-17 10:21:10 +0000
committerStefan Reinauer <stepan@openbios.org>2010-05-17 10:21:10 +0000
commit119c58910c355278021123226ae0fab0bc6d5835 (patch)
tree30ba8a0ab9771e820dc9d7261e07511325202fa5 /util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch
parentb1180b42af83341426ad6d69ff1a6de8f178bb49 (diff)
drop old patches from crossgcc
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5567 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch')
-rw-r--r--util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch11
1 files changed, 0 insertions, 11 deletions
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
index d5a16dade9..0000000000
--- a/util/crossgcc/patches/gcc-4.3.3_use-gnu-style-comments-in-assembly.patch
+++ /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. */