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]

[PATCH 08/10] libdw: Add DWARF4 DW_ATE_UTF.


Signed-off-by: Mark Wielaard <mjw@redhat.com>
---
 libdw/ChangeLog | 4 ++++
 libdw/dwarf.h   | 1 +
 2 files changed, 5 insertions(+)

diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index bda7631..0735d2f 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,5 +1,9 @@
 2012-07-24  Mark Wielaard  <mjw@redhat.com>
 
+	* dwarf.h: Add DW_ATE_UTF.
+
+2012-07-24  Mark Wielaard  <mjw@redhat.com>
+
 	* dwarf.h: Correct spelling of DW_LANG_ObjC.
 	* dwarf_aggregate_size.c (array_size): Use correct spelling of
 	DW_LANG_ObjC.
diff --git a/libdw/dwarf.h b/libdw/dwarf.h
index 8db205c..e731ca3 100644
--- a/libdw/dwarf.h
+++ b/libdw/dwarf.h
@@ -498,6 +498,7 @@ enum
     DW_ATE_signed_fixed = 0xd,
     DW_ATE_unsigned_fixed = 0xe,
     DW_ATE_decimal_float = 0xf,
+    DW_ATE_UTF = 0x10,
 
     DW_ATE_lo_user = 0x80,
     DW_ATE_hi_user = 0xff
-- 
1.7.11.2


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