From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from antelope.elm.relay.mailchannels.net (antelope.elm.relay.mailchannels.net [23.83.212.4]) by sourceware.org (Postfix) with ESMTPS id 1F7043858002; Mon, 29 Mar 2021 22:03:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1F7043858002 X-Sender-Id: dreamhost|x-authsender|tuliom@ascii.art.br Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 23471781C59; Mon, 29 Mar 2021 22:03:06 +0000 (UTC) Received: from pdx1-sub0-mail-a71.g.dreamhost.com (100-96-18-61.trex.outbound.svc.cluster.local [100.96.18.61]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 2104F781B6B; Mon, 29 Mar 2021 22:03:03 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|tuliom@ascii.art.br Received: from pdx1-sub0-mail-a71.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.18.61 (trex/6.1.1); Mon, 29 Mar 2021 22:03:05 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|tuliom@ascii.art.br X-MailChannels-Auth-Id: dreamhost X-Interest-Continue: 3b87df031ddb661c_1617055385080_2859948112 X-MC-Loop-Signature: 1617055385079:3653454687 X-MC-Ingress-Time: 1617055385079 Received: from pdx1-sub0-mail-a71.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a71.g.dreamhost.com (Postfix) with ESMTP id BC4C283D22; Mon, 29 Mar 2021 15:03:02 -0700 (PDT) Received: from ascii.art.br (unknown [168.195.64.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: tuliom@ascii.art.br) by pdx1-sub0-mail-a71.g.dreamhost.com (Postfix) with ESMTPSA id CCC0283D65; Mon, 29 Mar 2021 15:03:01 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a71 From: Tulio Magno Quites Machado Filho To: Siddhesh Poyarekar , Siddhesh Poyarekar , libc-alpha@sourceware.org Cc: fweimer@redhat.com Subject: Re: [PATCH v2 1/2] Move __isnanf128 to libc.so In-Reply-To: <23ecfc94-2588-9c9b-6171-1565739c0c8b@gotplt.org> References: <87pn16rja0.fsf@oldenburg.str.redhat.com> <20210211141447.2970749-1-siddhesh@sourceware.org> <23ecfc94-2588-9c9b-6171-1565739c0c8b@gotplt.org> User-Agent: Notmuch/0.31.3 (http://notmuchmail.org) Emacs/27.1 (x86_64-redhat-linux-gnu) Date: Mon, 29 Mar 2021 19:02:59 -0300 Message-ID: <87lfa51uuk.fsf@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00, DKIM_INVALID, DKIM_SIGNED, KAM_DMARC_STATUS, 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-Level: * 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: , X-List-Received-Date: Mon, 29 Mar 2021 22:03:17 -0000 Siddhesh Poyarekar writes: > Tulio, could you please take a look at this, specifically the macro soup > I've come up with for ppc64le to get the symbols in the right places? They seem alright. LGTM. I had to solve a few minor conflicts. I pushed the patch I tested to https://github.com/tuliom/glibc/commit/cb3b6053b60dce5c5aee11bc2cc528f8e9551e06 -- Tulio Magno