From: Roland Pesch Date: Wed, 24 Jul 1991 01:37:46 +0000 (+0000) Subject: 1) Added conditionals around node structure, giving clean nodes for either X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff2e4391f7ab509aea251d564c55f21532959ba0;p=binutils-gdb.git 1) Added conditionals around node structure, giving clean nodes for either generic or cross-debugging manual. 2) Allowed $Id: to be texinfo comment. --- diff --git a/gdb/doc/gdb.invoc-m4 b/gdb/doc/gdb.invoc-m4 index e954ae9805f..1ff32def53d 100755 --- a/gdb/doc/gdb.invoc-m4 +++ b/gdb/doc/gdb.invoc-m4 @@ -1,13 +1,13 @@ _dnl__ -*- Texinfo -*- _dnl__ Copyright (c) 1988 1989 1990 1991 Free Software Foundation, Inc. _dnl__ This file is part of the source for the GDB manual. -_dnl__ $Id$ +@c M4 FRAGMENT: $Id$ @node Invocation, Commands, Sample Session, Top @chapter Getting In and Out of _GDBN__ @menu * Starting _GDBN__:: Starting _GDBN__ -* Leaving _GDBN__:: Leaving _GDBN__ +* Leaving _GDBN__:: Leaving _GDBN__ * Shell Commands:: Shell Commands @end menu @@ -92,7 +92,12 @@ Execute _GDBN__ commands from file @var{file}. @xref{Command Files}. Add @var{directory} to the path to search for source files. @end table +_if__(!_GENERIC__) @node Mode Options, i960-Nindy Remote, File Options, Starting _GDBN__ +_fi__(!_GENERIC__) +_if__(_GENERIC__) +@node Mode Options, , File Options, Starting _GDBN__ +_fi__(_GENERIC__) @subsection Choosing Modes @table @code