diff options
author | Kenneth Zadeck <zadeck@naturalbridge.com> | 2007-11-08 13:47:41 +0000 |
---|---|---|
committer | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2007-11-08 13:47:41 +0000 |
commit | 71733172a45e638feaed625231589440b56256e3 (patch) | |
tree | ebe6f22b8c0bc10a141057f0afab8127683bf495 /gcc/common.opt | |
parent | d3a9662cad3d78d1598aac80b69d3fa466ae9b03 (diff) | |
download | gcc-71733172a45e638feaed625231589440b56256e3.zip gcc-71733172a45e638feaed625231589440b56256e3.tar.gz gcc-71733172a45e638feaed625231589440b56256e3.tar.bz2 |
common.opt: Add pointer to doc/options.texi.
2007-11-07 Kenneth Zadeck <zadeck@naturalbridge.com>
* common.opt: Add pointer to doc/options.texi.
* doc/invoke.texi (-fdse, -fdce, -fauto-inc-dec, -fipa-pure-const,
-fipa-reference): Add or correct doc. Sorted options list for -Os
-O, -O2.
From-SVN: r130000
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 0652205..b1b91c1 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -18,7 +18,7 @@ ; along with GCC; see the file COPYING3. If not see ; <http://www.gnu.org/licenses/>. -; See the GCC internals manual for a description of this file's format. +; See the GCC internals manual (options.texi) for a description of this file's format. ; Please try to keep this file in ASCII collating order. |