mempcpy change breaks the sparc build

Message ID 20141113.205820.1106451971513193322.davem@davemloft.net
State Committed
Headers

Commit Message

David Miller Nov. 14, 2014, 1:58 a.m. UTC
  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:
  

Comments

Joseph Myers Nov. 14, 2014, 1:49 p.m. UTC | #1
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.
  
David Miller Nov. 14, 2014, 6:33 p.m. UTC | #2
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.
  

Patch

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>