Re: [PATCH, rs6000] Make darwin-longlong.c test case endian-safe

2013-11-19 Thread David Edelsohn
On Tue, Nov 19, 2013 at 1:47 PM, Mike Stump wrote: > On Nov 19, 2013, at 8:54 AM, Ulrich Weigand wrote: >> another test case fix: darwin-longlong.c implements a "msw" routine >> extracting the most significant word from a long long. This of course >> needs to be updated for little-endian ... >>

Re: [PATCH, rs6000] Make darwin-longlong.c test case endian-safe

2013-11-19 Thread Mike Stump
On Nov 19, 2013, at 8:54 AM, Ulrich Weigand wrote: > another test case fix: darwin-longlong.c implements a "msw" routine > extracting the most significant word from a long long. This of course > needs to be updated for little-endian ... > > Tested on powerpc64le-linux. > > OK for mainline? My