From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1EB743851C3A; Thu, 6 Oct 2022 16:38:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1EB743851C3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665074288; bh=+qMaNzqg6kyInSp8Q0wg386smP6GuTOxkC4OfCOMBlg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aJ8gT7imhXgtDfJzT3R0qnNij279bgve5hxA5d4ODxR9n4MkmA9Rr8YI6zMzHzkR+ tq87UDdmZwugLalAXsiq0e5CtAjr6F50k+7GIsbwewkSLipZiGWMJaNxc8ogNuJsUT j2hxkb9lLt82tqkvVQDnDcSDtfi//HlcHeBg3WT8= From: "carlos at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/28132] ABI/VERSION name of the rtld module is different from the module name Date: Thu, 06 Oct 2022 16:38:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.34 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: carlos at redhat 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: 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=3D28132 Carlos O'Donell changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carlos at redhat dot com --- Comment #1 from Carlos O'Donell --- (In reply to H.J. Lu from comment #0) > Name of ABI/VERSION of the rtld module is ld, which is different from the > module name. We use IS_IN(rtld) because the module name is rtld. We use ld as the ABI/VERSION. As far as I understand you want the two to match just to make it simpler to understand. You posted a patch for this here: https://patchwork.sourceware.org/project/glibc/patch/20210802042940.932692-= 1-hjl.tools@gmail.com/ I've commented on why I think this needs generalizing. --=20 You are receiving this mail because: You are on the CC list for the bug.=