From: Mark Wielaard Date: Mon, 31 May 2010 13:06:31 +0000 (+0200) Subject: dwarf.h: Fix DW_LANG_Python constant. X-Git-Tag: elfutils-0.148~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f507bde6a9eb50fc12665c763bfcdbc8b7e3840;p=thirdparty%2Felfutils.git dwarf.h: Fix DW_LANG_Python constant. --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 040078122..125f78b9f 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,7 @@ +2010-05-31 Mark Wielaard + + * dwarf.h: Fix DW_LANG_Python constant. + 2010-05-28 Eduardo Santiago * dwarf_getlocation.c (dwarf_getlocation): Do attr_ok check first diff --git a/libdw/dwarf.h b/libdw/dwarf.h index ce4c9a4f8..fa7635c69 100644 --- a/libdw/dwarf.h +++ b/libdw/dwarf.h @@ -571,7 +571,7 @@ enum DW_LANG_ObjC_plus_plus = 0x0011, /* Objective-C++ */ DW_LANG_UPC = 0x0012, /* Unified Parallel C */ DW_LANG_D = 0x0013, /* D */ - DW_LANG_Python = 0x00134, /* Python */ + DW_LANG_Python = 0x0014, /* Python */ DW_LANG_lo_user = 0x8000, DW_LANG_Mips_Assembler = 0x8001,