From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elaine.keithp.com (home.keithp.com [63.227.221.253]) by sourceware.org (Postfix) with ESMTPS id A85363857C57 for ; Wed, 26 Aug 2020 19:10:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A85363857C57 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id 9D3573F2D624; Wed, 26 Aug 2020 12:10:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at keithp.com Received: from elaine.keithp.com ([127.0.0.1]) by localhost (elaine.keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dL56fXNUK3nQ; Wed, 26 Aug 2020 12:10:24 -0700 (PDT) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id 50B5D3F2D623; Wed, 26 Aug 2020 12:10:24 -0700 (PDT) Received: by keithp.com (Postfix, from userid 1000) id 29BD01582201; Wed, 26 Aug 2020 12:10:24 -0700 (PDT) From: "Keith Packard" To: Corinna Vinschen via Newlib , newlib@sourceware.org Cc: Corinna Vinschen Subject: Re: [PATCH 2/3] libm: Remove __ieee754_gamma_r variants In-Reply-To: <20200826182046.GR3272@calimero.vinschen.de> References: <20200826170357.2551683-1-keithp@keithp.com> <20200826170357.2551683-3-keithp@keithp.com> <20200826182046.GR3272@calimero.vinschen.de> Date: Wed, 26 Aug 2020 12:10:23 -0700 Message-ID: <87v9h5dy00.fsf@keithp.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Aug 2020 19:10:26 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Corinna Vinschen via Newlib writes: > You can't do that. gamma_r/gammaf_r/lgamma_r/lgammaf_r are BSD > functions. They have been exported by Cygwin since 2001. The entry > points need to be kept available with unchanged semantics. They changed on accident in 2002 -- gamma_r *used* to be an alias for lgamma_r and was changed to be a (broken) alias for tgamma. =2D-=20 =2Dkeith --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEw4O3eCVWE9/bQJ2R2yIaaQAAABEFAl9Gs58ACgkQ2yIaaQAA ABElBhAAmZpt0lKJ3MovIQFZeaLXokpoFQj+bZzKzTHZAck2geLyPszT8vxAKXxs vWYbyLinig88EFl9JEUngmX+UlTbYTg+4IZYXxp6vu4UDRiVweoqYnlSrVMhlfYN V5wKx72R7UPSR06T/nVCScoeOZ/WT9+K0cr2j3xsWo+lkXWzZZ/vXYrmuCd77Oqi /igz5NlvzSfEykOvRWaf8kozlKQ0gKORq0IrIZbnA9I48ZV32vimFZ3xAWum1R4Z ObuB4Opbs3XsMtUkfbdJ4XwqTATCljOMJNwNlyNmRwA27NHiMfZa3b8aZfOTCZHC tUjLYufDJexZAo/mY6df4lG9PCpxjThk6+fAQF2BsOwlj6gxJONj/hrrafmCMhgJ QXW8sCKmyuiQiOms344NRtnW7Cq/QBIcNznScx6Eq3WwSoZ75xirygwQnkoLUXrn 3Wvq9/ObiiJnaXOW7TGRBi/5d21q/EmEFb3z3AeWEKgCAD1itC0iouFJfyD3eGKs m8Qto2mQQOcsTKlsNU4pw0eMgCJn4KM2FKjYtrigsNxOzN7zzQlp/nkvGGJ0t9lW GwPi9zDnNDRNRiSVl22ec/f3XlT5RsA7GA2bLY7jCaJk4K/QJmx7sIpHv56A/OKL hKh9gXjsHZPYiMBHVEkjHtmTd+4vifCOBcy1R7V1XiQa4KsQDug= =f15h -----END PGP SIGNATURE----- --=-=-=--