[PATCH] Implement ARM EHABI exception handling.
Logan Chien
tzuhsiang.chien at gmail.com
Tue May 6 09:14:32 PDT 2014
Hi Joerg,
On Tue, May 6, 2014 at 4:49 AM, Joerg Sonnenberger wrote:
> Just FYI, I will add __ARM_DWARF_EH__ when switching NetBSD to use
> normal Itanium-ABI, so you might want to check for the lack of that as
> well.
>
Sure. I will add !defined(__ARM_DWARF_EH__) in the upcoming revision.
On Tue, May 6, 2014 at 4:52 AM, Joerg Sonnenberger wrote:
> Can you use __LDBL_MANT_DIG__ == 64 instead?
>
It seems that __LDBL_MANT_DIG__ stands for the number of bits of
significand (or mantissa.) However, I wish to know the size of long
double. AFAIK, there is no macro for this. Any good suggestion? Thanks.
Logan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140507/7e512103/attachment.html>
More information about the cfe-commits
mailing list