aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-06-06 12:47:08 +0000
committerJoseph Myers <joseph@codesourcery.com>2006-06-06 12:47:08 +0000
commita6dd43a2ace8c79b5d2418c0516351096ebfbaa2 (patch)
tree60d01a40bb9beba79cd0aae279550a3179376752
parent1040e474e08e9506d331ae9822bd4e533fa979f6 (diff)
* gcc/config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, notcsl/sourcerygxx/4.1-6
dp-bit.c. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/sourcerygxx-4_1@114432 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog.csl5
-rw-r--r--gcc/config/mips/t-linux642
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 8a507d4a7ed..066220fe063 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-06-06 Joseph S. Myers <joseph@codesourcery.com>
+
+ * gcc/config/mips/t-linux64 (tp-bit.c): Append to tp-bit.c, not
+ dp-bit.c.
+
2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
* gcc/builtins.c (expand_builtin_return_addr): Always use
diff --git a/gcc/config/mips/t-linux64 b/gcc/config/mips/t-linux64
index c96d5ed581f..f49754aba5f 100644
--- a/gcc/config/mips/t-linux64
+++ b/gcc/config/mips/t-linux64
@@ -13,7 +13,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