aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@britannica.bec.de>2009-06-13 08:23:03 +0000
committerRalf Wildenhues <rwild@gcc.gnu.org>2009-06-13 08:23:03 +0000
commit98f6c6001353550dbafae02051371d2bef236b99 (patch)
tree7b0de595d4211b3bdf077c999bc073af3cc2efe8 /gcc
parent718566853e66df337375a38e8237383885d3afbd (diff)
downloadgcc-98f6c6001353550dbafae02051371d2bef236b99.zip
gcc-98f6c6001353550dbafae02051371d2bef236b99.tar.gz
gcc-98f6c6001353550dbafae02051371d2bef236b99.tar.bz2
invoke.texi: Add missing option -Wp,OPTION in list, fix index entry for -Xpreprocessor.
gcc/: * doc/invoke.texi: Add missing option -Wp,OPTION in list, fix index entry for -Xpreprocessor. From-SVN: r148451
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 16529f9..37d8bef 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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):
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index f8792f4..8d133d0 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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.