dwarf2out.c (dwarf2out_do_cfi_asm): Remove check of eh_personality_libfunc.
authorRichard Guenther <rguenther@suse.de>
Thu, 3 Sep 2009 11:11:08 +0000 (11:11 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 3 Sep 2009 11:11:08 +0000 (11:11 +0000)
2009-09-03  Richard Guenther  <rguenther@suse.de>

* dwarf2out.c (dwarf2out_do_cfi_asm): Remove check of
eh_personality_libfunc.

From-SVN: r151376

gcc/ChangeLog
gcc/dwarf2out.c

index 26e65c5c5651ef67382ecb0ce9be9e115847b74b..dcb11dc260b1ebcf2821964b79e3bb3e014c2135 100644 (file)
@@ -1,3 +1,8 @@
+2009-09-03  Richard Guenther  <rguenther@suse.de>
+
+       * dwarf2out.c (dwarf2out_do_cfi_asm): Remove check of
+       eh_personality_libfunc.
+
 2009-09-03  Razya Ladelsky  <razya@il.ibm.com>
 
        * tree-parloops.c (separate_decls_in_region): Add space.
index fd386dd99d113235e6a2021ad87a7313bfecb634..453e5e9fbc889c17a3bd38a14f68657521cf3073 100644 (file)
@@ -163,7 +163,7 @@ dwarf2out_do_cfi_asm (void)
 #endif
   if (!flag_dwarf2_cfi_asm || !dwarf2out_do_frame ())
     return false;
-  if (saved_do_cfi_asm || !eh_personality_libfunc)
+  if (saved_do_cfi_asm)
     return true;
   if (!HAVE_GAS_CFI_PERSONALITY_DIRECTIVE)
     return false;