summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-05 20:09:02 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-05 20:09:02 +0000
commitb028e725e35629e0405d237942e97a73843ae35b (patch)
tree5cac5182644fcd11fe996272790b2b9a62cec67b /cpukit/ChangeLog
parent2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b028e725e35629e0405d237942e97a73843ae35b.tar.bz2
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/object.h, score/src/objectallocatebyindex.c: Object index should be int. Fix bug when index is negative. * score/src/objectextendinformation.c: Do not allow maximum number of allocated objects to exceed maximum representable in index field of Object Id. * score/src/objectgetisr.c: Use same code that is in _Objects_Get to extract index field of Object Id.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6942ceb907..9ad638c7a1 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,16 @@
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/include/rtems/score/object.h,
+ score/src/objectallocatebyindex.c: Object index should be int.
+ Fix bug when index is negative.
+ * score/src/objectextendinformation.c: Do not allow maximum number
+ of allocated objects to exceed maximum representable in index
+ field of Object Id.
+ * score/src/objectgetisr.c: Use same code that is in _Objects_Get
+ to extract index field of Object Id.
+
+2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* itron/include/itronsys/types.h: ITRON types should follow native
integer size.