From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F35063858D20; Mon, 29 Jan 2024 05:50:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F35063858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706507427; bh=mZTGOP4ioA7F0z62QA5NbJJsmVa93j8d3jMPf5ZdHb0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wYNm7kIJMaHxDOLIhS+lj+cgzJTH4X6xQXmkG40pbEpBp8UevIzRjTADbf1CHydGE YuL2ZjBdheePFdW0fWKhU4ERFqwOhaa8Xmwpilzi2+1wMX9tFXqV43o568Htt91AsF wd07Hsgq5sTjQnO5MipXpx2LasIKK0/0RmYijVcE= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31302] glibc issue about reloc-type R_X86_64_TPOFF64 when llvm build golang project with cgo Date: Mon, 29 Jan 2024 05:50:26 +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: 2.38 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com 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: 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=3D31302 --- Comment #8 from Florian Weimer --- What I meant with constant is that the offset from the thread pointer/%fs is constant for static PIE, and there is no need for a run-time relocation. Th= is looks like a missed optimization in lld (if that's what clang is using). --=20 You are receiving this mail because: You are on the CC list for the bug.=