Hi, I happened to see the following typo for the new DW_LANG_Python constant. OK to push?
Thanks, Mark
>From 3f507bde6a9eb50fc12665c763bfcdbc8b7e3840 Mon Sep 17 00:00:00 2001 From: Mark Wielaard <[email protected]> Date: Mon, 31 May 2010 15:06:31 +0200 Subject: [PATCH] dwarf.h: Fix DW_LANG_Python constant. --- libdw/ChangeLog | 4 ++++ libdw/dwarf.h | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 0400781..125f78b 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,7 @@ +2010-05-31 Mark Wielaard <[email protected]> + + * dwarf.h: Fix DW_LANG_Python constant. + 2010-05-28 Eduardo Santiago <[email protected]> * dwarf_getlocation.c (dwarf_getlocation): Do attr_ok check first diff --git a/libdw/dwarf.h b/libdw/dwarf.h index ce4c9a4..fa7635c 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, -- 1.6.5.2
_______________________________________________ elfutils-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/elfutils-devel
