From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id EE0DF3858CD1; Tue, 2 Apr 2024 15:55:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE0DF3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712073344; bh=ICaCm0+D+P6PEXwqXIxA9xeLnqg3wwyJAHVekR5UGhs=; h=From:To:Subject:Date:From; b=fISDd1pgzAXiVrx2ZiNDOXS/eEmS8Q/QHkUWFLYauUBBU8QILQEv8n8cq4BYJY7sQ +XmRsr+VoFH0HZIUEX1n4rksxEpbQguNH8AjVNNmqCTWaV8uk4NK7TOvMK04UhSGm2 D613k6xJphhjizwhzmMp1F8EfFy0zGaQmK5Sbv9k= 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: c4a4fda9e9c02d54892a4716a7459701d6104ba3 X-Git-Newrev: 0e00716c9a9725a0b73d7b6aca81df16a1a59296 Message-Id: <20240402155544.EE0DF3858CD1@sourceware.org> Date: Tue, 2 Apr 2024 15:55:44 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=0e00716c9a9725a0b73d7b6aca81df16a1a59296 commit 0e00716c9a9725a0b73d7b6aca81df16a1a59296 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 ee54e3404c..ac89bfa07f 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