diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-05 00:52:24 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-05 00:52:24 +0000 |
commit | 092445b3188376f3b11c2f2914f6ed181b0f8eaa (patch) | |
tree | 3cec67f0cfc96008129e3fab75a5e212b3cbd7f0 /gcc/mklibgcc.in | |
parent | 9acebba82637e1a8e9d0902443f0bf3bd6b70752 (diff) | |
download | gcc-092445b3188376f3b11c2f2914f6ed181b0f8eaa.tar.gz |
* libgcc2.h, libgcc2.c (__ffsSI2): New.
(__ffsDI2): Rename from __ffsdi2.
* mklibgcc.in (lib2funcs): Add _ffssi2.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62422 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mklibgcc.in')
-rw-r--r-- | gcc/mklibgcc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/mklibgcc.in b/gcc/mklibgcc.in index 74f72035be2..3a492da13b1 100644 --- a/gcc/mklibgcc.in +++ b/gcc/mklibgcc.in @@ -44,14 +44,14 @@ echo 'force:' echo # Library members defined in libgcc2.c. -lib2funcs='_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _clz +lib2funcs='_muldi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf _clear_cache _trampoline __main _exit _absvsi2 _absvdi2 _addvsi3 _addvdi3 _subvsi3 _subvdi3 _mulvsi3 _mulvdi3 _negvsi2 _negvdi2 _ctors - _clzsi2 _clzdi2 _ctzsi2 _ctzdi2 _popcount_tab _popcountsi2 - _popcountdi2 _paritysi2 _paritydi2' + _ffssi2 _ffsdi2 _clz _clzsi2 _clzdi2 _ctzsi2 _ctzdi2 _popcount_tab + _popcountsi2 _popcountdi2 _paritysi2 _paritydi2' # Disable SHLIB_LINK if shared libgcc not enabled. if [ "@enable_shared@" = "no" ]; then |