* libgcc2.c (__popcount_tab): Remove redundant prototype.
From-SVN: r104702
This commit is contained in:
parent
86ad3aa989
commit
3542b7ccd2
@ -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
|
||||
|
@ -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] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user