diff options
author | Richard Stallman <rms@gnu.org> | 1993-11-16 03:11:01 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-11-16 03:11:01 +0000 |
commit | 89771b7fb90591de9484a5f2821bc13173f3a8bc (patch) | |
tree | 2a12a9e22ac362edaba74c125e5241f70874ab43 | |
parent | c28464adaf6756c46025045a2d4d4bd34d39a378 (diff) | |
download | gcc-89771b7fb90591de9484a5f2821bc13173f3a8bc.zip gcc-89771b7fb90591de9484a5f2821bc13173f3a8bc.tar.gz gcc-89771b7fb90591de9484a5f2821bc13173f3a8bc.tar.bz2 |
Undo previous change.
From-SVN: r6103
-rw-r--r-- | gcc/config/mips/xm-mips.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index 8f8ee50..00423b7 100644 --- a/gcc/config/mips/xm-mips.h +++ b/gcc/config/mips/xm-mips.h @@ -44,11 +44,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HOST_FLOAT_FORMAT IEEE_FLOAT_FORMAT -/* Always use ereal_to_decimal, not sprintf, because the system's - sprintf is inaccurate on a mips. */ - -#define REAL_VALUE_TO_DECIMAL(r, fmt, s) (ereal_to_decimal (r, s)) - /* target machine dependencies. tm.h is a symbolic link to the actual target specific file. */ #include "tm.h" |