summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-10-14 15:32:24 -0700
committerRoland McGrath <roland@redhat.com>2010-10-14 15:32:24 -0700
commitbf8cd3ddd95bfa87b0e3f1c25bf0cde01b4a5388 (patch)
tree7f30def3d9e61e0fbea87a0370a0405c4f78f556
parent8c0a38297de8342352954481be2ce9f5c1b727fd (diff)
downloadelfutils-bf8cd3ddd95bfa87b0e3f1c25bf0cde01b4a5388.tar.gz
DWARF people changed their mind about the value.
-rw-r--r--libdw/dwarf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/dwarf.h b/libdw/dwarf.h
index a4ae2062..940ffe33 100644
--- a/libdw/dwarf.h
+++ b/libdw/dwarf.h
@@ -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,