aboutsummaryrefslogtreecommitdiff
path: root/include/elf/dwarf2.h
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2005-07-18 04:13:05 +0000
committerBen Elliston <bje@gnu.org>2005-07-18 04:13:05 +0000
commitc8c81bb7389a5cee2427e3147395212f35dbcfcd (patch)
tree1eda2ae5d87be80bf1d001092a93786ade0d3700 /include/elf/dwarf2.h
parent9d3e15bef5642804126d451b4a474991765cd7c0 (diff)
downloadnewlib-c8c81bb7389a5cee2427e3147395212f35dbcfcd.zip
newlib-c8c81bb7389a5cee2427e3147395212f35dbcfcd.tar.gz
newlib-c8c81bb7389a5cee2427e3147395212f35dbcfcd.tar.bz2
binutils/
* readelf.c (read_and_display_attr_value): Handle a DW_AT_encoding value of DW_ATE_decimal_float instead of DW_ATE_GNU_decimal_float. include/elf/ * dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float. Replace with DW_ATE_decimal_float (now in DWARF 3).
Diffstat (limited to 'include/elf/dwarf2.h')
-rw-r--r--include/elf/dwarf2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h
index 1ce89ee..268bae5 100644
--- a/include/elf/dwarf2.h
+++ b/include/elf/dwarf2.h
@@ -547,6 +547,7 @@ enum dwarf_type
DW_ATE_unsigned_char = 0x8,
/* DWARF 3. */
DW_ATE_imaginary_float = 0x9,
+ DW_ATE_decimal_float = 0xf,
/* HP extensions. */
DW_ATE_HP_float80 = 0x80, /* Floating-point (80 bit). */
DW_ATE_HP_complex_float80 = 0x81, /* Complex floating-point (80 bit). */
@@ -554,9 +555,7 @@ enum dwarf_type
DW_ATE_HP_complex_float128 = 0x83, /* Complex floating-point (128 bit). */
DW_ATE_HP_floathpintel = 0x84, /* Floating-point (82 bit IA64). */
DW_ATE_HP_imaginary_float80 = 0x85,
- DW_ATE_HP_imaginary_float128 = 0x86,
- /* GNU extensions. */
- DW_ATE_GNU_decimal_float = 0x87 /* Pending DWARF working group. */
+ DW_ATE_HP_imaginary_float128 = 0x86
};
#define DW_ATE_lo_user 0x80