------- Comment #4 from ebotcazou at gcc dot gnu dot org 2010-05-27 14:12 ------- Subject: Bug 44230
Author: ebotcazou Date: Thu May 27 14:11:35 2010 New Revision: 159921 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159921 Log: PR lto/44230 * dwarf2out.c (dwarf2out_begin_prologue): Fix nits in sorry message. lto/ * lto.h (lto_eh_personality): New prototype. * lto.c: Include debug.h. (first_personality_decl): New static variable. (lto_materialize_function): Set it to DECL_FUNCTION_PERSONALITY of the first function for which it is non-null. (lto_eh_personality_decl): New static variable. (lto_eh_personality): New function. * lto-lang.c (LANG_HOOKS_EH_PERSONALITY): Redefine to above function. * Make-lang.in (lto/lto.o): Add dependency on debug.h. Modified: trunk/gcc/ChangeLog trunk/gcc/dwarf2out.c trunk/gcc/lto/ChangeLog trunk/gcc/lto/Make-lang.in trunk/gcc/lto/lto-lang.c trunk/gcc/lto/lto.c trunk/gcc/lto/lto.h -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44230