aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-10-03 20:14:14 +0000
committerJeff Law <law@gcc.gnu.org>1999-10-03 14:14:14 -0600
commitf400f2b600450f17daca12193ea06a357cb980c7 (patch)
tree40e68322ffc2583bdf8daa2e20974e2b2d883122 /gcc
parent6f80451c66dcc194baf195462734046e0b06934e (diff)
downloadgcc-f400f2b600450f17daca12193ea06a357cb980c7.zip
gcc-f400f2b600450f17daca12193ea06a357cb980c7.tar.gz
gcc-f400f2b600450f17daca12193ea06a357cb980c7.tar.bz2
t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
* t-fr30 (LIB2FUNCS_EXTRA): Remove definition. (FPBIT, DPBIT): Define. From-SVN: r29787
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/fr30/t-fr308
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 267ad93..1eb1620 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct 3 14:14:16 1999 Jeffrey A Law (law@cygnus.com)
+
+ * t-fr30 (LIB2FUNCS_EXTRA): Remove definition.
+ (FPBIT, DPBIT): Define.
+
Sun Oct 3 12:44:05 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* print-tree.c (print_node, indent_to): Remove redundant prototypes.
diff --git a/gcc/config/fr30/t-fr30 b/gcc/config/fr30/t-fr30
index 46387d8..69df6de 100644
--- a/gcc/config/fr30/t-fr30
+++ b/gcc/config/fr30/t-fr30
@@ -17,10 +17,10 @@ crti.o: $(srcdir)/config/fr30/crti.asm $(GCC_PASSES)
crtn.o: $(srcdir)/config/fr30/crtn.asm $(GCC_PASSES)
$(GCC_FOR_TARGET) -c -o crtn.o -x assembler $(srcdir)/config/fr30/crtn.asm
-# These are really part of libgcc1, but this will cause them to be
-# built correctly, so...
-
-LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c
+# We want fine grained libraries, so use the new code to build the
+# floating point emulation libraries.
+FPBIT = fp-bit.c
+DPBIT = dp-bit.c
# If any special flags are necessary when building libgcc2 put them here.
#