diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-07-28 15:49:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-07-28 15:49:04 +0000 |
commit | 54a5b07d668e9320efb1ada27582f859ccfaaaf3 (patch) | |
tree | bb8806432915e2a3c51e5fce41748971395d232f /gdb/ChangeLog | |
parent | e9667a656bea31ff7d801cf8a7699f0f006319a1 (diff) | |
download | gdb-54a5b07d668e9320efb1ada27582f859ccfaaaf3.zip gdb-54a5b07d668e9320efb1ada27582f859ccfaaaf3.tar.gz gdb-54a5b07d668e9320efb1ada27582f859ccfaaaf3.tar.bz2 |
2004-07-28 Andrew Cagney <cagney@gnu.org>
* gdbtypes.c (lookup_primitive_typename): Delete function.
* gdbtypes.h (lookup_primitive_typename): Delete declaration.
* ada-lex.l: Use language_lookup_primitive_type_by_name.
* gdbtypes.c (lookup_typename): Ditto.
* f-exp.y (yylex): Ditto.
* c-exp.y (yylex): Ditto, eliminate assignment in "if".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4a1fcdb..cd92e08 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2004-07-28 Andrew Cagney <cagney@gnu.org> + * gdbtypes.c (lookup_primitive_typename): Delete function. + * gdbtypes.h (lookup_primitive_typename): Delete declaration. + * ada-lex.l: Use language_lookup_primitive_type_by_name. + * gdbtypes.c (lookup_typename): Ditto. + * f-exp.y (yylex): Ditto. + * c-exp.y (yylex): Ditto, eliminate assignment in "if". + * scm-lang.c (c_builtin_types): Delete extern declaration. (scm_language_defn): Replace string_char_type and primitive_type_vector with |