diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-04-14 13:38:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-04-14 13:38:07 +0000 |
commit | f208ba17b9e2ab2f57d5505c237492f4dcc9e0c7 (patch) | |
tree | 15b612f842d3503acb11250d7ec863c241114450 /gdb/doc | |
parent | a29216ec3c70e815fbc288abb68246720434f45d (diff) | |
download | gdb-f208ba17b9e2ab2f57d5505c237492f4dcc9e0c7.zip gdb-f208ba17b9e2ab2f57d5505c237492f4dcc9e0c7.tar.gz gdb-f208ba17b9e2ab2f57d5505c237492f4dcc9e0c7.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2f27290..24a6fa9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-14 Andrew Cagney <ac131313@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Remove + FRAME_CHAIN_COMBINE. + 2002-04-12 Michael Chastain <mec@shout.net> * gdbint.texinfo (Obsolete Conditionals): Remove reference to 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 |