]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
DWARF people changed their mind about the value.
authorRoland McGrath <roland@redhat.com>
Thu, 14 Oct 2010 22:32:24 +0000 (15:32 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 14 Oct 2010 22:32:24 +0000 (15:32 -0700)
libdw/dwarf.h

index a4ae2062ba3f5af88c05542cd33d08edfe7563a7..940ffe33dfc12b21b141299e9ac456682d0fafd2 100644 (file)
@@ -580,7 +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_Go = 0x0016,            /* Google's Go (provisionally in DWARF5) */
 
     DW_LANG_lo_user = 0x8000,
     DW_LANG_Mips_Assembler = 0x8001,