From f208ba17b9e2ab2f57d5505c237492f4dcc9e0c7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sun, 14 Apr 2002 13:38:07 +0000 Subject: * config/pa/tm-hppa.h (FRAME_CHAIN_COMBINE): Delete macro. * blockframe.c (FRAME_CHAIN_COMBINE): Delete macro. (get_prev_frame): Do not call FRAME_CHAIN_COMBINE. * gdbint.texinfo (Target Architecture Definition): Remove FRAME_CHAIN_COMBINE. --- gdb/doc/gdbint.texinfo | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/doc/gdbint.texinfo') diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index f3753aa..42d2752 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -2935,12 +2935,6 @@ See @file{stack.c}. @findex FRAME_CHAIN Given @var{frame}, return a pointer to the calling frame. -@item FRAME_CHAIN_COMBINE(@var{chain}, @var{frame}) -@findex FRAME_CHAIN_COMBINE -Define this to take the frame chain pointer and the frame's nominal -address and produce the nominal address of the caller's frame. -Presently only defined for HP PA. - @item FRAME_CHAIN_VALID(@var{chain}, @var{thisframe}) @findex FRAME_CHAIN_VALID Define this to be an expression that returns zero if the given frame is -- cgit v1.1