From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 921793858D38; Thu, 3 Nov 2022 16:29:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 921793858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667492951; bh=/mew5Q015fFt1ilTGD66BnPucse3KD1tlsW4w05vchI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=mmgBf+ziNbkOcB7GWsCKjdIbKtyFkojXyhteoB44bWKQwLP3zWNOg58ZcbZLw+WDt EF/UVf17EGfnA+AAd0b01Tm9x4IY4dFsQwRCWaL8satH6woUQbZ6xWgnkU5QURrY1E ckYoUe8ILHoopSkmx8DoQLE1FfC4UcNXlt8mlo9Y= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/29249] csu/libc-tls.c:202: undefined reference to `_startup_fatal_not_constant' Date: Thu, 03 Nov 2022 16:29:10 +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.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fweimer at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: fweimer at redhat dot com X-Bugzilla-Target-Milestone: 2.37 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: resolution target_milestone bug_status 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=3D29249 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Target Milestone|--- |2.37 Status|ASSIGNED |RESOLVED --- Comment #18 from Florian Weimer --- Fixed for 2.37 via: commit 1f34a2328890aa192141f96449d25b77f666bf47 Author: Florian Weimer Date: Thu Nov 3 17:28:03 2022 +0100 elf: Introduce and call_tls_init_tp (bug 29249) This makes it more likely that the compiler can compute the strlen argument in _startup_fatal at compile time, which is required to avoid a dependency on strlen this early during process startup. Reviewed-by: Szabolcs Nagy --=20 You are receiving this mail because: You are on the CC list for the bug.=