diff options
author | Tom Tromey <tromey@redhat.com> | 2013-07-02 16:58:32 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-07-02 16:58:32 +0000 |
commit | 3105ebf9288ca18c69a00267692b84b656215f11 (patch) | |
tree | 745c0a56633b26180237b85043bd07c4a9047c8f /gdb | |
parent | d5be367d70cf197ab150cb0a868f26fa0768c50e (diff) | |
download | gdb-3105ebf9288ca18c69a00267692b84b656215f11.zip gdb-3105ebf9288ca18c69a00267692b84b656215f11.tar.gz gdb-3105ebf9288ca18c69a00267692b84b656215f11.tar.bz2 |
remove mention of "target nrom"
The documentation refers to "target nrom", but this target doesn't
appear in the tree. It was zapped here:
2002-12-16 Andrew Cagney <ac131313@redhat.com>
[...]
* remote-nrom.c, remote-os9k.c, remote-vx960.c: Delete.
This patch removes the reference from the documentation.
* gdb.texinfo (Target Commands): Don't mention "target nrom".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 10 |
2 files changed, 4 insertions, 10 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 31beba8..9cb925c 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2013-07-02 Tom Tromey <tromey@redhat.com> + + * gdb.texinfo (Target Commands): Don't mention "target nrom". + 2013-06-28 Tom Tromey <tromey@redhat.com> * Makefile.in (version.subst): Use version.in, not diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d75a3d1..fae54e4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -17687,16 +17687,6 @@ Processors}. @end table -Some configurations may include these targets as well: - -@table @code - -@item target nrom @var{dev} -@cindex NetROM ROM emulator target -NetROM ROM emulator. This target only supports downloading. - -@end table - Different targets are available on different configurations of @value{GDBN}; your configuration may have more or fewer targets. |