From patchwork Tue Mar 2 06:09:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siddhesh Poyarekar X-Patchwork-Id: 42191 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6B39E3854832; Tue, 2 Mar 2021 06:11:06 +0000 (GMT) X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from buffalo.birch.relay.mailchannels.net (buffalo.birch.relay.mailchannels.net [23.83.209.24]) by sourceware.org (Postfix) with ESMTPS id E1B563857812; Tue, 2 Mar 2021 06:11:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E1B563857812 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id EF51A3224FE; Tue, 2 Mar 2021 06:11:01 +0000 (UTC) Received: from pdx1-sub0-mail-a16.g.dreamhost.com (100-96-27-126.trex.outbound.svc.cluster.local [100.96.27.126]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 847F2322190; Tue, 2 Mar 2021 06:11:01 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a16.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.27.126 (trex/6.0.2); Tue, 02 Mar 2021 06:11:01 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Arch-Troubled: 56b3958d2802b11e_1614665461801_2068710972 X-MC-Loop-Signature: 1614665461801:2287742753 X-MC-Ingress-Time: 1614665461801 Received: from pdx1-sub0-mail-a16.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a16.g.dreamhost.com (Postfix) with ESMTP id 46E4C7ED7C; Mon, 1 Mar 2021 22:11:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=HZ3Tne R9HC0Pc9w+ZnayzHIpO5Y=; b=uUJpcOfbw1Zo3GCuR6tonC9Kk1giB2IKTKz+UZ wy8RvgPLdqvJfTH8hgxmSwEanXdmrBJMA+MCm22cI6ilndMSTxcnKWqvBco+MWjA LU+EMYmaiF+QYyG6XGrB4MaC3DE/FNETxLO93Xp8bfQzhD9HJKkJWmon+77u07k2 ckee8= Received: from [192.168.1.111] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a16.g.dreamhost.com (Postfix) with ESMTPSA id 81FE18AF40; Mon, 1 Mar 2021 22:10:01 -0800 (PST) Subject: [PING][PATCH 0/2] math symbols cleanup To: Siddhesh Poyarekar , libc-alpha@sourceware.org References: <20210211101908.2825685-1-siddhesh@sourceware.org> X-DH-BACKEND: pdx1-sub0-mail-a16 From: Siddhesh Poyarekar Message-ID: <967d06ce-7803-af94-37c2-9c766bb5f09b@gotplt.org> Date: Tue, 2 Mar 2021 11:39:52 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 MIME-Version: 1.0 In-Reply-To: <20210211101908.2825685-1-siddhesh@sourceware.org> Content-Language: en-US X-Spam-Status: No, score=-3029.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_BLACK autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: fweimer@redhat.com Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" Ping! On 2/11/21 3:49 PM, Siddhesh Poyarekar via Libc-alpha wrote: > This patchset cleans up state of functions shared between libc and libm > so that they're consistent and avoid duplication where possible. > > Siddhesh Poyarekar (2): > Move __isnanf128 to libc.so > Avoid adding duplicated symbols into static libraries > > math/Makefile | 3 +++ > sysdeps/ieee754/float128/Versions | 2 +- > sysdeps/mach/hurd/i386/libc.abilist | 1 + > sysdeps/mach/hurd/i386/libm.abilist | 1 - > sysdeps/unix/sysv/linux/i386/libc.abilist | 1 + > sysdeps/unix/sysv/linux/i386/libm.abilist | 1 - > sysdeps/unix/sysv/linux/ia64/libc.abilist | 1 + > sysdeps/unix/sysv/linux/ia64/libm.abilist | 1 - > sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libc.abilist | 1 + > sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libm.abilist | 1 - > sysdeps/unix/sysv/linux/x86_64/64/libc.abilist | 1 + > sysdeps/unix/sysv/linux/x86_64/64/libm.abilist | 1 - > sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist | 1 + > sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist | 1 - > 14 files changed, 10 insertions(+), 7 deletions(-) >