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: 410679 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id CDFEA1400E2 for ; Fri, 14 Nov 2014 12:58:59 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:to:cc:subject:from:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=i5pu+aXQb2nd9g3sJhClZuWIKdBvdU5xbmpT0afaf6G SKs6Cm/WcvLfgy8fVhVYlinH6IiNzd94fzWf6zAjmKWKFVtWxZg7ytpek5vZnvBU YXRAzRxkytgcXE7rfKpO94rm6UZ/ExitreTRB39rZDbK5R5sTxB6xrpVIo/Ml684 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:message-id:to:cc:subject:from:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=HAuAneJ1lYMxXs3eaqjhm4Z3UZE=; b=TbVhN71LC/0ckOUp+ MUksCrOrgK2/LCGLrFgg4H+DPB3FDLvgRpo5z8fOXQyNabBnpYyOke9X0cq0i3ir sw/xdXudoxVV+ThJkMZT8wjIGCeI4325jp9OgcUibpWXjF2nXutNuWb/kOZ21dwu bRGnjjIguBo/g3HYj4/9YR/AzI= 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