[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/29517] DWARF subprograms output by gas-2.39 have a 'void' retur
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gas/29517] DWARF subprograms output by gas-2.39 have a 'void' return type |
Date: |
Thu, 02 May 2024 07:34:28 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29517
--- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom de Vries <vries@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5ce0e02478cc79a260c7e29822450284a32b9b12
commit 5ce0e02478cc79a260c7e29822450284a32b9b12
Author: Tom de Vries <tdevries@suse.de>
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 added 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 == 2.39.
However, the problem in gas is only fixed for dwarf version >= 3, which
supports DW_TAG_unspecified_type.
Fix this by also activating the workaround for dwarf version == 2.
Tested on x86_64-linux.
Approved-by: Kevin Buettner <kevinb@redhat.com>
PR symtab/31689
https://sourceware.org/bugzilla/show_bug.cgi?id=31689
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/29517] DWARF subprograms output by gas-2.39 have a 'void' return type,
cvs-commit at gcc dot gnu.org <=