Commit aa3c0d59 by Kazu Hirata Committed by Kazu Hirata

t-h8300 (LIB1ASMFUNCS): Add _floatdisf and _fixsfdi.

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
parent 3abbcbb1
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.
......
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
......
......@@ -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.
......
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