From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 87107385841D; Wed, 17 Apr 2024 10:55:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 87107385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713351306; bh=c3aNtE+l8UMNZroa4RparkSDbpXlcyGJJOCuRwRN/HA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UGwFz/DfxXgFBeEe2yYrseRURQublQNBvCnV+PELGaialKTjclPSiiaelBw8k6Pgs 0tLPPQGVvtGHV9o1sirvoi0POMiCjz0GTEAqKgS3wth2WNZetT++Vse/k9Mz8L7FrM 5jrC7SG08SNH7siUHusa/rC4mTffn1XYW5cTIuMU= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31618] [gdb/testsuite] Require end_sequence in dwarf assembly test-cases Date: Wed, 17 Apr 2024 10:55:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: testsuite 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: 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=3D31618 --- Comment #2 from Sourceware Commits --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0f91492fcf3e= 75a014c605bc61fc7eed8ad5100e commit 0f91492fcf3e75a014c605bc61fc7eed8ad5100e Author: Tom de Vries Date: Wed Apr 17 12:55:00 2024 +0200 [gdb/testsuite] Require DW_LNE_end_sequence The dwarf standard requires that every line number program sequence ends with a DW_LNE_end_sequence instruction. Enforce this in the dwarf assembler for the last sequence in a line num= ber program (we have no means to enforce this for earlier sequences), and f= ix a few test-case that don't have it. Tested on aarch64-linux. PR testsuite/31618 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31618 --=20 You are receiving this mail because: You are on the CC list for the bug.=