]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdw: Add DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08 support.
authorMark Wielaard <mjw@redhat.com>
Mon, 9 Feb 2015 15:47:08 +0000 (16:47 +0100)
committerMark Wielaard <mjw@redhat.com>
Mon, 16 Feb 2015 12:24:34 +0000 (13:24 +0100)
commitd3c816d2d882e7917693acf9464941cf10b118d1
treefa893112081eb3fbc8b3707ad08ff4a32060aecd
parent7fb8031aed51ee7c5eb5e5e9c0e072a1367ff7cb
libdw: Add DWARF5/GCC5 DW_LANG_Fortran03 and DW_LANG_Fortran08 support.

GCC5 adds support for the new Fortran 2003 and 2008 standard DWARF5
language codes. Add them to dwarf.h and handle them in dwarf_aggregate_size.

http://dwarfstd.org/ShowIssue.php?issue=141121.1

Also documented at https://fedorahosted.org/elfutils/wiki/DwarfExtensions

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