From: Jakub Jelinek Date: Sat, 23 Nov 2024 12:02:31 +0000 (+0100) Subject: include: Add yet another DW_LANG_* enumerator from https://dwarfstd.org/languages... X-Git-Tag: basepoints/gcc-16~3945 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4073a3d1541f77114ec94698eb29dcdb10ef421;p=thirdparty%2Fgcc.git include: Add yet another DW_LANG_* enumerator from https://dwarfstd.org/languages.html Another DW_LANG_* code has been added recently... 2024-11-23 Jakub Jelinek * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran23 enumerator. --- diff --git a/include/dwarf2.h b/include/dwarf2.h index ff711773c376..1f4dbaf0a1e3 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -405,6 +405,7 @@ enum dwarf_source_language DW_LANG_P4 = 0x003c, DW_LANG_Metal = 0x003d, DW_LANG_C23 = 0x003e, + DW_LANG_Fortran23 = 0x003f, DW_LANG_Ruby = 0x0040, DW_LANG_Move = 0x0041, DW_LANG_Hylo = 0x0042,