]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarf.h: Add DW_LANG_Go.
authorRoland McGrath <roland@redhat.com>
Wed, 13 Oct 2010 18:21:17 +0000 (11:21 -0700)
committerRoland McGrath <roland@redhat.com>
Wed, 13 Oct 2010 18:21:17 +0000 (11:21 -0700)
libdw/ChangeLog
libdw/dwarf.h

index 57ab5880e28594ea06f74f0bb7ebfca2c700ca56..8ec74857f45629b4cea6ac218bf7ee7881cfed74 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-13  Roland McGrath  <roland@redhat.com>
+
+       * dwarf.h: Add DW_LANG_Go.
+
 2010-10-05  Roland McGrath  <roland@redhat.com>
 
        * dwarf_getaranges.c: Use malloc rather than alloca,
index edf57b491e296f37e150468798431d5c2161382d..a4ae2062ba3f5af88c05542cd33d08edfe7563a7 100644 (file)
@@ -580,6 +580,7 @@ enum
     DW_LANG_UPC = 0x0012,           /* Unified Parallel C */
     DW_LANG_D = 0x0013,                     /* D */
     DW_LANG_Python = 0x0014,        /* Python */
+    DW_LANG_Go = 0x0015,            /* Google's Go (provisionally DWARF5) */
 
     DW_LANG_lo_user = 0x8000,
     DW_LANG_Mips_Assembler = 0x8001,