* config/rs6000/rs6000.c (rs6000_xcoff_debug_unwind_info): Always
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 2015 14:19:57 +0000 (14:19 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Oct 2015 14:19:57 +0000 (14:19 +0000)
return UI_NONE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228600 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 76829e1..b872a4d 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 e095f03..30760ee 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