From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E61A63971C2D; Mon, 8 Feb 2021 14:24:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E61A63971C2D From: "mark at klomp dot org" To: dwz@sourceware.org Subject: [Bug default/24726] [dwz] Support DWARF5 Date: Mon, 08 Feb 2021 14:24:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: dwz X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody 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 X-BeenThere: dwz@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dwz mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 14:24:45 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D24726 --- Comment #5 from Mark Wielaard --- The normal DWARF5 as generated by GCC is supported now. Some additional improvements to support more variants: - Handle DW_UT_type (in .debug_info variant of DWARF4 .debug_types) - Handle DW_FORM_strx[1234] (and .debug_str_offsets, DW_AT_str_offsets_base) - Handle DW_FORM_addrx[1234] (and .debug_addr section, DW_OP_addrx, DW_OP_constx, DW_AT_addr_base) - Handle DW_FORM_rnglistx and DW_FORM_loclistsx (DW_AT_rnglists_base, DW_AT_loclists_base) - Handle .debug_names (standardized variant of .gdb_index) - Use DW_FORM_ref_sup[48] and DW_FORM_strp_sup instead of DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt (Probably behind --dwarf5 flag) - Generate .debug_sup section (standardized variant of .gnu_debugaltlink) (Probably behind --dwarf5 flag) --=20 You are receiving this mail because: You are on the CC list for the bug.=