projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86ad3aa
)
* libgcc2.c (__popcount_tab): Remove redundant prototype.
author
Nick Clifton
<nickc@redhat.com>
Tue, 27 Sep 2005 17:11:39 +0000
(17:11 +0000)
committer
Nick Clifton
<nickc@gcc.gnu.org>
Tue, 27 Sep 2005 17:11:39 +0000
(17:11 +0000)
From-SVN: r104702
gcc/ChangeLog
patch
|
blob
|
history
gcc/libgcc2.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 5b821c89f09f6e6bff7a757ba2a1141125f5edfb..d0e34c8c45fe7f7eb9671b1b11f219966a803003 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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
diff --git
a/gcc/libgcc2.c
b/gcc/libgcc2.c
index 5950cc9ed11813f45d720fb731a5dc2b42c42733..8838c308c7fb7770d7956e4f655a19e6da59c945 100644
(file)
--- a/
gcc/libgcc2.c
+++ b/
gcc/libgcc2.c
@@
-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] =
{