summaryrefslogtreecommitdiffstats
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-14 17:01:01 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-14 17:01:01 +0000
commitb9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f (patch)
treeabe66a401bdf8149bf9dea78de2b75cc16b66bd4 /gdb/frame.c
parent9ab9195f183692346cff01bbe15e77774ef1d608 (diff)
downloadppe42-binutils-b9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f.tar.gz
ppe42-binutils-b9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f.zip
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.c')
-rw-r--r--gdb/frame.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/frame.c b/gdb/frame.c
index e608005d30..6b0ed77303 100644
--- a/gdb/frame.c
+++ b/gdb/frame.c
@@ -1227,12 +1227,6 @@ get_next_frame (struct frame_info *this_frame)
return NULL;
}
-struct frame_info *
-deprecated_get_next_frame_hack (struct frame_info *this_frame)
-{
- return this_frame->next;
-}
-
/* Flush the entire frame cache. */
void
OpenPOWER on IntegriCloud