aboutsummaryrefslogtreecommitdiff
path: root/gdb/stack.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-01 21:47:19 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-01 21:47:19 +0000
commit5bc602c771a929ead79869a4001b7682f7091efc (patch)
tree0ced7f1968b2aeb7c32809d16f1896fe34a61147 /gdb/stack.c
parent03d363a1457cd1aed97903af8880a6c158226665 (diff)
downloadgdb-5bc602c771a929ead79869a4001b7682f7091efc.zip
gdb-5bc602c771a929ead79869a4001b7682f7091efc.tar.gz
gdb-5bc602c771a929ead79869a4001b7682f7091efc.tar.bz2
2004-08-01 Andrew Cagney <cagney@gnu.org>
* frame.h (deprecated_frame_xmalloc_with_cleanup) (frame_saved_regs_zalloc, frame_extra_info_zalloc) (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete. * stack.c (frame_info): Delete references to DEPRECATED_FRAME_INIT_SAVED_REGS and deprecated_get_frame_saved_regs. * frame.c (struct frame_info): Delete saved_regs and extra_info. (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC. (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER. (frame_unwind_register_signed) (frame_unwind_register_unsigned) (frame_unwind_unsigned_register): Use register_size. (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO. (deprecated_frame_xmalloc_with_cleanup) (frame_saved_regs_zalloc, frame_extra_info_zalloc) (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
Diffstat (limited to 'gdb/stack.c')
-rw-r--r--gdb/stack.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/stack.c b/gdb/stack.c
index e650d07..0bd2c25 100644
--- a/gdb/stack.c
+++ b/gdb/stack.c
@@ -1003,9 +1003,6 @@ frame_info (char *addr_exp, int from_tty)
}
}
- if (DEPRECATED_FRAME_INIT_SAVED_REGS_P ()
- && deprecated_get_frame_saved_regs (fi) == NULL)
- DEPRECATED_FRAME_INIT_SAVED_REGS (fi);
/* Print as much information as possible on the location of all the
registers. */
{