From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B896C3858D28; Mon, 20 May 2024 16:30:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B896C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716222640; bh=fN2/lXofE7oDuRT1BdrasmHGJZ5VTeOWl8FefxD6CwM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HDmDqnTMhOS7qtN3kokniOk3oFTLMrZfvE3GsVp+OinBwGjHOCepxymPOiHH+Gdd+ 6vUYPiZCkWOACWHqUod1ux4plIjIiYMBwdSunna8L93nY046RmfP22LbXHFnMaCJba BNk1GIfSvLuOl9RnCm6LQcboCfmtduUpTDs7taVA= From: "adhemerval.zanella at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug math/31760] Missing math functions Date: Mon, 20 May 2024 16:30:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: adhemerval.zanella at linaro dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31760 Adhemerval Zanella changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adhemerval.zanella at lina= ro dot o | |rg --- Comment #3 from Adhemerval Zanella --- For scalb, my understanding is since this is a deprecated interface (it was obsolescent in POSIX.1-2001; Removed in POSIX.1-2008, never made to C standard), when the newer interface for ISO/IEC TS 18661-3:2015 was added (glibc 2.27) it did not make sense to add this support to the symbol. The significant is a similar symbol, where it seems to come originally from= BSD and never made in any standard. So I think we should remove the fXX alias for static build as well. --=20 You are receiving this mail because: You are on the CC list for the bug.=