Browse Source

2002-04-21 David S. Miller <davem@redhat.com>

* gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
binutils-2_13-branch
David S. Miller 25 years ago
parent
commit
7673a6cc14
  1. 4
      gdb/doc/ChangeLog
  2. 6
      gdb/doc/gdbint.texinfo

4
gdb/doc/ChangeLog

@ -1,3 +1,7 @@
2002-04-21 David S. Miller <davem@redhat.com>
* gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
2002-04-21 Andrew Cagney <ac131313@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete

6
gdb/doc/gdbint.texinfo

@ -3415,12 +3415,6 @@ of a branch or jump.
A C expression that returns the address of the ``real'' code beyond the
function entry prologue found at @var{pc}.
@item SKIP_PROLOGUE_FRAMELESS_P
@findex SKIP_PROLOGUE_FRAMELESS_P
A C expression that should behave similarly, but that can stop as soon
as the function is known to have a frame. If not defined,
@code{SKIP_PROLOGUE} will be used instead.
@item SKIP_TRAMPOLINE_CODE (@var{pc})
@findex SKIP_TRAMPOLINE_CODE
If the target machine has trampoline code that sits between callers and

Loading…
Cancel
Save