t-linux64 (tp-bit.c): Append to tp-bit.c, not dp-bit.c.

* config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, not
	dp-bit.c.

From-SVN: r114433
This commit is contained in:
Joseph Myers 2006-06-06 13:51:24 +01:00 committed by Joseph Myers
parent 8c60f779e1
commit 406af897d0
2 changed files with 6 additions and 1 deletions

View 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

View 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