gcc/:
* doc/invoke.texi: Add missing option -Wp,OPTION in list,
fix index entry for -Xpreprocessor.
From-SVN: r148451
+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):
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
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.