From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD4343858C39; Sun, 28 Jan 2024 19:30:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD4343858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706470236; bh=Iw5DksdSCiZFxcjM9w1/xKW8oDh7P0qPVhQII2b0U54=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VEmBvJXJJd4psQX+5pK0Sg94C4CVuqbF0u9/jdnXgr58+8hoh/KFmGhUkqQqRbtJy +sJwe8kRrZrYtFkbCLpArKB1doeHXSnbugjNiqkfmCSAxzdVFVCFuOd+bfcHJri3VQ /l8zZI03SVqaRkqUEXLWd0t7W1BVf5gpIpmyJaHA= 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: Sun, 28 Jan 2024 19:30:35 +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: 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=3D31302 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fweimer at redhat dot com --- Comment #3 from Florian Weimer --- Which linker are you using? It is possible that for static PIE, we assume that the link editor is able = to fully relax TLS relocations, that is, compute fixed constants and put them = into the data segment or directly into the code (after instruction relaxation). --=20 You are receiving this mail because: You are on the CC list for the bug.=