From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DC2793858287; Mon, 8 Aug 2022 09:10:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC2793858287 From: "arek at hiler dot eu" To: glibc-bugs@sourceware.org Subject: [Bug build/29456] New: missing DT_HASH section in shared objects Date: Mon, 08 Aug 2022 09:10:18 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.36 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: arek at hiler dot eu X-Bugzilla-Status: UNCONFIRMED 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 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2022 09:10:19 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29456 Bug ID: 29456 Summary: missing DT_HASH section in shared objects Product: glibc Version: 2.36 Status: UNCONFIRMED Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: arek at hiler dot eu CC: carlos at redhat dot com Target Milestone: --- commit e47de5cb2d4dbecb58f569ed241e8e95c568f03c causes glibc shared object = to not have DT_HASH section anymore. Only the DT_GNU_HASH is still present. What seems to be forgotten is that glibc's dlopen() is not the only thing t= hat may depend on it. This breaks SysV ABI compatibility and all the tools that= use DT_HASH for symbol lookup. This breaks all the games running via Proton that are using EAC. --=20 You are receiving this mail because: You are on the CC list for the bug.=