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:
authorBen Elliston <bje@gnu.org>2005-07-18 08:13:05 +0400
committerBen Elliston <bje@gnu.org>2005-07-18 08:13:05 +0400
commitc8c81bb7389a5cee2427e3147395212f35dbcfcd (patch)
tree1eda2ae5d87be80bf1d001092a93786ade0d3700 /include/elf/ChangeLog
parent9d3e15bef5642804126d451b4a474991765cd7c0 (diff)
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/ChangeLog')
-rw-r--r--include/elf/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 448402c95..5b8c3eb3f 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-18 Ben Elliston <bje@au.ibm.com>
+
+ * dwarf2.h (enum dwarf_type): Remove DW_AT_GNU_decimal_float.
+ Replace with DW_ATE_decimal_float (now in DWARF 3).
+
2005-07-14 Jim Blandy <jimb@redhat.com>
Add support for Renesas M32C and M16C.