* dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.

This commit is contained in:
Jakub Jelinek 2010-06-21 16:39:14 +00:00
parent 7b8cf7c89a
commit d80400d46e
2 changed files with 6 additions and 0 deletions

View 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):

View 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,