Commit 406af897 by Joseph Myers Committed by Joseph Myers

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
parent 8c60f779
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
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment