From patchwork Fri Nov 14 01:58:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Miller X-Patchwork-Id: 3728 Received: (qmail 26287 invoked by alias); 14 Nov 2014 01:58:39 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 24196 invoked by uid 89); 14 Nov 2014 01:58:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: shards.monkeyblade.net Date: Thu, 13 Nov 2014 20:58:20 -0500 (EST) Message-Id: <20141113.205820.1106451971513193322.davem@davemloft.net> To: joseph@codesourcery.com Cc: libc-alpha@sourceware.org Subject: Re: mempcpy change breaks the sparc build From: David Miller In-Reply-To: <20141113.204708.2294866788291077277.davem@davemloft.net> References: <20141113.204052.272235255204020432.davem@davemloft.net> <20141113.204708.2294866788291077277.davem@davemloft.net> Mime-Version: 1.0 From: David Miller 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: 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 #include