summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 77b14250c3..d6aab6880d 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,11 @@
+2001-11-07 Joel Sherrill <joel@OARcorp.com>
+
+ Reported by Todor.Todorov@barco.com and tracked as PR36.
+ * include/rtems/score/object.h: Added prototype for
+ _Objects_Get_by_index().
+ * src/objectget.c, src/objectgetisr.c: Corrected procedure for
+ getting index from Id so it is correct and optimal for both single
+ and multiprocessor configurations.
2001-10-22 Joel Sherrill <joel@OARcorp.com>