diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-04-12 21:13:32 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-04-12 14:13:32 -0700 |
commit | 06a9756916b538ba63db69dbfbfb770c9cc47c00 (patch) | |
tree | 0454b584a6021e27835eb5990872c61b048e8f0c /gcc | |
parent | 1d6657b0c0ee30abb4379edab4e9d208f56ad68e (diff) | |
download | gcc-06a9756916b538ba63db69dbfbfb770c9cc47c00.zip gcc-06a9756916b538ba63db69dbfbfb770c9cc47c00.tar.gz gcc-06a9756916b538ba63db69dbfbfb770c9cc47c00.tar.bz2 |
* doc/invoke.text (--help): Document --help=common.
From-SVN: r123769
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2504abf..842f016 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-04-12 Brooks Moses <brooks.moses@codesourcery.com> + + * doc/invoke.text (--help): Document --help=common. + 2007-04-12 Thomas Neumann <tneumann@users.sourceforge.net> * stub-objc.c (objc_build_keyword_decl): Avoid C++ keywords. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5b104cc..d659faa 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=} |