]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
2004-08-01 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Sun, 1 Aug 2004 21:47:19 +0000 (21:47 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 1 Aug 2004 21:47:19 +0000 (21:47 +0000)
commit5bc602c771a929ead79869a4001b7682f7091efc
tree0ced7f1968b2aeb7c32809d16f1896fe34a61147
parent03d363a1457cd1aed97903af8880a6c158226665
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.
gdb/ChangeLog
gdb/frame.c
gdb/frame.h
gdb/stack.c