2003-09-29 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 29 Sep 2003 20:18:51 +0000 (20:18 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 29 Sep 2003 20:18:51 +0000 (20:18 +0000)
* gdbint.texinfo (Target Architecture Definition): Rename
NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
TARGET_WRITE_PC.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index 2c6c4ee43f2b00bda2dbc0478a0189ca7c648a76..74cf864bce700bec362730f497b7efa3775e0a0b 100644 (file)
@@ -1,3 +1,9 @@
+2003-09-29  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbint.texinfo (Target Architecture Definition): Rename
+       NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
+       TARGET_WRITE_PC.
+       
 2003-09-22  Michael Chastain  <mec@shout.net>
 
        * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
index 27136537e096d4f1572326ebad4f6895ff92ef15..c593f187267fcf6a1ce7dd17025b6b8bc996e8e7 100644 (file)
@@ -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
This page took 0.031005 seconds and 4 git commands to generate.