Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards.
authorMark Wielaard <mjw@redhat.com>
Mon, 9 Feb 2015 22:14:38 +0000 (23:14 +0100)
committerMark Wielaard <mjw@redhat.com>
Tue, 10 Feb 2015 09:15:04 +0000 (10:15 +0100)
commitf7de9aab902f68a79e83954d2645daf90f9eae33
treeb8b711d98d76b3bfa1de3733942d1d7ed580d3e5
parent5a19504458d7a4113ef91875a447f4e841df7598
Recognize new DWARF5/GCC5 DW_LANG Fortran 2003 and Fortran 2008 standards.

DWARFv5 defines and GCC5 may output two new DW_LANG constants for the
Fortran 2003 and Fortran 2008 standards. Recognize both as variants of
language_fortran.

gdb/ChangeLog:

* dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
DW_LANG_Fortran08 as language_fortran.

http://dwarfstd.org/ShowIssue.php?issue=141121.1
gdb/ChangeLog
gdb/dwarf2read.c
This page took 0.02466 seconds and 4 git commands to generate.