aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sparc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-05 16:42:35 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-05 16:42:35 +0000
commit0a05698224611aed5a88fcbdfabd1fb6b74fcc86 (patch)
treeef4cedf30b341c2808a3772cb6bae49ee3c7b507 /gdb/config/sparc
parent29e0a0623d53e0c91dfd93a364ba01475a72f97f (diff)
downloadgdb-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/sparc')
-rw-r--r--gdb/config/sparc/tm-sparc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h
index 94e8d8c..eb02227 100644
--- a/gdb/config/sparc/tm-sparc.h
+++ b/gdb/config/sparc/tm-sparc.h
@@ -204,7 +204,7 @@ extern const unsigned char *sparc_breakpoint_from_pc (CORE_ADDR *pc, int *len);
#define CANNOT_STORE_REGISTER(regno) ((regno) == G0_REGNUM)
-#define PRINT_EXTRA_FRAME_INFO(FI) \
+#define DEPRECATED_PRINT_EXTRA_FRAME_INFO(FI) \
sparc_print_extra_frame_info (FI)
extern void sparc_print_extra_frame_info (struct frame_info *);