From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B39C9385843B; Thu, 2 May 2024 07:34:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B39C9385843B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714635269; bh=rJYCto7NSdwxx2AXuXq9RbAYbgKmLLX5oJjQOd2TOZI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=yEYnWzBlQOmDXXe6Bng/Nb8pMsS/9bWPiV4xfLhGNFSNp/bMSl89kWmXhhIx2FN5g yHMnc9YNDEiSq14DJG/aVGCW27TY4t3ErFBeMEgVc4lJYROko4i4Q/mrLfs38R4RQn pCSyD8cS+j2nLEp+4njJIGoeZ9q1JzzEgec3mrjY= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/31689] [gdb/symtab] PR gas/29517 workaround, dwarf2 case Date: Thu, 02 May 2024 07:34:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab 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=3D31689 --- Comment #4 from Sourceware Commits --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D5ce0e02478cc= 79a260c7e29822450284a32b9b12 commit 5ce0e02478cc79a260c7e29822450284a32b9b12 Author: Tom de Vries Date: Thu May 2 09:34:46 2024 +0200 [gdb/symtab] Work around PR gas/29517, dwarf2 case In commit 1d45d90934b ("[gdb/symtab] Work around PR gas/29517") we adde= d a workaround for PR gas/29517. The problem is present in gas version 2.39, and fixed in 2.40, so the workaround is only active for gas version =3D=3D 2.39. However, the problem in gas is only fixed for dwarf version >=3D 3, whi= ch supports DW_TAG_unspecified_type. Fix this by also activating the workaround for dwarf version =3D=3D 2. Tested on x86_64-linux. Approved-by: Kevin Buettner PR symtab/31689 https://sourceware.org/bugzilla/show_bug.cgi?id=3D31689 --=20 You are receiving this mail because: You are on the CC list for the bug.=