diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-14 17:01:01 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-14 17:01:01 +0000 |
commit | b9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f (patch) | |
tree | abe66a401bdf8149bf9dea78de2b75cc16b66bd4 /gdb/frame.h | |
parent | 9ab9195f183692346cff01bbe15e77774ef1d608 (diff) | |
download | gdb-b9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f.zip gdb-b9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f.tar.gz gdb-b9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f.tar.bz2 |
2004-02-14 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
(DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
(DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
* frame.c (deprecated_get_next_frame_hack): Delete function.
* frame.h (deprecated_get_next_frame_hack): Delete declaration.
* blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
Update.
* infcall.c (call_function_by_hand): Update.
Index: doc/ChangeLog
2004-02-14 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index d45fc32..5d2a106 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -222,13 +222,6 @@ extern void select_frame (struct frame_info *); extern struct frame_info *get_prev_frame (struct frame_info *); extern struct frame_info *get_next_frame (struct frame_info *); -/* Given a FRAME, return the true next (more inner, younger) frame. - This one exposes the sentinel frame and, hence, never returns NULL. - It is here strictly to help old targets in their migration path to - the new frame code - the new code requires the NEXT, and not THIS - frame. */ -extern struct frame_info *deprecated_get_next_frame_hack (struct frame_info *); - /* Given a frame's ID, relocate the frame. Returns NULL if the frame is not found. */ extern struct frame_info *frame_find_by_id (struct frame_id id); |