aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 320bb87bd1..21893d7496 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-03-11 Ulrich Drepper <drepper@redhat.com>
+ * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
+ (__ctype32_wctrans): Likewise.
+ * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
+ * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
+ (__ctype32_wctrans): Likewise.
+ (__ctype32_width): Likewise.
+
* gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
They were never exported anyway.