On Wed, Jan 14, 2015 at 8:14 PM, Segher Boessenkool <seg...@kernel.crashing.org> wrote: > This fixes 88 testsuite FAILs. > > -mpowerpc64 does not change the ABI, but it does change the value of > UNITS_PER_WORD. This code is for 32-bit only so we can use > MIN_UNITS_PER_WORD instead. > > Bootstrapped and tested as usual. Okay for mainline? > > > Segher > > > 2015-01-14 Segher Boessenkool <seg...@kernel.crashing.org> > > gcc/ > * config/rs6000/rs6000.c (rs6000_va_start): Use MIN_UNITS_PER_WORD > instead of UNITS_PER_WORD to describe the size of stack slots.
Okay. Thanks, David