summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-31 08:50:03 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-31 08:50:03 +0000
commit240a87ff619a24aaa8624f80f9e004be0be4d54a (patch)
tree6f38ed9c44f20b42bbc330fa5eadf497c26cd4c9 /gcc/common.opt
parent6e715a9023de49ae28bd2cfbcea6eccac839e4fd (diff)
downloadgcc-240a87ff619a24aaa8624f80f9e004be0be4d54a.tar.gz
* common.opt (fdebug-types-section): Move earlier.
* doc/invoke.texi: Fix up -fno-debug-types-section documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171773 138bc75d-0d04-0410-961f-82ee72b054a4
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