summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 4562f0d37a..65f931e362 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,15 @@
2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/__times.c, posix/src/adjtime.c,
+ posix/src/clockgetres.c, posix/src/sysconf.c,
+ rtems/src/clockgettickspersecond.c, rtems/src/clockgettod.c,
+ rtems/src/clockset.c, rtems/src/clocktodvalidate.c,
+ score/src/timespecfromticks.c, score/src/timespectoticks.c,
+ score/src/ts64toticks.c: More case converted to use configuration
+ table entry not _TOD_Microseconds_per_tick.
+
+2008-12-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* libgnat/adasupp.c: Add helper method so Ada binding does not
reference _TOD_Microseconds_per_tick.