From bf8cd3ddd95bfa87b0e3f1c25bf0cde01b4a5388 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Oct 2010 15:32:24 -0700 Subject: [PATCH] DWARF people changed their mind about the value. --- libdw/dwarf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdw/dwarf.h b/libdw/dwarf.h index a4ae2062b..940ffe33d 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, -- 2.47.2