From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AC67D385735D; Sat, 30 Dec 2023 10:00:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AC67D385735D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703930434; bh=ZIsheCCXWrSXMnjcQISp0hs6swxsV4xMpquP5vIss7o=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NDfvs4MKfxe0ZMI2CnxX0lCIcbitvnuqr5BDfyz5PEw0De+x38KBveNi9Dfks4z+a uQOaQzR4LRU/nKjdYEeWWHVA8jrWbw5hNRuZFc499PGnXOQcegwlG9lk1WDlzcGaJE RdrEQ7Cpw5rBwPVsBKxjxj49XtwOIDXkUoUIb//I= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug libc/31151] [RISC-V] missing support for profile/audit PLT setup Date: Sat, 30 Dec 2023 10:00:32 +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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW 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=3D31151 --- Comment #3 from Sourceware Commits --- The master branch has been updated by Aurelien Jarno : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D6b32696116e0097f5dd= 578ec087bcbef483f2a07 commit 6b32696116e0097f5dd578ec087bcbef483f2a07 Author: Aurelien Jarno Date: Sat Dec 30 11:00:10 2023 +0100 RISC-V: Add support for dl_runtime_profile (BZ #31151) Code is mostly inspired from the LoongArch one, which has a similar ABI, with minor changes to support riscv32 and register differences. This fixes elf/tst-sprof-basic. This also fixes elf/tst-audit1, elf/tst-audit2 and elf/tst-audit8 with recent binutils snapshots when --enable-bind-now is used. Resolves: BZ #31151 Acked-by: Palmer Dabbelt --=20 You are receiving this mail because: You are on the CC list for the bug.=