clzsi2.c: New.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 8 Feb 2003 13:22:46 +0000 (13:22 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 8 Feb 2003 13:22:46 +0000 (13:22 +0000)
commit3bd03194ff92b377d9fc2519340be224a2c01459
tree2f93bb9c86ba92954eca4897743436b0aa076e88
parent669e906239a64dc9a7c5138498d4be45223fb1c7
clzsi2.c: New.

* config/h8300/clzsi2.c: New.
* config/h8300/ctzsi2.c: Likewise.
* config/h8300/paritysi2.c: Likewise.
* config/h8300/popcountsi2.c: Likewise.
* config/h8300/t-h8300 (LIB2FUNCS_EXTRA): Add above files.

From-SVN: r62577
gcc/ChangeLog
gcc/config/h8300/clzsi2.c [new file with mode: 0644]
gcc/config/h8300/ctzsi2.c [new file with mode: 0644]
gcc/config/h8300/paritysi2.c [new file with mode: 0644]
gcc/config/h8300/popcountsi2.c [new file with mode: 0644]
gcc/config/h8300/t-h8300