From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A61113858C41; Sun, 14 Apr 2024 09:50:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A61113858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713088225; bh=CTsAP2VtZcFslFZ+ILIm185bBWArVueHjloycfaDQts=; h=From:To:Subject:Date:In-Reply-To:References:From; b=LVCoP/5Ms+OdnQGM5e3r4uIkwF+JkJtwL1AgQbjdjL+bA+3/nm6axxbxrZNj8DIfc +YgbvDx+Om8Rl3nqUEfIBSmTNvmozju9Zz7w5R04jpl1S7iMSrHhO0rYCRmW66SX4C 0+ISDz5XP+q3nHJVoWWrNR/oWAIK4qhfy89obzeM= From: "fweimer at redhat dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/31640] POWER10 ld.so crashes in elf_machine_load_address with GCC 14 Date: Sun, 14 Apr 2024 09:50:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.40 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.40 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: bug_status target_milestone resolution 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=3D31640 Florian Weimer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Target Milestone|--- |2.40 Resolution|--- |FIXED --- Comment #1 from Florian Weimer --- Fixed for 2.40 via: commit 14e56bd4ce15ac2d1cc43f762eb2e6b83fec1afe Author: Florian Weimer Date: Sun Apr 14 08:24:51 2024 +0200 powerpc: Fix ld.so address determination for PCREL mode (bug 31640) This seems to have stopped working with some GCC 14 versions, which clobber r2. With other compilers, the kernel-provided r2 value is still available at this point. Reviewed-by: Peter Bergner --=20 You are receiving this mail because: You are on the CC list for the bug.=