summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-05 20:16:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-05 20:16:07 +0000
commitdee98cef30342274ef8a68d00c6c17b5933a018c (patch)
tree51337081f2b117901146e8cf3a06ceefe282fc13 /cpukit/ChangeLog
parent2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-dee98cef30342274ef8a68d00c6c17b5933a018c.tar.bz2
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1351/cpukit * sapi/include/confdefs.h: Mask off unlimited object bit before using configured number in calculations.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 9ad638c7a1..0ef8126c8c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
+ PR 1351/cpukit
+ * sapi/include/confdefs.h: Mask off unlimited object bit before using
+ configured number in calculations.
+
+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.