From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CA8E13858D35; Mon, 20 May 2024 23:03:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CA8E13858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716246187; bh=sl3fFisONaMedy8qdytNh2kbmnfci4dBzBGt++yHFlY=; h=From:To:Subject:Date:From; b=xzZOnY6nE69gE/AydQqKSsdMMzXfT7UaK2g9ZjlK7/r8gn0AN5DYR6RGOebtmeCSF 6bwE9TGhY4jhkptZG2B7YcbgFC8y1GoVC/IwGfI2kZ8gYw/MiFCRltBUkwKp+PrJzC TmEp6IwqnJ+JurzYIRlj8ZwiYI1Lij7rpL8D15Fw= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31767] New: Libgcc symbols should be compat symbols Date: Mon, 20 May 2024 23:03:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D31767 Bug ID: 31767 Summary: Libgcc symbols should be compat symbols Product: glibc Version: 2.40 Status: NEW Severity: normal Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com CC: drepper.fsp at gmail dot com Target Milestone: --- i386 libc.so has: 128: 001ab760 305 FUNC GLOBAL DEFAULT 15 __deregister_frame_info_bases@@GCC_3.0 645: 001ab410 110 FUNC GLOBAL DEFAULT 15 __register_frame_info_bases@@GCC_3.0 774: 001ab630 182 FUNC GLOBAL DEFAULT 15 __register_frame_info_table@@GLIBC_2.0 1209: 001ab480 82 FUNC GLOBAL DEFAULT 15 __register_frame_info@@GLIBC_2.0 1817: 001ab570 182 FUNC GLOBAL DEFAULT 15 __register_frame_info_table_bases@@GCC_3.0 1932: 001ab4e0 130 FUNC GLOBAL DEFAULT 15 __register_frame@@GLIBC_= 2.0 2367: 001ab8a0 47 FUNC GLOBAL DEFAULT 15 __deregister_frame_info@@GLIBC_2.0 2510: 001ab8d0 87 FUNC GLOBAL DEFAULT 15 __deregister_frame@@GLIBC_2.0 3033: 001ab6f0 103 FUNC GLOBAL DEFAULT 15 __register_frame_table@@GLIBC_2.0 2548: 001abb70 201 FUNC GLOBAL DEFAULT 15 _Unwind_Find_FDE@@GCC_3.0 Should they be compat symbols? --=20 You are receiving this mail because: You are on the CC list for the bug.=