From patchwork Wed Jan 20 18:19:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 570844 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 094821402F0 for ; Thu, 21 Jan 2016 05:20:03 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b=hgp1O1Sr; 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:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=l8biczeRK0z1+M1ehhF72MP/7AeBT MBH371il6Uus6YU7mOWq2MTQcOXHzdxNwRfsO6uTeFDexRwvAcheBH5mwwPF+Qrz OnMFFkdQ2SQ5JbL4b9qYwpLgcVCaoe1AIQeYwR4fP3NkR4b6qWyLM9AOq7i620W7 0w53r7IrypYpgg= 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:from:to:subject:message-id:mime-version :content-type; s=default; bh=6M2JWI0EBoY8SRMDNBEHUurnQdQ=; b=hgp 1O1SrFZaASiu4YqNh69aZfHDfwNozjHdGNFoGv/VOqAXOOYZVz7wxN2zAqQAwQk1 LGXmUiLY0GjWu42juSKfQa3vwb0Cw6w7v85jZRPODlLkHfo0MntWX/Gm1TVyPVY7 PTqNyhTw3OUX73H7ijMa1KSeaj1u/cqsa3cKqJXY= Received: (qmail 52764 invoked by alias); 20 Jan 2016 18:19:54 -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 52752 invoked by uid 89); 20 Jan 2016 18:19:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL, BAYES_50, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=softfp, type-generic, __unorddf2, __floatunsidf X-HELO: relay1.mentorg.com Date: Wed, 20 Jan 2016 18:19:47 +0000 From: Joseph Myers To: Subject: Update localplt.data for powerpc-nofpu [committed] Message-ID: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Testing for powerpc-nofpu showed that localplt.data was out of date. Two new soft-fp functions showed up in the list: __gtsf2 and __unordsf2; this patch adds these as optional. __signbit and __signbitl no longer appear as local PLT entries; given the move to __builtin_signbit* for all GCC versions supported for building glibc (and given the use of the type-generic signbit macro within glibc), those can safely be removed from the list, which this patch does. Tested for powerpc-nofpu. Committed. 2016-01-20 Joseph Myers * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data (__gtsf2): Add as optional for libc.so. (__unordsf2): Likewise. (__signbit): Remove for libc.so. (__signbitl): Likewise. diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data index 3ad9221..8c4e65d 100644 --- a/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data +++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data @@ -15,17 +15,17 @@ libc.so: __floatunsidf ? libc.so: __floatunsisf ? libc.so: __gedf2 ? libc.so: __gtdf2 ? +libc.so: __gtsf2 ? libc.so: __ledf2 ? libc.so: __ltdf2 ? libc.so: __muldf3 ? libc.so: __mulsf3 ? libc.so: __nedf2 ? -libc.so: __signbit -libc.so: __signbitl libc.so: __subdf3 ? libc.so: __subsf3 ? libc.so: __truncdfsf2 ? libc.so: __unorddf2 ? +libc.so: __unordsf2 ? libc.so: abort ? libc.so: calloc libc.so: free