aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi5
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c84ae0e..a021f3d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 4b01442..82b1d0c 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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