From: Andrew Cagney Date: Fri, 19 Sep 2003 20:11:42 +0000 (+0000) Subject: Revert previous patch. Oops, didn't mean to yank the doco X-Git-Tag: carlton-dictionary-20031111-merge~511 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b98a99af0ebd8ca8c467044f5ac3dc655b715aff;p=pf3gnuchains%2Fpf3gnuchains4x.git Revert previous patch. Oops, didn't mean to yank the doco --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 18b31b87cf..b471806c2a 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,8 +1,3 @@ -2003-09-19 Andrew Cagney - - * gdbint.texinfo (Target Architecture Definition): Delete - documentation for NEED_TEXT_START_END. - 2003-09-18 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Delete diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index b974927090..f1b22e4864 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.163 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.164 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -3483,6 +3483,11 @@ 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.)