On 19 February 2017 at 20:02, Laurent Vivier <laur...@vivier.eu> wrote: > f_fpregs is a 2d array, not 1d: > > typedef struct fpregset > { > int f_pcr; > int f_psr; > int f_fpiaddr; > #ifdef __mcoldfire__ > int f_fpregs[8][2]; > #else > int f_fpregs[8][3]; > #endif > } fpregset_t; > > For the moment, we don't manage ColdFire case, only 680x0. > > Signed-off-by: Laurent Vivier <laur...@vivier.eu>
Thanks; applied to target-arm.next. I've also pushed out support for building risu into a separate build directory, and a 'build-all-archs' script that will build every target CPU arch that you have a cross compiler installed for (Debian and Ubuntu package cross compilers for everything, helpfully). thanks -- PMM