diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-09-29 20:24:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-09-29 20:24:04 +0000 |
commit | 44e0afe0fd648654b53631e58cb83a6eb55624c7 (patch) | |
tree | e10ef73fcbd3db0a0327921d9a80542da89b2ae0 | |
parent | 0d7f3771df85f622ac16adfb02cc63d68af554de (diff) | |
download | gdb-44e0afe0fd648654b53631e58cb83a6eb55624c7.tar.gz |
2003-09-29 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete
documentation for NEED_TEXT_START_END.
-rw-r--r-- | gdb/doc/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 74cf864bce7..8d83555a9bf 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-09-29 Andrew Cagney <cagney@redhat.com> + * gdbint.texinfo (Target Architecture Definition): Delete + documentation for NEED_TEXT_START_END. + * gdbint.texinfo (Target Architecture Definition): Rename NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to TARGET_WRITE_PC. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index d6776404aca..67cd39efe44 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.168 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.169 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -3483,11 +3483,6 @@ method like @code{INTEGER_TO_ADDRESS} certainly makes it possible for @xref{Target Architecture Definition, , Pointers Are Not Always Addresses}. -@item NEED_TEXT_START_END -@findex NEED_TEXT_START_END -Define this if @value{GDBN} should determine the start and end addresses of the -text section. (Seems dubious.) - @item NO_HIF_SUPPORT @findex NO_HIF_SUPPORT (Specific to the a29k.) |