diff options
author | Nick Clifton <nickc@redhat.com> | 2009-11-30 10:10:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-11-30 10:10:52 +0000 |
commit | 0761b46075f1c53a0fc01292b1956dd95137e18e (patch) | |
tree | 116be8b118c4bade74b64257dfadd6ff6c8802fe /gcc/ChangeLog | |
parent | 1dfddbb4d341548f0b196873f0d2b9c9b058b8a4 (diff) | |
download | gcc-0761b46075f1c53a0fc01292b1956dd95137e18e.zip gcc-0761b46075f1c53a0fc01292b1956dd95137e18e.tar.gz gcc-0761b46075f1c53a0fc01292b1956dd95137e18e.tar.bz2 |
stormy16-lib2-count-leading-zeros.c: Delete.
* config/stormy16/stormy16-lib2-count-leading-zeros.c: Delete.
* config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Remove
stormy16-lib2-count-leading-zeros.c.
* config/stormy16/stormy16-lib2.c (__clzhi2): Move code from
__stormy16_count_leading_zeros() into this function.
(__ctzhi2): Use __builtin_clz.
(__ffshi2): Likewise.
From-SVN: r154770
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae70d02..2db2fdc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2009-11-30 Nick Clifton <nickc@redhat.com> + + * config/stormy16/stormy16-lib2-count-leading-zeros.c: Delete. + * config/stormy16/t-stormy16 (LIB2FUNCS_EXTRA): Remove + stormy16-lib2-count-leading-zeros.c. + * config/stormy16/stormy16-lib2.c (__clzhi2): Move code from + __stormy16_count_leading_zeros() into this function. + (__ctzhi2): Use __builtin_clz. + (__ffshi2): Likewise. + 2009-11-30 Eric Botcazou <ebotcazou@adacore.com> * config/sparc/sparc.c (DF_MODES): Simplify. |