diff options
author | Pedro Alves <palves@redhat.com> | 2008-10-27 19:28:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-10-27 19:28:52 +0000 |
commit | 5256a53bb3fbf514d1e9a1fed84ce57d7a94ecc8 (patch) | |
tree | ba0442f22a8fe344338c4994e0f6d44e5bdd9538 /gdb/ChangeLog | |
parent | aed1add31bf14e0cf760f01ac02437988b5762c3 (diff) | |
download | gdb-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/ChangeLog | 8 |
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. |