summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-14 23:29:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-14 23:29:45 +0000
commit8911ffd33fe83c040fee9aac29e03c83f6cb60d2 (patch)
tree0e37185458ccfc7d58887ba7a952f976bbbf4a8d /testsuites/libtests/ChangeLog
parent2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-8911ffd33fe83c040fee9aac29e03c83f6cb60d2.tar.bz2
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics(). * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
Diffstat (limited to 'testsuites/libtests/ChangeLog')
-rw-r--r--testsuites/libtests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 28b9dd9916..249b421cfd 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,5 +1,12 @@
2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * Makefile.am, configure.ac: Add new test to exercise
+ malloc_get_statistics().
+ * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c,
+ malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
+
+2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
PR 1535/tests
* malloc04/init.c, malloc04/malloc04.scn: Address issues in test. A mix
of work by Ralf and Joel.