diff options
Diffstat (limited to 'gcc/config/m68k/m68k-modes.def')
-rw-r--r-- | gcc/config/m68k/m68k-modes.def | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k-modes.def b/gcc/config/m68k/m68k-modes.def index e6f782f5fba..d600446bcf9 100644 --- a/gcc/config/m68k/m68k-modes.def +++ b/gcc/config/m68k/m68k-modes.def @@ -1,5 +1,5 @@ /* M68k extra machine modes. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2007 Free Software Foundation, Inc. This file is part of GCC. @@ -18,5 +18,9 @@ along with GCC; see the file COPYING. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +/* These differ in the representation of the canonical NaN. */ +RESET_FLOAT_FORMAT (SF, motorola_single_format); +RESET_FLOAT_FORMAT (DF, motorola_double_format); + /* 80-bit floating point (IEEE extended, in a 96-bit field) */ FRACTIONAL_FLOAT_MODE (XF, 80, 12, ieee_extended_motorola_format); |