|
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, 25 Aug 2022 10:49:12 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29517 --- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <nickc@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5578fbf672ee497ea19826edeb509f4cc3e825a8 commit 5578fbf672ee497ea19826edeb509f4cc3e825a8 Author: Nick Clifton <nickc@redhat.com> Date: Thu Aug 25 11:48:00 2022 +0100 GAS: Add a return type tag to DWARF DIEs generated for function symbols. PR 29517 * dwarf2dbg.c (GAS_ABBREV_COMP_UNIT): New defined constant. (GAS_ABBREV_SUBPROG): New defined constant. (GAS_ABBREV_NO_TYPE): New defined constant. (out_debug_abbrev): Use the new defined constants when emitting abbreviation numbers. Generate an abbreviation for an unspecified type. (out_debug_info): Use the new defined constants when referring to abbreviations. Generate a use of the no_type abbreviation. Reference the use when generating DIEs for functions. * testsuite/gas/elf/dwarf-3-func.d: Update to allow for newly extended output from the assembler. * testsuite/gas/elf/dwarf-5-func-global.d: Likewise. * testsuite/gas/elf/dwarf-5-func-local.d: Likewise. * testsuite/gas/elf/dwarf-5-func.d: Likewise. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |