summaryrefslogtreecommitdiff
path: root/patches/binutils/2.16.1/160-i386-no-divide-comment.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-11 16:18:53 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-11 16:18:53 (GMT)
commitdc00d94ba31866b8be47f2584d6dcab2cbed86bc (patch)
tree2bd48f0128a950812a03a129cdeeaa9dee4a4135 /patches/binutils/2.16.1/160-i386-no-divide-comment.patch
parent01d16b6f26ab5992f3dc9603a91a890d46763d7e (diff)
binutils/binutils: fixup version strings
Recently, all binutils versions have been renamed after a GPL compliance issue was found and fixed in binutils; http://sourceware.org/ml/binutils/2011-08/msg00198.html Although legacy symlinks have been put in place, we should now use the new, real version strings. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'patches/binutils/2.16.1/160-i386-no-divide-comment.patch')
-rw-r--r--patches/binutils/2.16.1/160-i386-no-divide-comment.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/patches/binutils/2.16.1/160-i386-no-divide-comment.patch b/patches/binutils/2.16.1/160-i386-no-divide-comment.patch
deleted file mode 100644
index 046a55f..0000000
--- a/patches/binutils/2.16.1/160-i386-no-divide-comment.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff -durN binutils-2.16.1.orig/gas/config/tc-i386.c binutils-2.16.1/gas/config/tc-i386.c
---- binutils-2.16.1.orig/gas/config/tc-i386.c 2005-04-13 19:58:42.000000000 +0200
-+++ binutils-2.16.1/gas/config/tc-i386.c 2008-09-22 09:00:09.000000000 +0200
-@@ -192,16 +192,10 @@
- #endif
- ;
-
--#if (defined (TE_I386AIX) \
-- || ((defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)) \
-- && !defined (TE_LINUX) \
-- && !defined (TE_NETWARE) \
-- && !defined (TE_FreeBSD) \
-- && !defined (TE_NetBSD)))
- /* This array holds the chars that always start a comment. If the
- pre-processor is disabled, these aren't very useful. */
--const char comment_chars[] = "#/";
--#define PREFIX_SEPARATOR '\\'
-+const char comment_chars[] = "#";
-+#define PREFIX_SEPARATOR '/'
-
- /* This array holds the chars that only start a comment at the beginning of
- a line. If the line seems to have the form '# 123 filename'
-@@ -211,16 +205,7 @@
- #NO_APP at the beginning of its output.
- Also note that comments started like this one will always work if
- '/' isn't otherwise defined. */
--const char line_comment_chars[] = "#";
--
--#else
--/* Putting '/' here makes it impossible to use the divide operator.
-- However, we need it for compatibility with SVR4 systems. */
--const char comment_chars[] = "#";
--#define PREFIX_SEPARATOR '/'
--
--const char line_comment_chars[] = "/#";
--#endif
-+const char line_comment_chars[] = "#/";
-
- const char line_separator_chars[] = ";";
-