diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 3df808d..1e213dc 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-01-17 Andrew Cagney <cagney@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Delete + documentation on DEPRECATED_NPC_REGNUM. + 2004-01-13 Daniel Jacobowitz <drow@mvista.com> * gdb.texinfo: Update copyright year. Mention that set diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 2cd88d9..9402274 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3715,13 +3715,6 @@ 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 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 |