[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT compilation problem on FreeBSD
- From: Florian Weimer <fw@...>
- Date: Wed, 10 Mar 2010 20:35:29 +0100
* Mike Pall:
> The page is a bit unorganized and rather ancient, but the given
> exception handling specification is still correct:
> http://www.codesourcery.com/public/cxx-abi/
It's an ABI document, not an API document. Apparently, it doesn't
describes the <unwind.h> header file (I'm still looking for
documentation of the _Unwind_GetIPInfo function, BTW). I think you're
supposed to paste the declarations you need into your run-time library
source code. 8-/