Commit a5220d61 by David Edelsohn Committed by David Edelsohn

rs6000.c (rs6000_xcoff_debug_unwind_info): Always return UI_NONE.

* config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
return UI_NONE.

From-SVN: r228600
parent a01e93f1
2015-10-08 David Edelsohn <dje.gcc@gmail.com>
* config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
return UI_NONE.
2015-10-08 Yuri Rumyantsev <ysrumyan@gmail.com> 2015-10-08 Yuri Rumyantsev <ysrumyan@gmail.com>
* tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and * tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and
...@@ -30709,10 +30709,7 @@ rs6000_elf_file_end (void) ...@@ -30709,10 +30709,7 @@ rs6000_elf_file_end (void)
static enum unwind_info_type static enum unwind_info_type
rs6000_xcoff_debug_unwind_info (void) rs6000_xcoff_debug_unwind_info (void)
{ {
if (HAVE_XCOFF_DWARF_EXTRAS) return UI_NONE;
return UI_DWARF2;
else
return UI_NONE;
} }
static void static void
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