From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 75BD53858408; Thu, 18 Apr 2024 11:28:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 75BD53858408 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713439717; bh=+7NRd71QS1CGDzYTHOLLiFayOG7HxCVOxCUIcsQCykY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MfctSTc2MxKuOtiDNywX3j3pEQ+ceEsBVck8Rfkr40yRsF0xuibuLkrIF0NC9xe7R 4GqiRS7xOZtVtC4ZEUIH/VTvDbnyM0oVQfEcjXUVatsT4O1qJXMCZXJ5M4LMkODL2r GDVvdSo+z6oWiF4ZM82WnbVRkTdud87WXHKabMgQ= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug testsuite/31650] Dummy CUs Need A DW_TAG_compile_unit DIE Date: Thu, 18 Apr 2024 11:28:36 +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: UNCONFIRMED 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=3D31650 --- 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=3D41d5ff24c672= 3b87ada11c1287f50cb87f7d89e2 commit 41d5ff24c6723b87ada11c1287f50cb87f7d89e2 Author: Will Hawkins Date: Thu Apr 18 13:28:52 2024 +0200 Add DW_TAG_compile_unit DIE to Dummy CUs Dummy CUs help detect errors and are very helpful. However, the DWARF spec seems to indicate the CUs need a DW_TAG_compile_unit in addition to the header. This patch adds that. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31650 Signed-off-by: Will Hawkins Approved-By: Tom de Vries Tested-By: Tom de Vries --=20 You are receiving this mail because: You are on the CC list for the bug.=