t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
authorKazu Hirata <kazu@hxi.com>
Mon, 9 Jul 2001 22:05:44 +0000 (22:05 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 9 Jul 2001 22:05:44 +0000 (22:05 +0000)
2001-07-09  Kazu Hirata  <kazu@hxi.com>

* config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
* config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.

From-SVN: r43882

gcc/ChangeLog
gcc/config/h8300/t-h8300
gcc/config/mn10200/t-mn10200

index c45d09dcb6733a9f86b94ee3241139db576c7fed..62516014b805094fa8e1a1228783172f2195c450 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-09  Kazu Hirata  <kazu@hxi.com>
+
+       * config/h8300/t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.
+       * config/mn10200/t-mn10200 (LIB1ASMFUNCS): Likewise.
+
 2001-07-09  Andreas Jaeger  <aj@suse.de>
 
        * output.h: Add declaration of final_forward_branch_p.
index 199082754f5061e3ea07ca883709a739cd4301a8..cd4de39657626fbf74021f5c2ae20bfff5a15ac1 100644 (file)
@@ -1,5 +1,6 @@
 LIB1ASMSRC = h8300/lib1funcs.asm
-LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3
+LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3 \
+  _floatdisf _fixsfdi
 
 # We do not have DF or DI types, so fake out the libgcc2 compilation.
 TARGET_LIBGCC2_CFLAGS = -DDF=SF -DDI=SI
index 7b2dcea652fb101c072efc8ca1d259ac26cbf512..7bdc5abdd07a49358da5f2a47ba223fde24502c9 100644 (file)
@@ -26,7 +26,9 @@ LIB1ASMFUNCS    = _divhi3 \
                  _prologue \
                  _epilogue_a0 \
                  _epilogue_d0 \
-                 _epilogue_noreturn
+                 _epilogue_noreturn \
+                 _floatdisf \
+                 _fixsfdi
 
 
 # We do not have DF or DI types, so fake out the libgcc2 compilation.