summaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-04-05 15:39:34 +0000
committerAndrew Cagney <cagney@redhat.com>2003-04-05 15:39:34 +0000
commitd513dfc7d32999f7698e63b6c3b806f510efe0a6 (patch)
tree82ae65e247fbd13ed5c0c4e31f82d6b0d561b785 /gdb/frame.h
parent5888f35947a61510e747a15a31c47b2201ccc2f6 (diff)
downloadgdb-d513dfc7d32999f7698e63b6c3b806f510efe0a6.tar.gz
2003-04-05 Andrew Cagney <cagney@redhat.com>
* frame.c (get_frame_id): Update comment. (legacy_get_prev_frame): Update comment. * gdbarch.sh: Delete check for EXTRA_FRAME_INFO. * gdbarch.h: Regenerate. * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete. * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 9870fc2b9a0..ad81bd9bb41 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -320,7 +320,7 @@ extern void frame_pop (struct frame_info *frame);
/* Describe the saved registers of a frame. */
-#if defined (EXTRA_FRAME_INFO) || defined (FRAME_FIND_SAVED_REGS)
+#if defined (FRAME_FIND_SAVED_REGS)
/* XXXX - deprecated */
struct frame_saved_regs
{
@@ -388,13 +388,6 @@ struct frame_info
initialized by DEPRECATED_FRAME_INIT_SAVED_REGS(). */
CORE_ADDR *saved_regs; /*NUM_REGS + NUM_PSEUDO_REGS*/
-#ifdef EXTRA_FRAME_INFO
- /* XXXX - deprecated */
- /* Anything extra for this structure that may have been defined
- in the machine dependent files. */
- EXTRA_FRAME_INFO
-#endif
-
/* Anything extra for this structure that may have been defined
in the machine dependent files. */
/* Allocated by frame_extra_info_zalloc () which is called /