diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-03 20:56:43 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-03 20:56:43 +0000 |
commit | f0ced22f9430777bce777f7b50380c2d7e0e34a4 (patch) | |
tree | 7e9cbdd8a56f2ae4ea0fb1dc6ceacbcbe27b1133 /gdb/doc | |
parent | 3b7ae567b28a1bc56ae65b254859bed13b7c5f9b (diff) | |
download | gdb-f0ced22f9430777bce777f7b50380c2d7e0e34a4.tar.gz |
2003-10-03 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Deprecate
IBM6000_TARGET. Mention that it implies an RS/6000 system and not
just target.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d3a2cca5f13..3ab8252ad8b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2003-10-03 Andrew Cagney <cagney@redhat.com> + + * gdbint.texinfo (Target Architecture Definition): Deprecate + IBM6000_TARGET. Mention that it implies an RS/6000 system and not + just target. + 2003-10-02 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Rename diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 8c4b5bc32fe..90e9d4731a0 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.172 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.173 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -3382,9 +3382,9 @@ pointer. It examines the current state of the machine as needed. Define this if you need to supply your own definition for the function @code{DEPRECATED_GET_SAVED_REGISTER}. -@item IBM6000_TARGET -@findex IBM6000_TARGET -Shows that we are configured for an IBM RS/6000 target. This +@item DEPRECATED_IBM6000_TARGET +@findex DEPRECATED_IBM6000_TARGET +Shows that we are configured for an IBM RS/6000 system. This conditional should be eliminated (FIXME) and replaced by feature-specific macros. It was introduced in a haste and we are repenting at leisure. |