]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/config/h8300/ctzhi2.c
h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 8 Jun 2003 19:30:59 +0000 (19:30 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 8 Jun 2003 19:30:59 +0000 (19:30 +0000)
commit5d39821d113805e918072e3bb6c91a28a6f66188
tree4ae6ed0645bbea77e156417be6247731a8f3f94f
parent8fc98a46677ab101cc28d7a95e80706e71bd6b69
h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.

* config/h8300/h8300.h (LONG_LONG_TYPE_SIZE): Set to 64.
* config/h8300/t-h8300 (LIB1ASMFUNCS): Remove _floatdisf
_fixsfdi _fixunssfdi.
(LIB2FUNCS_EXTRA): Add entries for clzhi2, ctzhi2, parityhi2,
popcounthi2.
(TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
* config/h8300/clzhi2.c: New.
* config/h8300/ctzhi2.c: Likewise.
* config/h8300/parityhi2.c: Likewise.
* config/h8300/popcounthi2.c: Likewise.

From-SVN: r67636
gcc/ChangeLog
gcc/config/h8300/clzhi2.c [new file with mode: 0644]
gcc/config/h8300/ctzhi2.c [new file with mode: 0644]
gcc/config/h8300/h8300.h
gcc/config/h8300/parityhi2.c [new file with mode: 0644]
gcc/config/h8300/popcounthi2.c [new file with mode: 0644]
gcc/config/h8300/t-h8300