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 <[email protected]>: > 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: [email protected] > [mailto:[email protected]] On Behalf Of Rafael Ávila de > Espíndola > Sent: 18 January 2012 23:19 > To: [email protected] > 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits > > > > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
