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. As it
wouldn't
work for the eabi unwinder anyway (no Phase1Info member) I
didn't
investigate that though.
Meanwhile I got it to pass with this:
align(8) int _pad;
Exceptions still not working, but this is a start