From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 22D2E3858C30; Tue, 7 Mar 2023 17:49:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22D2E3858C30 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678211350; bh=tRefKbTItYhRZ7W/5i0Gy2gThzFn+Or7i610VLV2sYQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lDXyfLGKMl0hOklPWONcofCl/sPTsX1B7TCDDHGmx0kDNPwBzqIaSyP+nR0779+cV yl5+7qQDyCWrn4BfDa0QPv3LuVG+Kje6hn1qqsxwGtB2e9EVmiSG+9/gdXvrc6NqCV gxPeTIA9+Gn1RUNU3JKJzegx3twm/cE9UuIHQSdw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgcc/109054] _Unwind_GetLanguageSpecificData should have protected visibility Date: Tue, 07 Mar 2023 17:49:10 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgcc X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D109054 --- Comment #4 from Jakub Jelinek --- As I tried to explain, because libgcc_s and libstdc++ are different librari= es, there is nothing that can be done on the GCC side. You can avoid libunwind (which is a good idea, it is a terrible library fro= m my past experience with it), or if you can't, make sure libgcc comes earlier in the search path, or that libunwind defines all the unwinder symbols (_Unwin= d_*) and not just a subset (so whole app uses one unwinder or another depending = on search path, but not a mix of them).=