t-linux64 (tp-bit.c): Append to tp-bit.c, not dp-bit.c.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 6 Jun 2006 12:51:24 +0000 (13:51 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 6 Jun 2006 12:51:24 +0000 (13:51 +0100)
* config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, not
dp-bit.c.

From-SVN: r114433

gcc/ChangeLog
gcc/config/mips/t-linux64

index 3b09107..204498c 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-06  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, not
+       dp-bit.c.
+
 2006-06-06  Mike Stump  <mrs@apple.com>
 
        * Makefile.in: Rename to htmldir to build_htmldir to avoid
index 4f820ff..0592e7f 100644 (file)
@@ -11,7 +11,7 @@ tp-bit.c: $(srcdir)/config/fp-bit.c
        echo '# define FLOAT_BIT_ORDER_MISMATCH' >> tp-bit.c
        echo '#endif' >> tp-bit.c
        echo '#if __LDBL_MANT_DIG__ == 113' >> tp-bit.c
-       echo '#define QUIET_NAN_NEGATED' >> dp-bit.c
+       echo '#define QUIET_NAN_NEGATED' >> tp-bit.c
        echo '# define TFLOAT' >> tp-bit.c
        cat $(srcdir)/config/fp-bit.c >> tp-bit.c
        echo '#endif' >> tp-bit.c