diff options
author | David S. Miller <davem@redhat.com> | 2002-04-22 01:39:54 +0000 |
---|---|---|
committer | David S. Miller <davem@redhat.com> | 2002-04-22 01:39:54 +0000 |
commit | 7673a6cc14f0b828cc1c80b869ba8eda4a610a9e (patch) | |
tree | f788f792ee40ff6abea9f7a82427ece5dc8e9ba7 /gdb | |
parent | 99633aa4f81970ca618720b7a796acafd5ada195 (diff) | |
download | gdb-7673a6cc14f0b828cc1c80b869ba8eda4a610a9e.zip gdb-7673a6cc14f0b828cc1c80b869ba8eda4a610a9e.tar.gz gdb-7673a6cc14f0b828cc1c80b869ba8eda4a610a9e.tar.bz2 |
2002-04-21 David S. Miller <davem@redhat.com>
* gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6cb5b17..6e42d34 100644 --- a/gdb/doc/ChangeLog +++ b/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 diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 408e043..0e8a91d 100644 --- a/gdb/doc/gdbint.texinfo +++ b/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 |