Message ID | 20141113.205820.1106451971513193322.davem@davemloft.net |
---|---|
State | New |
Headers | show |
On Fri, 14 Nov 2014, David Miller wrote: > From: David Miller <davem@davemloft.net> > Date: Thu, 13 Nov 2014 20:47:08 -0500 (EST) > > > I just noticed: > > > > https://sourceware.org/ml/libc-alpha/2014-11/msg00305.html > > > > and am testing it now. > > Joseph, I had to add the following to your patch in order to make > sparc work: I have now committed my patch, please commit yours.
From: Joseph Myers <joseph@codesourcery.com> Date: Fri, 14 Nov 2014 13:49:21 +0000 > On Fri, 14 Nov 2014, David Miller wrote: > >> From: David Miller <davem@davemloft.net> >> Date: Thu, 13 Nov 2014 20:47:08 -0500 (EST) >> >> > I just noticed: >> > >> > https://sourceware.org/ml/libc-alpha/2014-11/msg00305.html >> > >> > and am testing it now. >> >> Joseph, I had to add the following to your patch in order to make >> sparc work: > > I have now committed my patch, please commit yours. Done, thanks Joseph.
diff --git a/sysdeps/sparc/sparc64/rtld-memcpy.c b/sysdeps/sparc/sparc64/rtld-memcpy.c index b1b0647..52f8302 100644 --- a/sysdeps/sparc/sparc64/rtld-memcpy.c +++ b/sysdeps/sparc/sparc64/rtld-memcpy.c @@ -1,2 +1,3 @@ +#define NO_MEMPCPY_STPCPY_REDIRECT #include <string/memcpy.c> #include <string/mempcpy.c>