]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi: Add missing option -Wp,OPTION in list, fix index entry for -Xpreprocessor.
authorJoerg Sonnenberger <joerg@britannica.bec.de>
Sat, 13 Jun 2009 08:23:03 +0000 (08:23 +0000)
committerRalf Wildenhues <rwild@gcc.gnu.org>
Sat, 13 Jun 2009 08:23:03 +0000 (08:23 +0000)
gcc/:
* doc/invoke.texi: Add missing option -Wp,OPTION in list,
fix index entry for -Xpreprocessor.

From-SVN: r148451

gcc/ChangeLog
gcc/doc/invoke.texi

index 16529f942cefbbac0b49ff26214b2b2c339c9220..37d8beff91df4bb14376f9914745000fea951bbd 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-13  Joerg Sonnenberger  <joerg@britannica.bec.de>
+
+       * doc/invoke.texi: Add missing option -Wp,OPTION in list,
+       fix index entry for -Xpreprocessor.
+
 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
 
        * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
index f8792f439fb3820887ffee652e23ac0f3afa60b1..8d133d097e6c128c3497385f351ad89ac9fca363 100644 (file)
@@ -7992,6 +7992,7 @@ they cause the preprocessor output to be unsuitable for actual
 compilation.
 
 @table @gcctabopt
+@item -Wp,@var{option}
 @opindex Wp
 You can use @option{-Wp,@var{option}} to bypass the compiler driver
 and pass @var{option} directly through to the preprocessor.  If
@@ -8004,7 +8005,7 @@ you should avoid using @option{-Wp} and let the driver handle the
 options instead.
 
 @item -Xpreprocessor @var{option}
-@opindex preprocessor
+@opindex Xpreprocessor
 Pass @var{option} as an option to the preprocessor.  You can use this to
 supply system-specific preprocessor options which GCC does not know how to
 recognize.