This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

DW_LANG_Python typo


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 <mjw@redhat.com>
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  <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
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]