]> sourceware.org Git - newlib-cygwin.git/commitdiff
binutils/
authorBen Elliston <bje@gnu.org>
Mon, 18 Jul 2005 04:13:05 +0000 (04:13 +0000)
committerBen Elliston <bje@gnu.org>
Mon, 18 Jul 2005 04:13:05 +0000 (04:13 +0000)
* 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).

include/elf/ChangeLog
include/elf/dwarf2.h

index 448402c95ab836acdc7eebbf1dadb32b0e44553b..5b8c3eb3ffcbbf867fff9b7220533bdcf7d503e1 100644 (file)
@@ -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.
index 1ce89ee5feed0e6fc22408ebebfc62fd7b594265..268bae58e2ef4b8fd8fb3e6ec49b560566a154dc 100644 (file)
@@ -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
This page took 0.032186 seconds and 5 git commands to generate.