From patchwork Mon Nov 9 15:06:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wilco Dijkstra X-Patchwork-Id: 541798 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 69746140D69 for ; Tue, 10 Nov 2015 02:06:47 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=e8ai7w0a; 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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=df3 wUi1wd9yWPspkGgtm/HAT83Odcwa/MtFmwmFtYgzqeFQ+5nnVHntJjkczjPKAASx LfyvLhL+R9byzBlAjlAak3tQOMrEOu9dKw7NIVYXIgDV14mswGAETjnAs9FIi9Mz iGYLAoJ5WcKdz5Ac4tP/uco8GJTlFtCMHtXKQLg4= 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:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=E+WbdvV5z A7Jr3FRRAY8jym4Big=; b=e8ai7w0ayrsAMLjEbRXjJw22N7G7uatWDy365/gcO 11Mu5Agj8i3qPQTSE5u6Oa9iEVHiMq6wxH7nFBLy8pHGggmpIpgOE5EPBe34Nt+n StLb+XF4MvRuj1bVPNH+7rNucWEaHCBsiBIQSiBInfWsr21LDx9n+5EvyPLWEfPb oU= Received: (qmail 124592 invoked by alias); 9 Nov 2015 15:06:41 -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 124580 invoked by uid 89); 9 Nov 2015 15:06:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com From: "Wilco Dijkstra" To: "'GNU C Library'" Subject: [PATCH] Remove __signbit* from localplt.data Date: Mon, 9 Nov 2015 15:06:27 -0000 Message-ID: <000e01d11b00$355b7070$a0125150$@arm.com> MIME-Version: 1.0 X-MC-Unique: m74HUIt5SjS4fjAUuVsLKw-1 Remove __signbit* from localplt.data as they are no longer called from within GLIBC. elf/check-localplt now passes on AArch64. OK for commit? ChangeLog: 2015-11-09  Wilco Dijkstra  wdijkstr@arm.com * sysdeps/unix/sysv/linux/aarch64/localplt.data: Remove __signbit*. * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise. * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise. * sysdeps/unix/sysv/linux/nios2/localplt.data: Likewise. * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data: Likewise. --- sysdeps/unix/sysv/linux/aarch64/localplt.data | 5 ----- sysdeps/unix/sysv/linux/arm/localplt.data | 3 --- sysdeps/unix/sysv/linux/microblaze/localplt.data | 3 --- sysdeps/unix/sysv/linux/nios2/localplt.data | 3 --- sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data | 3 --- 5 files changed, 17 deletions(-) diff --git a/sysdeps/unix/sysv/linux/aarch64/localplt.data b/sysdeps/unix/sysv/linux/aarch64/localplt.data index a3392d3..d7d6734 100644 --- a/sysdeps/unix/sysv/linux/aarch64/localplt.data +++ b/sysdeps/unix/sysv/linux/aarch64/localplt.data @@ -6,12 +6,7 @@ libc.so: free libc.so: malloc libc.so: memalign libc.so: realloc -libc.so: __signbit -libc.so: __signbitl libm.so: matherr -libm.so: __signbit -libm.so: __signbitf -libm.so: __signbitl # 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. diff --git a/sysdeps/unix/sysv/linux/arm/localplt.data b/sysdeps/unix/sysv/linux/arm/localplt.data index 85160bd..26e97ff 100644 --- a/sysdeps/unix/sysv/linux/arm/localplt.data +++ b/sysdeps/unix/sysv/linux/arm/localplt.data @@ -1,4 +1,3 @@ -libc.so: __signbit libc.so: calloc libc.so: free libc.so: fscanf @@ -6,8 +5,6 @@ libc.so: malloc libc.so: memalign libc.so: raise libc.so: realloc -libm.so: __signbit -libm.so: __signbitf libm.so: matherr libpthread.so: __errno_location libpthread.so: raise diff --git a/sysdeps/unix/sysv/linux/microblaze/localplt.data b/sysdeps/unix/sysv/linux/microblaze/localplt.data index f488c95..176d618 100644 --- a/sysdeps/unix/sysv/linux/microblaze/localplt.data +++ b/sysdeps/unix/sysv/linux/microblaze/localplt.data @@ -1,12 +1,9 @@ libc.so: __errno_location -libc.so: __signbit libc.so: calloc libc.so: free libc.so: malloc libc.so: memalign libc.so: realloc -libm.so: __signbit -libm.so: __signbitf libm.so: matherr libpthread.so: __errno_location # The dynamic loader needs __tls_get_addr for TLS, and uses __libc_memalign diff --git a/sysdeps/unix/sysv/linux/nios2/localplt.data b/sysdeps/unix/sysv/linux/nios2/localplt.data index ee2b948..7fce1b8 100644 --- a/sysdeps/unix/sysv/linux/nios2/localplt.data +++ b/sysdeps/unix/sysv/linux/nios2/localplt.data @@ -13,7 +13,6 @@ libc.so: __fixsfsi libc.so: __subsf3 libc.so: calloc libc.so: __muldf3 -libc.so: __signbit libc.so: free libc.so: __subdf3 libc.so: __adddf3 @@ -22,8 +21,6 @@ libc.so: __floatsidf libc.so: __divsf3 libc.so: __nedf2 libc.so: __eqdf2 -libm.so: __signbitf -libm.so: __signbit libm.so: matherr # The dynamic loader uses __libc_memalign internally to allocate aligned # TLS storage. The other malloc family of functions are expected to allow diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data index 0b3b327..3ad9221 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data @@ -32,9 +32,6 @@ libc.so: free libc.so: malloc libc.so: memalign libc.so: realloc -libm.so: __signbit -libm.so: __signbitf -libm.so: __signbitl libm.so: copysignl ? libm.so: fabsl libm.so: matherr