OSDN Git Service

Specifiy range for <N> in -B option.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jul 2001 14:03:14 +0000 (14:03 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jul 2001 14:03:14 +0000 (14:03 +0000)
Use 'dir' not 'foo' as example directory name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43731 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index c84ae0e..a021f3d 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-03  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * doc/invoke.texi (Directory Options): Specifiy range for <N> in
+       -B option.  Use 'dir' not 'foo' as example directory name.
+
 2001-07-03  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config/i386/sol2.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
index 4b01442..82b1d0c 100644 (file)
@@ -4430,8 +4430,9 @@ the environment variable @env{GCC_EXEC_PREFIX}.  @xref{Environment
 Variables}.
 
 As a special kludge, if the path provided by @option{-B} is
-@file{[foo/]stage@var{N}/} then it will be replaced by
-@file{[foo/]include}.  This is to help with boot-strapping the compiler.
+@file{[dir/]stage@var{N}/}, where @var{N} is a number in the range 0 to
+9, then it will be replaced by @file{[dir/]include}.  This is to help
+with boot-strapping the compiler. 
 
 @item -specs=@var{file}
 @opindex specs