From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 0EF4F3858431; Mon, 29 Jan 2024 17:59:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EF4F3858431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706551176; bh=iOMwOBbZDOQJHUwQhEZuWNfWUUEEHwl4hd9ae1ZAhL4=; h=From:To:Subject:Date:From; b=oCpKHXE3oUexejQqJ4joTHWo2wHYrVy5hcsCfol8IxIDlmCKB1gymL85GZUmCTKJw Uo5o0oWib2kBOXoP8TWYjEHtL/eg9cCQcEH/kR5hHIdZhvpyO29ZGLg4AN9xaXAVvF H1Nkjm17eCeOnyYvBIxaYxLW3Grzo0RaT0PnBlKQ= 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: e988a6eb167e3cf11507fbc74e88829e3631842c X-Git-Newrev: 63ecaea8d2e8ae343a931d9b4c9137dd5533461c Message-Id: <20240129175936.0EF4F3858431@sourceware.org> Date: Mon, 29 Jan 2024 17:59:35 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=63ecaea8d2e8ae343a931d9b4c9137dd5533461c commit 63ecaea8d2e8ae343a931d9b4c9137dd5533461c 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