From patchwork Mon Apr 27 21:54:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Miller X-Patchwork-Id: 465222 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 83AEE140083 for ; Tue, 28 Apr 2015 07:54:41 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=sourceware.org header.i=@sourceware.org header.b=pMBlGkWH; dkim-adsp=none (unprotected policy); dkim-atps=neutral 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:subject:from:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=BS1 A6maiId2UUIvGIWsDI1PchLnpsFlZr95MoCczeIaowBEEGJeVnFDrbWxLY9LZe1f cFCRxA2EvrxRKiEWCzxRCERI0hiTrCWmdUPDM2rlQvqDNZjqJi+CzxNbY6taqsW3 AeM2KUTVo4lFu1QC6hf7dDBmjow1WBpSHOZ/6I9M= 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:subject:from:mime-version :content-type:content-transfer-encoding; s=default; bh=fFbuQkaZw 6/1oSrPoeyhWg9/4I4=; b=pMBlGkWH5yB/Rfyj8r2U6cd7uz0VbAG6STCu4qKcF Cuou3nPyF9i4PmJvgKeKyaTuVJEQ1X5Xgd2qTMj84MUHN5i+EiEYnztE+z1mJPYx uBC6WkAC2FL7kWeXPHmNxpdgSWO13E9/kMTFWHGP6an6dTZb5p4PqTXKXYQvH+DI xs= Received: (qmail 16343 invoked by alias); 27 Apr 2015 21:54:35 -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 16332 invoked by uid 89); 27 Apr 2015 21:54:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL, BAYES_50, KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: shards.monkeyblade.net Date: Mon, 27 Apr 2015 17:54:29 -0400 (EDT) Message-Id: <20150427.175429.1112680242397389866.davem@davemloft.net> To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] Update sparc localplt.data From: David Miller Mime-Version: 1.0 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove __tls_get_addr. * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise. --- ChangeLog | 6 ++++++ sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data | 7 +++---- sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data | 7 +++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39f74cc..0e7a0a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-04-27 David S. Miller + + * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove + __tls_get_addr. + * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise. + 2015-04-27 H.J. Lu [BZ#18333] diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data b/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data index 81c1650..f474d08 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data @@ -15,10 +15,9 @@ libc.so: malloc libc.so: memalign libc.so: realloc libm.so: matherr -# The dynamic loader needs __tls_get_addr for TLS, and uses __libc_memalign -# internally to allocate aligned TLS storage. The other malloc family of -# functions are expected to allow user symbol interposition. -ld.so: __tls_get_addr +# The dynamic loader uses __libc_memalign internally to allocate +# aligned TLS storage. The other malloc family of functions are +# expected to allow user symbol interposition. ld.so: __libc_memalign ld.so: malloc ld.so: calloc diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data index d6f9e02..633cfe4 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data @@ -17,10 +17,9 @@ libc.so: malloc libc.so: memalign libc.so: realloc libm.so: matherr -# The dynamic loader needs __tls_get_addr for TLS, and uses __libc_memalign -# internally to allocate aligned TLS storage. The other malloc family of -# functions are expected to allow user symbol interposition. -ld.so: __tls_get_addr +# The dynamic loader uses __libc_memalign internally to allocate +# aligned TLS storage. The other malloc family of functions are +# expected to allow user symbol interposition. ld.so: __libc_memalign ld.so: malloc ld.so: calloc