diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-18 01:22:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-18 01:22:57 +0000 |
commit | ee300cd4b1b3a9907dc03c336e13976501de5a59 (patch) | |
tree | 578926bcf8420eb22d2bc6347155e915c9c8b1c3 /gdb/ChangeLog | |
parent | fcacc9c2829eca388a8c7317e5fb2f5c52088213 (diff) | |
download | gdb-ee300cd4b1b3a9907dc03c336e13976501de5a59.zip gdb-ee300cd4b1b3a9907dc03c336e13976501de5a59.tar.gz gdb-ee300cd4b1b3a9907dc03c336e13976501de5a59.tar.bz2 |
2004-01-17 Andrew Cagney <cagney@redhat.com>
* mdebugread.c: Update copyright.
(parse_symbol): Replace DEPRECATED_STREQ with strcmp.
(parse_type, parse_procedure): Ditto.
(parse_partial_symbols, psymtab_to_symtab_1): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e0e0f0d..0404da0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-01-17 Andrew Cagney <cagney@redhat.com> + * mdebugread.c: Update copyright. + (parse_symbol): Replace DEPRECATED_STREQ with strcmp. + (parse_type, parse_procedure): Ditto. + (parse_partial_symbols, psymtab_to_symtab_1): Ditto. + * cris-tdep.c (cris_store_struct_return): Put back accidently deleted function. |