On Wed, Apr 27, 2016 at 2:13 PM, Andrew Pinski <pins...@gmail.com> wrote: > Hi, > AARCH64 ILP32 is like x32 where UNITS_PER_WORD > sizeof(void*) so we > need to define REG_VALUE_IN_UNWIND_CONTEXT for ILP32. This fixes > unwinding through the signal handler. This is independent of the ABI > which Linux kernel uses to store the registers. > > OK? Bootstrapped and tested on aarch64 with no regressions.
Ping. > > Thanks, > Andrew Pinski > > ChangeLog: > * config/aarch64/value-unwind.h: New file. > * config.host (aarch64*-*-*): Add aarch64/value-unwind.h to tm_file.