]> git.ipfire.org Git - thirdparty/elfutils.git/commit
dwarf.h: Add DW_LANG_C11, DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
authorMark Wielaard <mjw@redhat.com>
Mon, 24 Nov 2014 21:17:51 +0000 (22:17 +0100)
committerMark Wielaard <mjw@redhat.com>
Wed, 26 Nov 2014 17:00:52 +0000 (18:00 +0100)
commit9f8c08e68243561a54a09e38fd472b4fc2c17d5d
treee2e220df42cedb22850dc4f699a8e7766fe678b6
parent03c033f8718dccb68c2a02dc0725aba24023e751
dwarf.h: Add DW_LANG_C11, DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.

The following patch is needed to recognize the new DW_LANG constants
that GCC 5 might emit as implemented by this GCC patch:
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02852.html

Also added to https://fedorahosted.org/elfutils/wiki/DwarfExtensions

GCC 5 can emit these new DWARFv5 draft language constants. Handle them in
dwarf_aggregate_size and dwarf_getfuncs. Also handle DW_LANG_Go in
dwarf_aggregate_size (lower bound for array is zero for Go).

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdw/ChangeLog
libdw/dwarf.h
libdw/dwarf_aggregate_size.c
libdw/dwarf_getfuncs.c