On Tue, Nov 19, 2013 at 10:04 AM, Ulrich Weigand <uweig...@de.ibm.com> wrote: > Hello, > > some routines in the ppc64-abi-2.c test case attempt to verify that > the slots of the parameter save area in the caller hold correct values. > > However, those slots holds (parts of) "vector int" data, which the > test case compares against immediate long values. This of course > hard-codes byte order. > > The patch below fixes the test to construct appropriate values > for both byte orders, which fixes the test failure on powerpc64le. > > Tested on powerpc64le-linux. > > OK for mainline?
Okay. Thanks, David