diff options
author | Jakub Jelinek <jakub@redhat.com> | 2011-03-31 10:50:03 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2011-03-31 10:50:03 +0200 |
commit | 76f9db36d5c7294658e55432044254591a9b88f6 (patch) | |
tree | 6f38ed9c44f20b42bbc330fa5eadf497c26cd4c9 /gcc/doc/invoke.texi | |
parent | b782646572c7d84dc69cbcee7377af074edd0d73 (diff) | |
download | gcc-76f9db36d5c7294658e55432044254591a9b88f6.tar.gz |
common.opt (fdebug-types-section): Move earlier.
* common.opt (fdebug-types-section): Move earlier.
* doc/invoke.texi: Fix up -fno-debug-types-section documentation.
From-SVN: r171773
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8507ea87416..3a10ec4c8a9 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -312,7 +312,7 @@ Objective-C and Objective-C++ Dialects}. -fdump-final-insns=@var{file} @gol -fcompare-debug@r{[}=@var{opts}@r{]} -fcompare-debug-second @gol -feliminate-dwarf2-dups -feliminate-unused-debug-types @gol --feliminate-unused-debug-symbols -femit-class-debug-always +-feliminate-unused-debug-symbols -femit-class-debug-always @gol -fdebug-types-section @gol -fmem-report -fpre-ipa-mem-report -fpost-ipa-mem-report -fprofile-arcs @gol -frandom-seed=@var{string} -fsched-verbose=@var{n} @gol @@ -4587,13 +4587,13 @@ option will increase the size of debugging information by as much as a factor of two. @item -fno-debug-types-section -@opindex fno-types-section -@opindex ftypes-section -By default when using Dwarf v4 or higher type DIEs will be put into +@opindex fno-debug-types-section +@opindex fdebug-types-section +By default when using DWARF v4 or higher type DIEs will be put into their own .debug_types section instead of making them part of the .debug_info section. It is more efficient to put them in a separate comdat sections since the linker will then be able to remove duplicates. -But not all dwarf consumers support .debug_types sections yet. +But not all DWARF consumers support .debug_types sections yet. @item -gstabs+ @opindex gstabs+ |