libgcc2.c (__ffsdi2, [...]): Change return type to "int".
authorRichard Henderson <rth@redhat.com>
Mon, 3 Feb 2003 22:42:20 +0000 (14:42 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 3 Feb 2003 22:42:20 +0000 (14:42 -0800)
commitdabb3f04da95f2cdbe4b713d3e997dfb67b87ca0
treeb06e600bb678be6305dbf07842e1ba19c1f9ff99
parentd074ed7c016d74f5305d482e5a2b685920802a4d
libgcc2.c (__ffsdi2, [...]): Change return type to "int".

        * libgcc2.c (__ffsdi2, __clzsi2, __clzdi2, __ctzsi2, __ctzdi2,
        __popcountsi2, __popcountdi2, __paritysi2, __paritydi2): Change
        return type to "int".  Shuffle declarations and undef int trap.
        * libgcc2.h: Remove their declarations.
        * optabs.c (expand_unop): Force outmode to int for bitops.

From-SVN: r62353
gcc/ChangeLog
gcc/libgcc2.c
gcc/libgcc2.h
gcc/optabs.c