diff options
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. |