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

2009-09-03  Richard Guenther  <rguenther@suse.de>

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

From-SVN: r151376
This commit is contained in:
Richard Guenther 2009-09-03 11:11:08 +00:00 committed by Richard Biener
parent c9630c4022
commit e20c9328c0
2 changed files with 6 additions and 1 deletions

View 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.

View 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;