aboutsummaryrefslogtreecommitdiff
path: root/include/dwarf2.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-06-21 16:39:14 +0000
committerJakub Jelinek <jakub@redhat.com>2010-06-21 16:39:14 +0000
commit36b2885de4d600109ef5d76ef8d21c21e7f15ea2 (patch)
tree30ac7c3478e8e73668ba4f67c391a6084ef29f40 /include/dwarf2.h
parent4f5d9f0781e24a0c884510a1a4a10a4099852cda (diff)
downloadbinutils-36b2885de4d600109ef5d76ef8d21c21e7f15ea2.zip
binutils-36b2885de4d600109ef5d76ef8d21c21e7f15ea2.tar.gz
binutils-36b2885de4d600109ef5d76ef8d21c21e7f15ea2.tar.bz2
* dwarf2.h (enum dwarf_type): Add DW_ATE_UTF.
Diffstat (limited to 'include/dwarf2.h')
-rw-r--r--include/dwarf2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dwarf2.h b/include/dwarf2.h
index 85e7991..03c2581 100644
--- a/include/dwarf2.h
+++ b/include/dwarf2.h
@@ -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,