Commit 3542b7cc by Nick Clifton Committed by Nick Clifton

* libgcc2.c (__popcount_tab): Remove redundant prototype.

From-SVN: r104702
parent 86ad3aa9
2005-09-27 Nick Clifton <nickc@redhat.com>
* libgcc2.c (__popcount_tab): Remove redundant prototype.
2005-09-26 Jason Merrill <jason@redhat.com> 2005-09-26 Jason Merrill <jason@redhat.com>
PR c++/13764 PR c++/13764
......
...@@ -725,11 +725,6 @@ __ctzDI2 (UDWtype x) ...@@ -725,11 +725,6 @@ __ctzDI2 (UDWtype x)
} }
#endif #endif
#if (defined (L_popcountsi2) || defined (L_popcountdi2) \
|| defined (L_popcount_tab))
extern const UQItype __popcount_tab[] ATTRIBUTE_HIDDEN;
#endif
#ifdef L_popcount_tab #ifdef L_popcount_tab
const UQItype __popcount_tab[256] = const UQItype __popcount_tab[256] =
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment