From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EE3F33858D28; Thu, 8 Sep 2022 08:51:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EE3F33858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662627067; bh=HCu2JsziA5B/LCrZv2LzQqMjJtFXeD33sAx9XHaYiVM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=UOZZiOGC4UX9mI4nf9COPALShbwlkvvNPVHe5OWD/MKFAw4OOOdUReoWPNou8qFN5 6EuaPF4iE2sA8gVNfBLwnPZVFOGi9fqtP3DQJJmvCV+WXv3eYIQ2LdjPtCTrPbPT2o wq6jJHn96EBMB7zvJ6P/92mk3+/0hs0DOXyfEw84= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/29558] [gdb/symtab] Handle gas-generated debug info (DW_TAG_unspecified_type) Date: Thu, 08 Sep 2022 08:51:07 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries 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=3D29558 --- Comment #3 from Tom de Vries --- In the dwarf-5 standard I read: ... For each compilation unit compiled with a DWARF producer, a contribution is made to the .debug_info section of the object file. Each such contribution consists of a compilation unit header followed by a single DW_TAG_compile_u= nit or DW_TAG_partial_unit debugging information entry, together with its child= ren. ... Ok, so this is in fact incorrect dwarf. --=20 You are receiving this mail because: You are on the CC list for the bug.=