Re: _darwin10_Unwind_FindEnclosingFunction

2012-07-26 Thread Jack Howarth
On Mon, Jul 23, 2012 at 12:23:59PM +0100, Bryce McKinlay wrote: > libgcc_s and libgcj contain a hack which renames > _Unwind_FindEnclosingFunction to > _darwin10_Unwind_FindEnclosingFunction on darwin targets. It appears > this was introduced to work around an issue in OS X 10

_darwin10_Unwind_FindEnclosingFunction

2012-07-23 Thread Bryce McKinlay
libgcc_s and libgcj contain a hack which renames _Unwind_FindEnclosingFunction to _darwin10_Unwind_FindEnclosingFunction on darwin targets. It appears this was introduced to work around an issue in OS X 10.6 where the _Unwind_FindEnclosingFunction was implemented as a stub which called abort