]> gcc.gnu.org Git - gcc.git/commitdiff
* libgcc2.c (__popcount_tab): Remove redundant prototype.
authorNick Clifton <nickc@redhat.com>
Tue, 27 Sep 2005 17:11:39 +0000 (17:11 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 27 Sep 2005 17:11:39 +0000 (17:11 +0000)
From-SVN: r104702

gcc/ChangeLog
gcc/libgcc2.c

index 5b821c89f09f6e6bff7a757ba2a1141125f5edfb..d0e34c8c45fe7f7eb9671b1b11f219966a803003 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 5950cc9ed11813f45d720fb731a5dc2b42c42733..8838c308c7fb7770d7956e4f655a19e6da59c945 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] =
 {
This page took 0.065342 seconds and 5 git commands to generate.