diff options
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index cd4645a07f4..f2bc54ce0a2 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,12 @@ +2013-06-28 Jakub Jelinek <jakub@redhat.com> + + PR middle-end/36041 + * libgcc2.c (POPCOUNTCST2, POPCOUNTCST4, POPCOUNTCST8, POPCOUNTCST): + Define. + (__popcountSI2): For __SIZEOF_INT__ > 2 targets use arithmetics + instead of table lookups. + (__popcountDI2): Likewise. + 2013-06-25 Chung-Ju Wu <jasonwucj@gmail.com> * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h |