From 06a9756916b538ba63db69dbfbfb770c9cc47c00 Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Thu, 12 Apr 2007 21:13:32 +0000 Subject: [PATCH] * doc/invoke.text (--help): Document --help=common. From-SVN: r123769 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2504abf5abe..842f0166d81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-12 Brooks Moses + + * doc/invoke.text (--help): Document --help=common. + 2007-04-12 Thomas Neumann * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5b104ccbbc4..d659faa8b4a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1128,6 +1128,9 @@ option. This will display the options supported for @var{language}, where @var{language} is the name of one of the languages supported in this version of GCC. + +@item @samp{common} +This will display the options that are common to all languages. @end table It is possible to further refine the output of the @option{--help=} -- 2.30.2