OSDN Git Service

* libgcc2.c (__popcount_tab): Remove redundant prototype.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Sep 2005 17:11:39 +0000 (17:11 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Sep 2005 17:11:39 +0000 (17:11 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104702 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/libgcc2.c

index 5b821c8..d0e34c8 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-27  Nick Clifton  <nickc@redhat.com>
+
+       * libgcc2.c (__popcount_tab): Remove redundant prototype.
+
 2005-09-26  Jason Merrill  <jason@redhat.com>
 
        PR c++/13764
index 5950cc9..8838c30 100644 (file)
@@ -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] =
 {