From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D109D3858C78; Tue, 6 Feb 2024 09:21:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D109D3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707211265; bh=QmgZgQoqQsFAhbwv2P580GqxrRnAi1trA2Ljq/UTXaY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ezlXnERZLoLUwGnBTrpCAFpthTUrdmiVEeafYhd59N82fHM/bypbazYp0o+csCRKa eLR7amm+AfZJPhODaNBfJaehapSKr/LwyKJDDvM3ctDiOZqKyUBHcNa8L5ZTk/1mdn A766HzGE/i0cyGFliGpUI6fNaAIt06dFfAX8aSCo= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113700] libgcc_s does not include symbols for _Float16 and __bf16 on Solaris/Illumos even though gcc generates code for _Float16 and __bf16 Date: Tue, 06 Feb 2024 09:21:04 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ABI X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113700 --- Comment #12 from GCC Commits --- The master branch has been updated by Rainer Orth : https://gcc.gnu.org/g:c5f48b5fdde849759d0e3b4effd9352a2399d6f9 commit r14-8820-gc5f48b5fdde849759d0e3b4effd9352a2399d6f9 Author: Rainer Orth Date: Tue Feb 6 10:20:30 2024 +0100 libgcc: Export i386 symbols added after GCC_7.0.0 on Solaris [PR113700] As reported in the PR, all libgcc x86 symbol versions added after GCC_7.0.0 were only added to i386/libgcc-glibc.ver, missing all of libgcc-sol2.ver, libgcc-bsd.ver, and libgcc-darwin.ver. This patch fixes this for Solaris/x86, adding all of them (GCC_1[234].0.0) as GCC_14.0.0 to not retroactively change history. Since this isn't the first time this happens, I've added a note to the end of libgcc-glibc.ver to request notifying other maintainers in case of additions. Tested on i386-pc-solaris2.11. 2024-02-01 Rainer Orth libgcc: PR target/113700 * config/i386/libgcc-sol2.ver (GCC_14.0.0): Added all symbols f= rom i386/libgcc-glibc.ver (GCC_12.0.0, GCC_13.0.0, GCC_14.0.0). * config/i386/libgcc-glibc.ver: Request notifications on update= s.=