diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-02 23:20:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-02 23:20:50 +0000 |
commit | 6011ff3a536ef518d98c170cc24372301bab750f (patch) | |
tree | d56b633cb696676eef297028366ab5a7acfc5e4f /gdb/doc | |
parent | ee87784b2ceb7e15e0cf7b349d452f3707cab2af (diff) | |
download | gdb-6011ff3a536ef518d98c170cc24372301bab750f.tar.gz |
2004-04-02 Andrew Cagney <cagney@redhat.com>
* sh64-tdep.c (sh64_init_extra_frame_info): Replace
DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
* dummy-frame.h: Delete out-of-date comments.
* gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
* gdbarch.h, gdbarch.c: Re-generate.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 72c5e6ae64e..63ffa779d9c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-04-02 Andrew Cagney <cagney@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Delete + reference to DEPRECATED_CALL_DUMMY_LENGTH. + 2004-03-28 Stephane Carrez <stcarrez@nerim.fr> * gdb.texinfo (TUI Commands): Document tui reg commands. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index bd41a214324..8665c1a0cde 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -38,7 +38,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.194 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.195 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -3057,7 +3057,7 @@ This method has been replaced by @code{push_dummy_code} @item DEPRECATED_SIZEOF_CALL_DUMMY_WORDS @findex DEPRECATED_SIZEOF_CALL_DUMMY_WORDS The size of @code{DEPRECATED_CALL_DUMMY_WORDS}. This must return a -positive value. See also @code{DEPRECATED_CALL_DUMMY_LENGTH}. +positive value. This method has been replaced by @code{push_dummy_code} (@pxref{push_dummy_code}). |