This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Merge from LTO: eh_personality changes


On 09/04/2009 06:34 AM, Richard Guenther wrote:
+ 	sorry ("Multiple EH personalities are supported only with assemblers "
+ 	       "supporting .cfi.personality directive.");

There's no reason this can't be fixed. You simply need to rearrange the .eh_frame generation to emit multiple CFI's.

Also, I think you need to add something to prevent inlining of functions
that use different personality functions.

Do you have a strategy for handling

  if (targetm.arm_eabi_unwinder)
    unwind_resume_libfunc = init_one_libfunc ("__cxa_end_cleanup");

since this function is only used for c++/java?


r~



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]