diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 2000-02-13 01:19:33 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 2000-02-13 01:19:33 +0000 |
commit | 4d9ab7f6c1e301d1a2e656280f75dc2e45775c9e (patch) | |
tree | 4c65dce1c25c186c0ecc65e7486709508186074c /gdb/ChangeLog | |
parent | d6e9fb0513bda136112dbed6a19d39b41e70ed47 (diff) | |
download | gdb-4d9ab7f6c1e301d1a2e656280f75dc2e45775c9e.zip gdb-4d9ab7f6c1e301d1a2e656280f75dc2e45775c9e.tar.gz gdb-4d9ab7f6c1e301d1a2e656280f75dc2e45775c9e.tar.bz2 |
Correct missing ChangeLog entry.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 92ffdcd..d346911 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -123,6 +123,16 @@ Wed Feb 9 01:14:54 2000 Andrew Cagney <cagney@amy.cygnus.com> * findvar.c: Don't omit argument type. * symtab.c: Remove unused variable. +2000-02-04 Jim Blandy <jimb@redhat.com> + + * c-typeprint.c (remove_qualifiers): New function. + (c_type_print_base): Use it to remove qualifiers from C++ + qualified names, not strrchr. + + * c-typeprint.c (c_type_print_base): Recognize type conversion + operators by calling is_type_conversion_operator. + (is_type_conversion_operator): New function. + 2000-02-04 Nick Clifton <nickc@cygnus.com> * config/arm/tm-arm.h (LOWEST_PC): Define. |