diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-23 00:07:23 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-23 00:07:23 +0000 |
commit | 8a82a389de23453299319fce3f2c522ee632d243 (patch) | |
tree | e6b3971a6b02ceeceb79b0c540da0f7442d14479 /gcc/dwarf2.h | |
parent | 51149d8594e6760474c8253e220a007e08575b5d (diff) | |
download | gcc-8a82a389de23453299319fce3f2c522ee632d243.tar.gz |
* dwarf2.h (enum dwarf_type): Add DW_ATE_decimal_float.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107384 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dwarf2.h')
-rw-r--r-- | gcc/dwarf2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/dwarf2.h b/gcc/dwarf2.h index d1b3b1b652b..6fdfb5cb875 100644 --- a/gcc/dwarf2.h +++ b/gcc/dwarf2.h @@ -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). */ |