diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b821c89f09f..d0e34c8c45fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-09-27 Nick Clifton + + * libgcc2.c (__popcount_tab): Remove redundant prototype. + 2005-09-26 Jason Merrill PR c++/13764 diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 5950cc9ed118..8838c308c7fb 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -725,11 +725,6 @@ __ctzDI2 (UDWtype x) } #endif -#if (defined (L_popcountsi2) || defined (L_popcountdi2) \ - || defined (L_popcount_tab)) -extern const UQItype __popcount_tab[] ATTRIBUTE_HIDDEN; -#endif - #ifdef L_popcount_tab const UQItype __popcount_tab[256] = {