From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A5DCD3858424; Tue, 5 Dec 2023 10:36:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A5DCD3858424 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701772591; bh=c5SZGz8HPIJnsyjyOMhUMMFccuj7MRvo6AmemPNNJ38=; h=From:To:Subject:Date:From; b=qvJM6qcAiMpkeCzeosAeGNXc0DEvUvoO8fKHNbJtKz8efKNOV6ESs6zUDK8+9Y7l6 lJBF8dOKyMYkT5PECcZmYyB8sXYH6OeN79/7O9psqXq/u5uBnMhanwFIX4vQ0V453y ZsUt+ypJ1aAZUmJEaflXXteLPBWjxYhqW/V9ibrM= From: "schwab@linux-m68k.org" To: glibc-bugs@sourceware.org Subject: [Bug string/31113] New: Wrong unwind information for rawmemchr on aarch64 Date: Tue, 05 Dec 2023 10:36:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: string X-Bugzilla-Version: 2.24 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: schwab@linux-m68k.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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone cf_gcchost Message-ID: 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=3D31113 Bug ID: 31113 Summary: Wrong unwind information for rawmemchr on aarch64 Product: glibc Version: 2.24 Status: NEW Severity: normal Priority: P2 Component: string Assignee: unassigned at sourceware dot org Reporter: schwab@linux-m68k.org Target Milestone: --- Host: aarch64-*-* The rawmemchr implementation on aarch64 misuses the .cfi_return_column directive where it rather needs to use .cfi_register when a saved value mov= es to a different register. --=20 You are receiving this mail because: You are on the CC list for the bug.=