summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-12-21 09:46:55 +0000
committerJakub Jelinek <jakub@redhat.com>2005-12-21 09:46:55 +0000
commite3173d2c996d8e30dfe44e9bf530881da6df6aaa (patch)
tree88d7db2140348f9328c7250d20aecb7f8adcb79b /ChangeLog
parentbaa0a2c9a410a88fcacdf82abc7d21b0c99c7cd3 (diff)
Workaround for http://gcc.gnu.org/PR25240 * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 93c0f79b0b..f471b85859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -117,14 +117,6 @@
(mcheck): Call __libc_malloc and __libc_free instead of
malloc and free.
- Workaround for http://gcc.gnu.org/PR25240
- * include/libc-symbols.h (weak_extern): Define using weak attribute.
- (_weak_extern): Remove.
- (weak_tls_extern): Define.
- * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for
- _nl_current_##category.
- * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
-
2005-12-19 Ulrich Drepper <drepper@redhat.com>
[BZ #1955]