From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 91C183858CDA; Fri, 28 Oct 2022 17:43:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91C183858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666979032; bh=D2Gsdi2RmRCuYEj6zbrdmDKm2iU45novjMfcv1ujhiA=; h=From:To:Subject:Date:From; b=ZVu0WytK+lfCNSrhokXQFWoogzagBaHfWGfRl2WVaH9T9O4S3gAWcoq0MoABbc9Lu cxECbsyWi09vJnPrHAAaDoPNlFBVIO6SGQdikGHMagVaNu6zJ1cPYdhtQQ7hAxyNuY 0nC3k7kgqYGCi0VmsGz1yl9suU4D+9FuIJOF4ssU= 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: 80e44cb1253a365a3d96bbd057cb27b578856ddb X-Git-Newrev: 4f672e51f21096d82f61ae8e8e45632fc3e18b17 Message-Id: <20221028174352.91C183858CDA@sourceware.org> Date: Fri, 28 Oct 2022 17:43:47 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=4f672e51f21096d82f61ae8e8e45632fc3e18b17 commit 4f672e51f21096d82f61ae8e8e45632fc3e18b17 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