From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 745D83858017; Wed, 30 Aug 2023 12:38:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 745D83858017 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693399122; bh=Yco5UtY8mIdT26oagaql4t+JOVHKKkBDAEeqa+K+CTg=; h=From:To:Subject:Date:From; b=dLIhS5CyfLQMYEV8O2h2DoA2Bwdw8YImG++idyKMbJLzYhUSx6VW5LWSdgsQaeKjN IAk6H1HwrbL8UOpP3GBTf8VF65WDu15jZAVgzubqFVCIx1+heXLGg1xM/rH/4IWj5c 5XE/TlIuR7PIe4rmt+UjTX/lyGBKPSFB22p2yRqA= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] stdlib: Avoid internal definitions for tst-strtod5i X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: 9811dc9e83dbab2e01de43b19ca60c9916ee8a13 X-Git-Newrev: 882c80c11426346cf2fc7ea8dd5f0c87cd59ea9d Message-Id: <20230830123842.745D83858017@sourceware.org> Date: Wed, 30 Aug 2023 12:38:42 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=882c80c11426346cf2fc7ea8dd5f0c87cd59ea9d commit 882c80c11426346cf2fc7ea8dd5f0c87cd59ea9d Author: Adhemerval Zanella Date: Thu Mar 24 15:35:28 2022 -0300 stdlib: Avoid internal definitions for tst-strtod5i Compiler might emit a __copysign. Diff: --- stdlib/tst-strtod5i.c | 1 + 1 file changed, 1 insertion(+) diff --git a/stdlib/tst-strtod5i.c b/stdlib/tst-strtod5i.c index c58c5b1439..3a3bb7df10 100644 --- a/stdlib/tst-strtod5i.c +++ b/stdlib/tst-strtod5i.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see . */ +#define NO_MATH_REDIRECT #include #include #include