From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C3EA13857726; Wed, 7 Jun 2023 11:01:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C3EA13857726 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686135703; bh=j+E/G8u8Gf3EFifB/UwTeu5pcnNdYf/maoNewEcQotk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ybAz3JbWSI0B7aeqatei0p0gELwMBgz4OCzYGZmtMiMajLS3drIntY/L8IdIv6w8t 61NLKqgvRpltEHllPNkDbc/AChzJC5j9NMO/aoG0U3S7HIHA69GiChvdd49hxiAoi9 GfYESuYgwcD3YRLxd/GVnn35FynjefACbFPBorHw= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/30506] [gdb/tdep, aarch64] FAIL: gdb.dwarf2/dw2-prologue-end-2.exp: $break_addr == $foo_label_addr Date: Wed, 07 Jun 2023 11:01:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD 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: luis.machado at arm dot com 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=3D30506 --- Comment #2 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Luis Machado : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D22f2cf64f178= fa3c85508d08fe10dd4e98af4751 commit 22f2cf64f178fa3c85508d08fe10dd4e98af4751 Author: Tom de Vries Date: Tue May 16 17:00:51 2023 +0100 Fix PR30369 regression on aarch64/arm (PR30506) The gdb.dwarf2/dw2-prologue-end-2.exp test was failing for both AArch64= and Arm. As Tom pointed out here (https://inbox.sourceware.org/gdb-patches/6663707c-4297-c2f2-a0bd-f3e84fc62= aad@suse.de/), there are issues with both the prologue skipper for AArch64 and Arm and= an incorrect assumption by the testcase. This patch fixes both of AArch64's and Arm's prologue skippers to not s= kip past the end of a function. It also incorporates a fix to the testcase so it doesn't assume the prologue skipper will stop at the first instruction = of the functions/labels. Regression-tested on aarch64-linux/arm-linux Ubuntu 20.04/22.04 and x86_64-linux Ubuntu 20.04. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30506 Co-Authored-By: Tom de Vries Co-Authored-By: Luis Machado --=20 You are receiving this mail because: You are on the CC list for the bug.=