iphone + LDC, a new ARM adventure

Kai Nacke kai at redstar.de
Mon Jan 6 06:04:25 PST 2014


On Monday, 6 January 2014 at 13:15:45 UTC, David Nadlinger wrote:
> On Mon, Jan 6, 2014 at 2:06 PM, David Nadlinger 
> <code at klickverbot.at> wrote:
>> The source for the GCC/Clang personality function
>> (__gxx_personality_sj0) is probably available somewhere as 
>> well, but I
>> don't know where to look right now (libc++, probably).
>
> Okay, I just had another short look, and libc++abi seems 
> promising:
> https://github.com/llvm-mirror/libcxxabi/tree/master/src 
> (inofficial
> GitHub mirror)
>
> Note in particular cxa_personality.cpp and Unwind/Unwind-sljl.c.
>
> David

Source for __gxx_personality_sj0 is part of gcc. Just download 
latest gcc source and search for the symbol.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list