diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-05 16:42:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-05 16:42:35 +0000 |
commit | 0a05698224611aed5a88fcbdfabd1fb6b74fcc86 (patch) | |
tree | ef4cedf30b341c2808a3772cb6bae49ee3c7b507 /gdb/ChangeLog | |
parent | 29e0a0623d53e0c91dfd93a364ba01475a72f97f (diff) | |
download | gdb-0a05698224611aed5a88fcbdfabd1fb6b74fcc86.zip gdb-0a05698224611aed5a88fcbdfabd1fb6b74fcc86.tar.gz gdb-0a05698224611aed5a88fcbdfabd1fb6b74fcc86.tar.bz2 |
2003-11-05 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_dump_tdep): Do not print
PRINT_EXTRA_FRAME_INFO.
* config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO):
Rename PRINT_EXTRA_FRAME_INFO.
* mips-tdep.c (mips_print_extra_frame_info): Delete function.
* config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro.
(mips_print_extra_frame_info): Delete declaration.
* stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d177db0..2dc6272 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2003-11-05 Andrew Cagney <cagney@redhat.com> + + * mips-tdep.c (mips_dump_tdep): Do not print + PRINT_EXTRA_FRAME_INFO. + * config/sparc/tm-sparc.h (DEPRECATED_PRINT_EXTRA_FRAME_INFO): + Rename PRINT_EXTRA_FRAME_INFO. + * mips-tdep.c (mips_print_extra_frame_info): Delete function. + * config/mips/tm-mips.h (PRINT_EXTRA_FRAME_INFO): Delete macro. + (mips_print_extra_frame_info): Delete declaration. + * stack.c (frame_info): Use DEPRECATED_PRINT_EXTRA_FRAME_INFO. + 2003-11-05 Elena Zannoni <ezannoni@redhat.com> * coffread.c (coff_symtab_read): Remove passing of info parameter |