]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config/mmix/mmix.c
Handle a library implementation of ffs calling __builtin_ffs.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Sep 2018 02:42:15 +0000 (02:42 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Sep 2018 02:42:15 +0000 (02:42 +0000)
commit008550bfa99721611931e6920b04c174f3510166
tree9c85bb7202d16e81503188651bb329d62cd6ff69
parentf0fab16104749e449b803bd577f0dbdbabd1e237
Handle a library implementation of ffs calling __builtin_ffs.
* config/mmix/mmix.c (TARGET_INIT_LIBFUNCS): Override with...
(mmix_init_libfuncs): New function: make __builtin_ffs expand
to __ffsdi2.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264381 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mmix/mmix.c