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/config/mips | |
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/config/mips')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 51a6a7d..59aeb5d 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -130,10 +130,6 @@ typedef struct mips_extra_func_info } *mips_extra_func_info_t; -extern void mips_print_extra_frame_info (struct frame_info *frame); -#define PRINT_EXTRA_FRAME_INFO(fi) \ - mips_print_extra_frame_info (fi) - /* It takes two values to specify a frame on the MIPS. In fact, the *PC* is the primary value that sets up a frame. The |