From: dje Date: Thu, 8 Oct 2015 14:19:57 +0000 (+0000) Subject: * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da2ceb81576125b5a78847f41d0fd82a4b2d0028;p=thirdparty%2Fgcc.git * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always return UI_NONE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228600 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76829e1b1452..b872a4d5eddd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-10-08 David Edelsohn + + * config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always + return UI_NONE. + 2015-10-08 Yuri Rumyantsev * tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index e095f0353870..30760ee4df9d 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -30709,10 +30709,7 @@ rs6000_elf_file_end (void) static enum unwind_info_type rs6000_xcoff_debug_unwind_info (void) { - if (HAVE_XCOFF_DWARF_EXTRAS) - return UI_DWARF2; - else - return UI_NONE; + return UI_NONE; } static void