aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2013-08-16 12:01:52 +0100
committerWill Newton <will.newton@linaro.org>2013-10-02 10:45:40 +0100
commit3cef60098c3a38c65b11be2542b2bc86f76166e8 (patch)
treed89b7ff941f49235304f3e70d3bc00529ba6522f /ChangeLog
parent7815420bc9127926485e287d233fe638228ab53d (diff)
downloadglibc-3cef60098c3a38c65b11be2542b2bc86f76166e8.zip
glibc-3cef60098c3a38c65b11be2542b2bc86f76166e8.tar.gz
glibc-3cef60098c3a38c65b11be2542b2bc86f76166e8.tar.bz2
malloc: Add pvalloc test.
ChangeLog: 2013-10-02 Will Newton <will.newton@linaro.org> * malloc/Makefile: Add tst-pvalloc. * malloc/tst-pvalloc.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f91c01b..374e994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-10-02 Will Newton <will.newton@linaro.org>
+ * malloc/Makefile: Add tst-pvalloc.
+ * malloc/tst-pvalloc.c: New file.
+
+2013-10-02 Will Newton <will.newton@linaro.org>
+
* malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
improve test coverage.