Re: [RS6000] libffi little-endian

2013-06-24 Thread Alan Modra
On Mon, Jun 24, 2013 at 11:12:03AM -0400, Anthony Green wrote: > It's fine with me. Please commit it directly to GCC and I'll put it in the > upstream. Thanks! Committed revision 200383. (and 200384 to 4.8 branch.) -- Alan Modra Australia Development Lab, IBM

Re: [RS6000] libffi little-endian

2013-06-24 Thread Anthony Green
It's fine with me. Please commit it directly to GCC and I'll put it in the upstream. Thanks! AG - Original Message - From: "David Edelsohn" To: "GCC Patches" , libffi-disc...@sourceware.org, "Alan Modra" Sent: Sunday, June 23, 2013 10:32:4

Re: [RS6000] libffi little-endian

2013-06-23 Thread David Edelsohn
On Sun, Jun 23, 2013 at 8:26 PM, Alan Modra wrote: > On Fri, Jun 07, 2013 at 12:12:17AM -0400, David Edelsohn wrote: >> On Thu, Jun 6, 2013 at 9:34 PM, Alan Modra wrote: >> > Bootstrapped and regression tested powerpc64-linux. OK to apply? >> > >> > * src/powerpc/linux64_closure.S (ffi_c

Re: [RS6000] libffi little-endian

2013-06-23 Thread Alan Modra
On Fri, Jun 07, 2013 at 12:12:17AM -0400, David Edelsohn wrote: > On Thu, Jun 6, 2013 at 9:34 PM, Alan Modra wrote: > > Bootstrapped and regression tested powerpc64-linux. OK to apply? > > > > * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Support > > little-endian. > >

Re: [RS6000] libffi little-endian

2013-06-06 Thread David Edelsohn
On Thu, Jun 6, 2013 at 9:34 PM, Alan Modra wrote: > Bootstrapped and regression tested powerpc64-linux. OK to apply? > > * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Support > little-endian. > * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Likewise. This patch

[RS6000] libffi little-endian

2013-06-06 Thread Alan Modra
Bootstrapped and regression tested powerpc64-linux. OK to apply? * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Support little-endian. * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Likewise. Index: libffi/src/powerpc/linux64_closure.S ===