summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-02-21 14:24:39 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-02-21 14:24:39 +0000
commitda99fcd35a1dae5d03d26b6be44b7c4cacdcf5cd (patch)
treeaed28cbc1f088a0ccc15459c0876946fb39c4486 /toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
parent668860c98f79e2b17febcaa1eb5c70aecdedbb9a (diff)
downloadmaster-31e0f0ae-da99fcd35a1dae5d03d26b6be44b7c4cacdcf5cd.tar.gz
master-31e0f0ae-da99fcd35a1dae5d03d26b6be44b7c4cacdcf5cd.tar.bz2
master-31e0f0ae-da99fcd35a1dae5d03d26b6be44b7c4cacdcf5cd.zip
binutils: refresh patches for binutils 2.17
SVN-Revision: 14587
Diffstat (limited to 'toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch')
-rw-r--r--toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch b/toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
index 16b2dafd58..6cb1ff344f 100644
--- a/toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
+++ b/toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
@@ -57,11 +57,9 @@ Andreas.
* read.c (read_a_source_file): Ignore unknown text after line
comment character. Fix misleading comment.
-Index: binutils-2.17/gas/read.c
-===================================================================
---- binutils-2.17.orig/gas/read.c 2007-06-28 09:19:34.031062944 +0200
-+++ binutils-2.17/gas/read.c 2007-06-28 09:19:39.244270416 +0200
-@@ -1008,10 +1008,14 @@
+--- a/gas/read.c
++++ b/gas/read.c
+@@ -1008,10 +1008,14 @@ read_a_source_file (char *name)
unsigned int new_length;
char *tmp_buf = 0;
@@ -78,7 +76,7 @@ Index: binutils-2.17/gas/read.c
s += 4;
sb_new (&sbuf);
-@@ -1110,7 +1114,7 @@
+@@ -1110,7 +1114,7 @@ read_a_source_file (char *name)
continue;
#endif
input_line_pointer--;