]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libdw: Add DWARF4 DW_ATE_UTF.
authorMark Wielaard <mjw@redhat.com>
Tue, 24 Jul 2012 18:00:14 +0000 (20:00 +0200)
committerMark Wielaard <mjw@redhat.com>
Thu, 26 Jul 2012 08:10:08 +0000 (10:10 +0200)
Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdw/ChangeLog
libdw/dwarf.h

index 5a07c467b4b90f95b5a109ef67da80b26f7d5738..c05246344e945ff7d3ddbcd26ef9e89c4f2e323d 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-24  Mark Wielaard  <mjw@redhat.com>
+
+       * dwarf.h: Add DW_ATE_UTF.
+
 2012-06-27  Mark Wielaard  <mjw@redhat.com>
 
        * dwarf.h: Add DW_MACRO_GNU .debug_macro type encodings.
index 78a553aaeef3be71d5150d3a6d712b48f3fa8c2a..a3e028c80d808e3e28f328297956598fed93081e 100644 (file)
@@ -497,6 +497,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