From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BED12394EC37; Thu, 18 Feb 2021 21:19:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BED12394EC37 From: "mark at klomp dot org" To: dwz@sourceware.org Subject: [Bug default/26987] GCC 11 Ada binaries contain unknown tags Date: Thu, 18 Feb 2021 21:19:41 +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: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: nobody at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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: Thu, 18 Feb 2021 21:19:41 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26987 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #24 from Mark Wielaard --- commit bd3c7500ef144480bff353064195212f2e330e3d Author: Mark Wielaard Date: Sat Feb 13 23:34:55 2021 +0100 Don't handle blocks as exprlocs for DWARF version 4 or higher. Since DWARF version 4 blocks just contain bytes, trying to interpret them as exprlocs will most likely fail. Also make sure block1 form and len are correctly passed to add_locexpr_dummy_dies. * dwz.c (add_locexpr_dummy_dies): Only handle block as exprloc for cu_version < 4. (checksum_die): Likewise. (write_die): Likewise. (read_debug_info): Get block length before calling add_locexpr_dummy_dies. https://sourceware.org/bugzilla/show_bug.cgi?id=3D26987 --=20 You are receiving this mail because: You are on the CC list for the bug.=