Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2010-06-21 20:39:14 +0400
committerJakub Jelinek <jakub@redhat.com>2010-06-21 20:39:14 +0400
commitd80400d46e93f2a2c49c8a063773cf9002a50f2b (patch)
tree6302e24ede20f4a421b1ba51807023912edd25e6 /include/dwarf2.h
parent7b8cf7c89a8e242bbaed84721bdd98a8dd6f1a88 (diff)
* 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 85e7991c6..03c25812d 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,