From: Andrew Cagney Date: Mon, 29 Sep 2003 20:18:51 +0000 (+0000) Subject: 2003-09-29 Andrew Cagney X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0d7f3771df85f622ac16adfb02cc63d68af554de;p=pf3gnuchains%2Fpf3gnuchains3x.git 2003-09-29 Andrew Cagney * gdbint.texinfo (Target Architecture Definition): Rename NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to TARGET_WRITE_PC. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 2c6c4ee43f..74cf864bce 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2003-09-29 Andrew Cagney + + * gdbint.texinfo (Target Architecture Definition): Rename + NPC_REGNUM to DEPRECATED_NPC_REGNUM. Add cross reference to + TARGET_WRITE_PC. + 2003-09-22 Michael Chastain * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index f13128b10a..d6776404ac 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.167 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.168 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -3677,10 +3677,13 @@ be the number (greater than or equal to zero) of that register. This should only need to be defined if @code{TARGET_READ_PC} and @code{TARGET_WRITE_PC} are not defined. -@item NPC_REGNUM -@findex NPC_REGNUM +@item DEPRECATED_NPC_REGNUM +@findex DEPRECATED_NPC_REGNUM The number of the ``next program counter'' register, if defined. +@code{DEPRECATED_NPC_REGNUM} has been replaced by @code{TARGET_WRITE_PC} +(@pxref{TARGET_WRITE_PC}). + @item PARM_BOUNDARY @findex PARM_BOUNDARY If non-zero, round arguments to a boundary of this many bits before @@ -3918,6 +3921,7 @@ Number of bits in a short integer; defaults to @code{2 * TARGET_CHAR_BIT}. @findex TARGET_READ_PC @itemx TARGET_WRITE_PC (@var{val}, @var{pid}) @findex TARGET_WRITE_PC +@anchor{TARGET_WRITE_PC} @itemx TARGET_READ_SP @findex TARGET_READ_SP @itemx TARGET_READ_FP