projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
binutils: refresh patches for binutils 2.17
[openwrt.git]
/
toolchain
/
binutils
/
patches
/
2.17
/
702-binutils-skip-comments.patch
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
9ef7a7c
..
6cb1ff3
100644
(file)
--- a/
toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
+++ b/
toolchain/binutils/patches/2.17/702-binutils-skip-comments.patch
@@
-57,9
+57,9
@@
Andreas.
* read.c (read_a_source_file): Ignore unknown text after line
comment character. Fix misleading comment.
* read.c (read_a_source_file): Ignore unknown text after line
comment character. Fix misleading comment.
----
binutils/gas/read.c.~1.78.~ 2004-04-23 08:58:23.000000000 +0200
-+++ b
inutils/gas/read.c 2004-04-23 21:49:01.000000000 +0200
-@@ -
950,10 +950
,14 @@ read_a_source_file (char *name)
+---
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;
unsigned int new_length;
char *tmp_buf = 0;
@@
-76,7
+76,7
@@
Andreas.
s += 4;
sb_new (&sbuf);
s += 4;
sb_new (&sbuf);
-@@ -1
052,7 +1056
,7 @@ read_a_source_file (char *name)
+@@ -1
110,7 +1114
,7 @@ read_a_source_file (char *name)
continue;
#endif
input_line_pointer--;
continue;
#endif
input_line_pointer--;
@@
-85,9
+85,3
@@
Andreas.
demand_empty_rest_of_line ();
}
demand_empty_rest_of_line ();
}
-
---
-Andreas Schwab, SuSE Labs, schwab@suse.de
-SuSE Linux AG, MaxfeldstraÃe 5, 90409 NÃrnberg, Germany
-Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
-"And now for something completely different."
This page took
0.023258 seconds
and
4
git commands to generate.