diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-03 04:53:16 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-03-03 04:53:16 +0000 |
commit | 82e2f92a089e1af74cb975b5fc86050b2968b4fe (patch) | |
tree | 158fc10972c66de2fb94b1cff421519fc1d3212c /gcc/config/h8300/t-h8300 | |
parent | a3a0bf8e3b532716236add5ad95096749f07e7f5 (diff) | |
download | gcc-82e2f92a089e1af74cb975b5fc86050b2968b4fe.tar.gz |
* config/h8300/lib1funcs.asm (___fixunssfsi): Change the
threshold to 0x4f.
Revert:
2004-02-27 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/fixunssfsi.c (__fixunssfsi): Enable on H8/300
as well.
* config/h8300/lib1funcs.asm (___fixunssfsi): Remove.
* config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _fixunssfsi_asm.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/h8300/t-h8300')
-rw-r--r-- | gcc/config/h8300/t-h8300 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/h8300/t-h8300 b/gcc/config/h8300/t-h8300 index 476dc18884a..28ea2cf71bd 100644 --- a/gcc/config/h8300/t-h8300 +++ b/gcc/config/h8300/t-h8300 @@ -1,5 +1,6 @@ LIB1ASMSRC = h8300/lib1funcs.asm -LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3 +LIB1ASMFUNCS = _cmpsi2 _ucmpsi2 _divhi3 _divsi3 _mulhi3 _mulsi3 \ + _fixunssfsi_asm LIB2FUNCS_EXTRA = \ $(srcdir)/config/h8300/clzhi2.c \ |