summaryrefslogtreecommitdiffstats
path: root/doc/started/gdb.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-25 13:15:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-25 13:15:14 +0000
commitbb4b574983e908329ff6feaff0a0e662ae621649 (patch)
treef870e550c3c376117f9137892dd30c282c4209a7 /doc/started/gdb.t
parentPatch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>. (diff)
downloadrtems-bb4b574983e908329ff6feaff0a0e662ae621649.tar.bz2
Merged changes from 4.5 branch and removed that branch.
Diffstat (limited to 'doc/started/gdb.t')
-rw-r--r--doc/started/gdb.t9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/started/gdb.t b/doc/started/gdb.t
index ee05ee2958..1052315875 100644
--- a/doc/started/gdb.t
+++ b/doc/started/gdb.t
@@ -67,15 +67,6 @@ find . -name "*.rej" -print
If any files are found with the .rej extension, a patch has been rejected.
This should not happen with a good patch file.
-To see the files that have been modified use the sequence:
-
-@example
-cd tools/@value{GDB-UNTAR}
-find . -name "*.orig" -print
-@end example
-
-The files that are found, have been modified by the patch file.
-
@end ifset
@section Using the bit_gdb script