summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 13:15:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-10 13:15:38 +0000
commit07b93de9fda7cfeb6a8a0c8eb55adf6ff6aa2c68 (patch)
tree6eb4ac000b4d17d19d6322d4d3166e46434ae624 /testsuites/libtests/ChangeLog
parent2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-07b93de9fda7cfeb6a8a0c8eb55adf6ff6aa2c68.tar.bz2
2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1661/testing * malloc04/init.c: Add public methods to get/set malloc heap pointer so the tests do not have to peer behind the API.
Diffstat (limited to 'testsuites/libtests/ChangeLog')
-rw-r--r--testsuites/libtests/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 64f6ed19cb..2027bad6f8 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1661/testing
+ * malloc04/init.c: Add public methods to get/set malloc heap pointer so
+ the tests do not have to peer behind the API.
+
2010-08-09 Bharath Suri <bharath.s.jois@gmail.com>
PR 1661/testing