Commit 8f57ac5a by Jakub Jelinek Committed by Jakub Jelinek

re PR middle-end/37479 (-fdwarf2-cfi-asm is undocumented)

	PR middle-end/37479
	* doc/invoke.texi: Document -fno-dwarf2-cfi-asm.

From-SVN: r140375
parent 8586aeeb
2008-09-15 Jakub Jelinek <jakub@redhat.com> 2008-09-15 Jakub Jelinek <jakub@redhat.com>
PR middle-end/37479
* doc/invoke.texi: Document -fno-dwarf2-cfi-asm.
PR libmudflap/36397 PR libmudflap/36397
* tree-mudflap.c (mf_xform_derefs_1): Handle VIEW_CONVERT_EXPR. * tree-mudflap.c (mf_xform_derefs_1): Handle VIEW_CONVERT_EXPR.
......
...@@ -307,7 +307,8 @@ Objective-C and Objective-C++ Dialects}. ...@@ -307,7 +307,8 @@ Objective-C and Objective-C++ Dialects}.
-ftest-coverage -ftime-report -fvar-tracking @gol -ftest-coverage -ftime-report -fvar-tracking @gol
-g -g@var{level} -gcoff -gdwarf-2 @gol -g -g@var{level} -gcoff -gdwarf-2 @gol
-ggdb -gstabs -gstabs+ -gvms -gxcoff -gxcoff+ @gol -ggdb -gstabs -gstabs+ -gvms -gxcoff -gxcoff+ @gol
-fno-merge-debug-strings -fdebug-prefix-map=@var{old}=@var{new} @gol -fno-merge-debug-strings -fno-dwarf2-cfi-asm @gol
-fdebug-prefix-map=@var{old}=@var{new} @gol
-femit-struct-debug-baseonly -femit-struct-debug-reduced @gol -femit-struct-debug-baseonly -femit-struct-debug-reduced @gol
-femit-struct-debug-detailed@r{[}=@var{spec-list}@r{]} @gol -femit-struct-debug-detailed@r{[}=@var{spec-list}@r{]} @gol
-p -pg -print-file-name=@var{library} -print-libgcc-file-name @gol -p -pg -print-file-name=@var{library} -print-libgcc-file-name @gol
...@@ -4345,6 +4346,12 @@ on by default. ...@@ -4345,6 +4346,12 @@ on by default.
When compiling files in directory @file{@var{old}}, record debugging When compiling files in directory @file{@var{old}}, record debugging
information describing them as in @file{@var{new}} instead. information describing them as in @file{@var{new}} instead.
@item -fno-dwarf2-cfi-asm
@opindex fdwarf2-cfi-asm
@opindex fno-dwarf2-cfi-asm
Emit DWARF 2 unwind info as compiler generated @code{.eh_frame} section
instead of using GAS @code{.cfi_*} directives.
@cindex @command{prof} @cindex @command{prof}
@item -p @item -p
@opindex p @opindex p
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment