summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2011-03-31 10:50:03 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2011-03-31 10:50:03 +0200
commit76f9db36d5c7294658e55432044254591a9b88f6 (patch)
tree6f38ed9c44f20b42bbc330fa5eadf497c26cd4c9 /gcc/common.opt
parentb782646572c7d84dc69cbcee7377af074edd0d73 (diff)
downloadgcc-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/common.opt')
-rw-r--r--gcc/common.opt8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 213645cd97e..e6ac6403f92 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -918,6 +918,10 @@ fdebug-prefix-map=
Common Joined RejectNegative Var(common_deferred_options) Defer
Map one directory name to another in debug information
+fdebug-types-section
+Common Report Var(flag_debug_types_section) Init(1)
+Output .debug_types section when using DWARF v4 debuginfo.
+
; Nonzero for -fdefer-pop: don't pop args after each function call
; instead save them up to pop many calls' args with one insns.
fdefer-pop
@@ -1012,10 +1016,6 @@ femit-class-debug-always
Common Report Var(flag_emit_class_debug_always) Init(0)
Do not suppress C++ class debug information.
-fdebug-types-section
-Common Report Var(flag_debug_types_section) Init(1)
-Output .debug_types section when using DWARF v4 debuginfo.
-
fexceptions
Common Report Var(flag_exceptions) Optimization
Enable exception handling