aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-07-01 15:52:27 +0000
committerNick Clifton <nickc@redhat.com>2009-07-01 15:52:27 +0000
commita87a00ea43681b9310995d15ce68d2e3906c6e93 (patch)
treeb2f0f0770b81128a1f8336c5cb113c57c1f1a33b /binutils/ChangeLog
parentefde2f2ce489a733f5489325437dfadbf948ea62 (diff)
downloadbinutils-a87a00ea43681b9310995d15ce68d2e3906c6e93.zip
binutils-a87a00ea43681b9310995d15ce68d2e3906c6e93.tar.gz
binutils-a87a00ea43681b9310995d15ce68d2e3906c6e93.tar.bz2
PR 6714
* rclex.c (handle_quotes): Do not complain about whitespace separating quoted strings. (rclex_string): Ignore whitespace when looking for a new opening quote following a closing quote.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 0ff041f..9e50559 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-01 Nick Clifton <nickc@redhat.com>
+
+ PR 6714
+ * rclex.c (handle_quotes): Do not complain about whitespace
+ separating quoted strings.
+ (rclex_string): Ignore whitespace when looking for a new opening
+ quote following a closing quote.
+
2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/10321