diff options
author | Tom Tromey <tromey@redhat.com> | 2008-12-22 14:21:01 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-12-22 14:21:01 +0000 |
commit | ba163c7e4485a5653070684f15f8eb06d62683a5 (patch) | |
tree | 7cd9f481ac3dc809d514c76e129a8a62aec0683b /gdb/testsuite/ChangeLog | |
parent | 9a61c7a6d7efba6be879313c546887243f50d8ae (diff) | |
download | gdb-ba163c7e4485a5653070684f15f8eb06d62683a5.zip gdb-ba163c7e4485a5653070684f15f8eb06d62683a5.tar.gz gdb-ba163c7e4485a5653070684f15f8eb06d62683a5.tar.bz2 |
gdb
* c-exp.y (ident_tokens): New global.
(struct token) <cxx_only>: New field.
(tokentab3): Update.
(tokentab2): Update.
(yylex): Use ident_tokens.
gdb/testsuite
* gdb.cp/punctuator.exp: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d5ae448..68981fd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-12-22 Tom Tromey <tromey@redhat.com> + + * gdb.cp/punctuator.exp: New file. + 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.base/completion.exp (Completing non-existing component): New test. |