aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-11-23 13:02:31 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2024-11-23 13:02:31 +0100
commitc4073a3d1541f77114ec94698eb29dcdb10ef421 (patch)
tree9bff04a00ba9d65669592434b6aa917ab770b766 /include
parentee8e6784876aa050d2e01f54d1da4acf758b635a (diff)
downloadgcc-c4073a3d1541f77114ec94698eb29dcdb10ef421.zip
gcc-c4073a3d1541f77114ec94698eb29dcdb10ef421.tar.gz
gcc-c4073a3d1541f77114ec94698eb29dcdb10ef421.tar.bz2
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 <jakub@redhat.com> * dwarf2.h (enum dwarf_source_language): Add DW_LANG_Fortran23 enumerator.
Diffstat (limited to 'include')
-rw-r--r--include/dwarf2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index ff71177..1f4dbaf 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,