Skip to content
Snippets Groups Projects
Commit 3b918afe authored by nickc's avatar nickc
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104702 138bc75d-0d04-0410-961f-82ee72b054a4
parent bc2b76e0
No related merge requests found
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
......
......@@ -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] =
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment