From: Nick Clifton Date: Tue, 27 Sep 2005 17:11:39 +0000 (+0000) Subject: * libgcc2.c (__popcount_tab): Remove redundant prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3542b7ccd2bfe7d5bf9df0f008eecf4d1858c18d;p=gcc.git * libgcc2.c (__popcount_tab): Remove redundant prototype. From-SVN: r104702 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5b821c89f09..d0e34c8c45f 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 5950cc9ed11..8838c308c7f 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] = {