From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 05E1B3858CDA; Tue, 4 Oct 2022 13:01:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05E1B3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664888493; bh=GI4+3Bdunm52uTsjD7oM0EyT2PqrpuRhnPb904e0Io0=; h=From:To:Subject:Date:From; b=BPL8eznyh1KqDRUl1mtYFryQOMspYU0QfpEEGWmuuOx0TmvwrEWMnFnGUe63Yd0Bb 35wCx7TW2ss3dOQSq338WtdbtK9P546KCffwHdrAmg1h+gCT1eO3EF80sqKF6zNvlX 4Fppu0IAafjCQoXnZVq8uzaW2nr3nkAbDZca0avo= 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: 60d4bc40613b857e834f0a7049fd4ca631a60f2d X-Git-Newrev: c5589fdf921a96df5745c675975d9b6defb2ac6c Message-Id: <20221004130133.05E1B3858CDA@sourceware.org> Date: Tue, 4 Oct 2022 13:01:33 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c5589fdf921a96df5745c675975d9b6defb2ac6c commit c5589fdf921a96df5745c675975d9b6defb2ac6c 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 6949e58f5d..6288f4db74 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