summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2016-09-10 16:10:51 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2016-09-10 16:10:51 +0530
commit0f9317dcf578e5093462b9dcf6f4d691dff42cc9 (patch)
tree0a36dda51331f0c5b4d3ba5b275d327a1ac78695 /ChangeLog
parent71756f069a3ec0308f24ab6e6ff60fb13212d411 (diff)
Add tests-static to tests in malloc/Makefile
This is a trivial change to add the static tests only to tests-static and then adding all of tests-static to the tests target to make it look consistent with some other Makefiles. This avoids having to duplicate the test names across the two make targets. * malloc/Makefile (tests): Remove individual static test names and just add all of tests-static.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 607508d0bd..b417ee785c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2016-09-10 Siddhesh Poyarekar <siddhesh@sourceware.org>
+ * malloc/Makefile (tests): Remove individual static test names
+ and just add all of tests-static.
+
* csu/libc-start.c (__libc_csu_irel): Remove declaration.
2016-09-07 Joseph Myers <joseph@codesourcery.com>