rs6000.c (rs6000_xcoff_debug_unwind_info): Always return UI_NONE.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 8 Oct 2015 14:19:57 +0000 (14:19 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 8 Oct 2015 14:19:57 +0000 (10:19 -0400)
* config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
return UI_NONE.

From-SVN: r228600

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 76829e1b14525e06b6f78e68567e220e8db889ff..b872a4d5edddb3f29ef4e6784b6140fb5dcd424c 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * tree-ssa-loop-unswitch.c: Include "gimple-iterator.h" and
index e095f03538703cfc36abbf831baea55d4ad39c26..30760ee4df9d357bd949f04a358eee6b6d3adeb8 100644 (file)
@@ -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