summaryrefslogtreecommitdiffstats
path: root/testsuites/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 20:50:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-12 20:50:51 +0000
commit4e76c71cd0a2b9f8a5f213c91355bbe2fd257375 (patch)
tree87710fa4c04999ff1c39957517d445d53ace90d6 /testsuites/ChangeLog
parent2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4e76c71cd0a2b9f8a5f213c91355bbe2fd257375.tar.bz2
2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
Diffstat (limited to 'testsuites/ChangeLog')
-rw-r--r--testsuites/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 6cc1988e47..32c66929e0 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
+ and get_ticks_per_second() in favor of new
+ rtems_clock_get_ticks_per_second().
+
2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/src/test_support.c: Tinker with longest valid name.