]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarf.h: Fix DW_LANG_Python constant.
authorMark Wielaard <mjw@redhat.com>
Mon, 31 May 2010 13:06:31 +0000 (15:06 +0200)
committerMark Wielaard <mjw@redhat.com>
Mon, 31 May 2010 13:06:31 +0000 (15:06 +0200)
libdw/ChangeLog
libdw/dwarf.h

index 0400781224a814fe690acb26f28985824621d7ea..125f78b9fe3b3b6b04845c4c7f45029841ad3c73 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-31  Mark Wielaard  <mjw@redhat.com>
+
+       * dwarf.h: Fix DW_LANG_Python constant.
+
 2010-05-28  Eduardo Santiago  <santiago@redhat.com>
 
        * dwarf_getlocation.c (dwarf_getlocation): Do attr_ok check first
index ce4c9a4f8f5dce17829bde4af5e6d6a113dee061..fa7635c6943094a16d922b58a082b84543c9081d 100644 (file)
@@ -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,