From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 19D223858C50; Mon, 27 Feb 2023 16:22:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 19D223858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677514965; bh=9OO++/N3NjLChL7W0awrmiKVwCJ1ANc4vOPC8Byehmo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mlNDXzT7Ij2KQ3Cd5kdhhxNhodSRnd9C6SuUkcmq4FIQyKTRb6r90VKS+mG9yqtEF Gv0N3Wawj/fb1VQqJx6YGzDY3IC4+gmoADRkXBCLFtqJwLQDDHr9vj4cohLmCLvnpP 6j4fWEU1yo0ZHAaoTSb7ljtVjIERP+7l5PO6K3ig= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108940] Offset of pointer to global variable not set correctly for position independent executable Date: Mon, 27 Feb 2023 16:22:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D108940 --- Comment #3 from Andrew Pinski --- Can you instead attach the output of `readelf -a`?=