]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
* Makefile.in (LIB2FUNCS): Add _clz.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Oct 2000 05:29:56 +0000 (05:29 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Oct 2000 05:29:56 +0000 (05:29 +0000)
commit9ce1b52b3654f3d39a5560b8c2fc5864d556a54d
treeeb967cd058e472946fc54fbdae14374af6029882
parentbc88252166a9cc784ef20ba17d2723906261cf86
    * Makefile.in (LIB2FUNCS): Add _clz.
        * libgcc2.c (__ffsdi2): Use count_trailing_zeros.
        (__clz_tab): Put in its own unit, non-static.
        * libgcc2.h: Always include longlong.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36744 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/libgcc2.c
gcc/libgcc2.h