[cfe-commits] [PATCH] Extend unwind.h with the ARM unwinder interface

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Jan 19 01:44:31 PST 2012


This is the reference code from the "Exception Handling ABI for the
ARM® Architecture" document.

AFAIK, darwin/arm uses sj/lj exceptions, so the interface must be very
different. Should I put this code under #if defined(__arm__) &&
defined(__linux__) ?

2012/1/19 James Molloy <james.molloy at arm.com>:
> Hi,
>
> Where did this code come from? Did you write it yourself or was it
> copy-pasted from another unwind.h (and if so what was the license on that
> file?)
>
> Cheers,
>
> James
>
> -----Original Message-----
> From: cfe-commits-bounces at cs.uiuc.edu
> [mailto:cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Rafael Ávila de
> Espíndola
> Sent: 18 January 2012 23:19
> To: cfe-commits at cs.uiuc.edu
> Subject: Re: [cfe-commits] [PATCH] Extend unwind.h with the ARM unwinder
> interface
>
> On 18/01/12 09:18 AM, Evgeniy Stepanov wrote:
>> Hi,
>>
>> the attached patch adds some ARM-specific declarations to the unwind.h
> header.
>>
>> OK to commit?
>
> I guess it is fine. Do you know what unwind.h looks like for darwin arm?
>
> Cheers,
> Rafael
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits




More information about the cfe-commits mailing list