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 | 268e2188466a6af7c98a68358c90141a54d1481d (patch) | |
tree | d201cfd3c0002229558dedd730cdfe3649006feb /gdb | |
parent | 9b540880d68f565c0a7a4e2d4aa9205e70e12a0a (diff) | |
download | gdb-268e2188466a6af7c98a68358c90141a54d1481d.zip gdb-268e2188466a6af7c98a68358c90141a54d1481d.tar.gz gdb-268e2188466a6af7c98a68358c90141a54d1481d.tar.bz2 |
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')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d3a2cca..3ab8252 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 956b645d..385541e 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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. |