aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-10 18:58:00 +0000
committerRoland McGrath <roland@gnu.org>1995-04-10 18:58:00 +0000
commit217d85b9c89bc7d6e2c2db7fa93238a6b6f12d73 (patch)
tree599dd9378f09b497f9c24e7f7e3982cf3c3208fc /ChangeLog
parent8c0dc19cc688bd10f83a92fab2c9cdaf4b6154ec (diff)
downloadglibc-217d85b9c89bc7d6e2c2db7fa93238a6b6f12d73.zip
glibc-217d85b9c89bc7d6e2c2db7fa93238a6b6f12d73.tar.gz
glibc-217d85b9c89bc7d6e2c2db7fa93238a6b6f12d73.tar.bz2
Mon Apr 10 14:53:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn a weak symbol instead of literal "STRTOF". * locale/setlocale.c: Work around ld bug: don't weakify refs to _nl_{current,C}_*.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04b53e8..f859c74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Apr 10 14:53:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn
+ a weak symbol instead of literal "STRTOF".
+
+ * locale/setlocale.c: Work around ld bug: don't weakify refs to
+ _nl_{current,C}_*.
+
Sun Apr 9 01:24:33 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).