diff options
author | Keith Seitz <keiths@redhat.com> | 2009-08-25 18:40:45 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2009-08-25 18:40:45 +0000 |
commit | ec7f2efef84eae8bf6a1228c1d27fd2c19db5408 (patch) | |
tree | 2b82d8aeaa0be31a52ae5c5f5af98e949ff5d3a5 /gdb/ChangeLog | |
parent | 3a1ff0b63931e01abd4700ea265be2b72005be75 (diff) | |
download | binutils-gdb-ec7f2efef84eae8bf6a1228c1d27fd2c19db5408.tar.gz |
* c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3
searches.
(tokentab3): Add cxx_only for DOT_STAR.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 14db800645d..2ab9ec8ec17 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-08-25 Keith Seitz <keiths@redhat.com> + + * c-exp.y (yylex): Add cxx_only check for tokentab2 and tokentab3 + searches. + (tokentab3): Add cxx_only for DOT_STAR. + 2009-08-25 Pedro Alves <pedro@codesourcery.com> * inferior.c (print_inferior): Align columns left. Remove header |