* dwarf2.h (enum dwarf_type): Add DW_ATE_decimal_float.
authorBen Elliston <bje@au.ibm.com>
Wed, 23 Nov 2005 00:07:23 +0000 (00:07 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Wed, 23 Nov 2005 00:07:23 +0000 (11:07 +1100)
From-SVN: r107384

gcc/ChangeLog
gcc/dwarf2.h

index d4789389e1ba16834d4c6ba2e01d3ca6aed5fa77..82d34a3050a13859b609f353be6e8c7fd189ea44 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-23  Ben Elliston  <bje@au.ibm.com>
+
+       * dwarf2.h (enum dwarf_type): Add DW_ATE_decimal_float.
+
 2005-11-22  J"orn Rennecke <joern.rennecke@st.com>
 
        Preparatory work for PR target/21623:
index d1b3b1b652b34b69da9b1acc21657821d669cda5..6fdfb5cb875c136f383ca41e181b68c18f1558cf 100644 (file)
@@ -1,7 +1,7 @@
 /* Declarations and definitions of codes relating to the DWARF2 symbolic
    debugging information format.
    Copyright (C) 1992, 1993, 1995, 1996, 1997, 1999, 2000, 2001, 2002,
-   2003, 2004 Free Software Foundation, Inc.
+   2003, 2004, 2005 Free Software Foundation, Inc.
 
    Written by Gary Funck (gary@intrepid.com) The Ada Joint Program
    Office (AJPO), Florida State University and Silicon Graphics Inc.
@@ -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).  */