Bug#778122: patch for gcc5 bug

2015-07-19 Thread gregor herrmann
On Wed, 15 Jul 2015 15:07:24 -0600, Alexander Balderson wrote: Here's a fix for the GCC 5 build issue. Added extern to inline functions in ppc_fpu.c, ppc_mmu.c, and emul.c I can confirm that the patch fixes the build failure with GCC 5 but with it the build with GCC 4.9 fails: gcc

Bug#778122: patch for gcc5 bug

2015-07-15 Thread Alexander Balderson
tags 778122 + patch thanks Here's a fix for the GCC 5 build issue. Added extern to inline functions in ppc_fpu.c, ppc_mmu.c, and emul.c Upstream may prefer to move to C99 instead, please see section Different semantics for inline functions at https://gcc.gnu.org/gcc-5/porting_to.html for more