* dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
authorJakub Jelinek <jakub@redhat.com>
Mon, 21 Jun 2010 16:39:14 +0000 (16:39 +0000)
committerJakub Jelinek <jakub@redhat.com>
Mon, 21 Jun 2010 16:39:14 +0000 (16:39 +0000)
include/ChangeLog
include/dwarf2.h

index 1368231c432d61b51f4a2b3281e8a013a4527083..decb57ad0a9da08789893519bbe003d1f1132e69 100644 (file)
@@ -1,3 +1,7 @@
+2010-06-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
+
 2010-06-18  Rafael Espindola  <espindola@google.com>
 
        * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library):
index 85e7991c69ec4b010799d64af2682abab01c7e6c..03c25812d09a498d94172d8f97d6aabcb79335b7 100644 (file)
@@ -654,6 +654,8 @@ enum dwarf_type
     DW_ATE_signed_fixed = 0xd,
     DW_ATE_unsigned_fixed = 0xe,
     DW_ATE_decimal_float = 0xf,
+    /* DWARF 4.  */
+    DW_ATE_UTF = 0x10,
 
     DW_ATE_lo_user = 0x80,
     DW_ATE_hi_user = 0xff,
This page took 0.026586 seconds and 4 git commands to generate.