aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-05-10 20:05:27 +0000
committerDaniel Jacobowitz <drow@false.org>2002-05-10 20:05:27 +0000
commit2654e6d432835d6402a57b64323d49cf699048b9 (patch)
treed028c2ebb89d2df753ec309f306f23e20fc385d7 /gdb/ChangeLog
parentc4b7bc2bea4cf67926e48f3c32f297d2f17c04fa (diff)
downloadgdb-2654e6d432835d6402a57b64323d49cf699048b9.zip
gdb-2654e6d432835d6402a57b64323d49cf699048b9.tar.gz
gdb-2654e6d432835d6402a57b64323d49cf699048b9.tar.bz2
2002-05-10 Daniel Jacobowitz <drow@mvista.com>
* linespec.c (decode_line_1): Check for a double quote after a filename correctly.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e81d9fa..4c3c3fb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-10 Daniel Jacobowitz <drow@mvista.com>
+
+ * linespec.c (decode_line_1): Check for a double quote after
+ a filename correctly.
+
2002-05-10 Jim Blandy <jimb@redhat.com>
Properly track the size of the current objfile's .debug_line section.