aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-02-20 09:50:50 +0000
committerRoland McGrath <roland@gnu.org>1995-02-20 09:50:50 +0000
commit0923c7a543d377bae9da0ad7075c8f9664ae70dc (patch)
tree7fba8f9a64d1aa1a457537d8f08819ed8c1a6cf4 /ChangeLog
parent9c97d688c1798d080a42e024eda0fc6e681aa97f (diff)
downloadglibc-0923c7a543d377bae9da0ad7075c8f9664ae70dc.tar
glibc-0923c7a543d377bae9da0ad7075c8f9664ae70dc.tar.gz
glibc-0923c7a543d377bae9da0ad7075c8f9664ae70dc.tar.bz2
glibc-0923c7a543d377bae9da0ad7075c8f9664ae70dc.zip
Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
* config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS. * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in access to float.h macros. * misc/efgcvt.c: New file. * misc/Makefile (routines): Add efgcvt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b056ee7ca8..959da903a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>
+
+ * config.h.in [HAVE_ELF || HAVE_GNU_LD]: Define HAVE_WEAK_SYMBOLS.
+
+ * stdlib/strtod.c (PASTE, PASTE1): New helper macros; use these in
+ access to float.h macros.
+
+ * misc/efgcvt.c: New file.
+ * misc/Makefile (routines): Add efgcvt.
+
Sun Feb 19 20:10:43 1995 Brendan Kehoe <brendan@zen.org>
* sysdeps/sparc/mul.S: Renamed to `dotmul.S'.