aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorRoland Pesch <pesch@cygnus>1992-08-18 21:14:22 +0000
committerRoland Pesch <pesch@cygnus>1992-08-18 21:14:22 +0000
commit6f28dd0bca730aaaf5276dde77ad38881cc39a61 (patch)
tree01e59e5bef5076340eacd311a7a4a351f87e23a4 /gdb/doc
parentb189e892be0878befd658925944e9c046b5efc52 (diff)
downloadgdb-6f28dd0bca730aaaf5276dde77ad38881cc39a61.zip
gdb-6f28dd0bca730aaaf5276dde77ad38881cc39a61.tar.gz
gdb-6f28dd0bca730aaaf5276dde77ad38881cc39a61.tar.bz2
Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo: in h8 config, do not describe searching commands.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo4
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 03324ea..764e1e8 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
+
+ * gdb.texinfo: in h8 config, do not describe searching commands.
+
Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index f979a1b..58317ac 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -3049,7 +3049,9 @@ _fi__(!_DOSHOST__)
@menu
* List:: Printing Source Lines
+_if__(_GENERIC__ || !_H8__)
* Search:: Searching Source Files
+_fi__(_GENERIC__ || !_H8__)
* Source Path:: Specifying Source Directories
* Machine Code:: Source and Machine Code
@end menu
@@ -3173,6 +3175,7 @@ Specifies the line containing the program address @var{address}.
@var{address} may be any expression.
@end table
+_if__(_GENERIC__ || !_H8__)
@node Search
@section Searching Source Files
@cindex searching
@@ -3198,6 +3201,7 @@ with the one before the last line listed and going backward, for a match
for @var{regexp}. It lists the line that is found. You can abbreviate
this command as @code{rev}.
@end table
+_fi__(_GENERIC__ || !_H8__)
@node Source Path
@section Specifying Source Directories