summaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-15 22:32:25 +0000
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-15 22:32:25 +0000
commit501c2f93b67d0220dbf0195c31b895875e0db82a (patch)
tree1d2b051a387190dcf8cc06c104c264110562456c /libstdc++-v3/ChangeLog
parent8539da5e0a6876c2501e5c7832a6809f3a3fc9d0 (diff)
downloadgcc-501c2f93b67d0220dbf0195c31b895875e0db82a.tar.gz
libstdc++/6641
* include/bits/c++config (__USE_MALLOC): Report case where the user improperly defined it on the command line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 91082c7ebf2..d94791b86b2 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-15 Loren J. Rittle <ljrittle@acm.org>
+
+ libstdc++/6641
+ * include/bits/c++config (__USE_MALLOC): Report case where
+ the user improperly defined it on the command line.
+
2002-05-15 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* testsuite/testsuite_hooks.h (__set_testsuite_memlimit):