Re: Exceptions in ARM

2014-01-05 Thread Timo Sintonen
On Sunday, 5 January 2014 at 10:06:48 UTC, Johannes Pfau wrote: I should really start pushing my local ARM changes upstream. Here's a fix for the EABI unwinder: https://github.com/jpf91/GDC/commit/262e432e95cbe31a6764cd337f64022a56011eda IIRC I also thought the code in gcc/deh.d wasn't correct

Re: Exceptions in ARM

2014-01-05 Thread Johannes Pfau
Am Sun, 05 Jan 2014 08:26:16 + schrieb "Timo Sintonen" : > On Thursday, 2 January 2014 at 06:54:18 UTC, Timo Sintonen wrote: > > I have fond one thing that confuses me. I have defined > > ARM_EABI_UNWINDER but gcc/deh.d has checks for > > GNU_ARM_EABI_Unwinder. Is this what I should have? Wh

Re: Exceptions in ARM

2014-01-05 Thread Timo Sintonen
On Thursday, 2 January 2014 at 06:54:18 UTC, Timo Sintonen wrote: I have fond one thing that confuses me. I have defined ARM_EABI_UNWINDER but gcc/deh.d has checks for GNU_ARM_EABI_Unwinder. Is this what I should have? When using this I get an error in line 116: static assert ( 8 == 4 ) is fal