From 3f507bde6a9eb50fc12665c763bfcdbc8b7e3840 Mon Sep 17 00:00:00 2001 From: Mark Wielaard 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 deletion(-) 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, -- 2.47.2