From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CEA44385828E; Mon, 21 Nov 2022 07:56:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CEA44385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669017409; bh=8UsWY5BaQ1/yOZ/RSPPtF67BFyw+0ZzZEp9OjWVd+sg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gbPMpfSJySSrqgxR7OjiA5HTCX/LxXPYSrhqFRIteksvoOUnqARHEHoeHyJ9kqdSY PeAQ9FhUthp6WdMfeFAg9580zCbajRptUVFl33pMmamTBl8YawhIF3/VZ2o/LlKENI UKqMfvVcKpnV4IJWt6KELFSuRQNYHHEbCON1Ox8g= From: "rui314 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/29662] s390 glibc wrongly assumes GOT[0] is _DYNAMIC Date: Mon, 21 Nov 2022 07:56:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rui314 at gmail dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: NOTABUG X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot 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://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29662 --- Comment #4 from Rui Ueyama --- GOT[0] is indeed redundant, but removing dependencies to that entry is not probably productive at this point, because it is already part of the standa= rd psABI of s390x. Even if we remove all dependencies to GOT[0] from glibc, th= ere may be code that depends on it, and they are not technically wrong because GOT[0]'s value is guaranteed by the psABI, so we can't remove GOT[0] anyway. --=20 You are receiving this mail because: You are on the CC list for the bug.=