aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-02-19 05:54:00 +0000
committerIan Lance Taylor <ian@airs.com>1997-02-19 05:54:00 +0000
commit78673fc6613e331a8e775f2a505fb89336c7fca5 (patch)
treeedddcac38fdb83867df6c1e6af8809ee9e513ad4
parent14f23c288ccdf9af7a221b8c72d383780421334a (diff)
downloadgdb-78673fc6613e331a8e775f2a505fb89336c7fca5.zip
gdb-78673fc6613e331a8e775f2a505fb89336c7fca5.tar.gz
gdb-78673fc6613e331a8e775f2a505fb89336c7fca5.tar.bz2
* read.c (get_line_sb): Don't end the line on a semicolon inside a
string. PR 11715.
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 53f00ec..2150974 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * read.c (get_line_sb): Don't end the line on a semicolon inside a
+ string.
+
start-sanitize-d30v
Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>