aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gcc.gnu.org>1999-05-07 10:14:34 +0000
committerUlrich Drepper <drepper@gcc.gnu.org>1999-05-07 10:14:34 +0000
commit199343c5914ef2bda2a4c6a4932a768ef9591bc7 (patch)
tree329721a9a5ccff6f9124ca8db8d08c0e9d4b2857 /libstdc++
parent2370ed1f5694dc342393d111ee975db78b3eb252 (diff)
downloadgcc-199343c5914ef2bda2a4c6a4932a768ef9591bc7.zip
gcc-199343c5914ef2bda2a4c6a4932a768ef9591bc7.tar.gz
gcc-199343c5914ef2bda2a4c6a4932a768ef9591bc7.tar.bz2
Update.
From-SVN: r26819
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/ChangeLog8
-rw-r--r--libstdc++/stl/ChangeLog4
2 files changed, 10 insertions, 2 deletions
diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog
index f74df38..e48f040 100644
--- a/libstdc++/ChangeLog
+++ b/libstdc++/ChangeLog
@@ -1,4 +1,8 @@
-Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>
+1999-05-07 Ulrich Drepper <drepper@cygnus.com>
+
+ * stlinst.cc: Make it possible to compile with __USE_MALLOC.
+
+Mon Apr 26 02:24:47 1999 "Loren J. Rittle" <rittle@supra.rsch.comm.mot.com>
* config/freebsd.ml (LIBS): Add ARLINK.
* config/openbsd.ml (LIBS): Add ARLINK.
@@ -20,7 +24,7 @@ Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
Fri Mar 5 02:16:39 1999 Doug Rabson <dfr@freebsd.org>
* configure.in: Support shared libs on FreeBSD 3.x and 4.x
- * config/freebsd.ml: A copy of config/linux.ml since they are both
+ * config/freebsd.ml: A copy of config/linux.ml since they are both
ELF and both have a shared libm.
1999-02-24 Jason Merrill <jason@yorick.cygnus.com>
diff --git a/libstdc++/stl/ChangeLog b/libstdc++/stl/ChangeLog
index 1595bd2..b23a916 100644
--- a/libstdc++/stl/ChangeLog
+++ b/libstdc++/stl/ChangeLog
@@ -1,3 +1,7 @@
+1999-05-07 Ulrich Drepper <drepper@cygnus.com>
+
+ * stl_alloc.h: Make it possible to compile with __USE_MALLOC.
+
Tue Apr 13 00:32:57 1999 Mumit Khan <khan@xraylith.wisc.edu>
* stl_config.h (__MINGW32__): Mingw32 RTL lacks drand48.