diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2016-01-18 17:47:09 -0500 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2016-01-18 17:47:09 -0500 |
commit | b0b662cc5653addf4f59bcd2300f11d9df2b6637 (patch) | |
tree | e01b3658e6e86a5afc9a29c84dc064b5125c774f /gcc/doc/cppopts.texi | |
parent | 89f0a62ebcb9b8ef92aee117df5358c3b14932a6 (diff) | |
download | gcc-b0b662cc5653addf4f59bcd2300f11d9df2b6637.zip gcc-b0b662cc5653addf4f59bcd2300f11d9df2b6637.tar.gz gcc-b0b662cc5653addf4f59bcd2300f11d9df2b6637.tar.bz2 |
invoke.texi (Invoking GCC): Add new section to menu.
2016-01-18 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/invoke.texi (Invoking GCC): Add new section to menu.
(Option Summary): Update to reflect new section and moved options.
(C++ Dialect Options): Move -fstats to new section.
(Debugging Options): Move all dump, statistics, and other GCC
developer options to new section. Rewrite section introduction
and re-order remaining options to put the more basic ones first.
(Optimization Options): Move -fira-verbose and -flto-report* to
new section.
(Developer Options): New section incorporating moved options.
* doc/cppopts.texi (-dM): Update cross-reference.
From-SVN: r232541
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index f714240..c5f919a 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -710,7 +710,7 @@ will show all the predefined macros. If you use @option{-dM} without the @option{-E} option, @option{-dM} is interpreted as a synonym for @option{-fdump-rtl-mach}. -@xref{Debugging Options, , ,gcc}. +@xref{Developer Options, , ,gcc}. @item D @opindex dD |