aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-10-27 19:28:52 +0000
committerPedro Alves <palves@redhat.com>2008-10-27 19:28:52 +0000
commit5256a53bb3fbf514d1e9a1fed84ce57d7a94ecc8 (patch)
treeba0442f22a8fe344338c4994e0f6d44e5bdd9538 /gdb/ChangeLog
parentaed1add31bf14e0cf760f01ac02437988b5762c3 (diff)
downloadgdb-5256a53bb3fbf514d1e9a1fed84ce57d7a94ecc8.zip
gdb-5256a53bb3fbf514d1e9a1fed84ce57d7a94ecc8.tar.gz
gdb-5256a53bb3fbf514d1e9a1fed84ce57d7a94ecc8.tar.bz2
* cp-name-parser.y: Include defs.h instead of config.h.
(parse_escape): Rename to ... (cp_parse_escape): ... this. (yylex): Update. (xfree) [TEST_CPNAMES]: New.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 44fda81..f55262c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2008-10-27 Pedro Alves <pedro@codesourcery.com>
+ * cp-name-parser.y: Include defs.h instead of config.h.
+ (parse_escape): Rename to ...
+ (cp_parse_escape): ... this.
+ (yylex): Update.
+ (xfree) [TEST_CPNAMES]: New.
+
+2008-10-27 Pedro Alves <pedro@codesourcery.com>
+
* CONTRIBUTE: Mention autoconf 2.59 and configure.ac instead of
2.13 and configure.in.