summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2011-11-26 18:15:39 +0000
committerGedare Bloom <gedare@rtems.org>2011-11-26 18:15:39 +0000
commitb4959ec32751c2d4259dd05a143e7c6c816c1021 (patch)
treef8518d341000eb0cb7800b718e3d6c3b412349b4 /cpukit/ChangeLog
parent2011-11-26 Gedare Bloom <gedare@rtems.org> (diff)
downloadrtems-b4959ec32751c2d4259dd05a143e7c6c816c1021.tar.bz2
2011-11-26 Gedare Bloom <gedare@rtems.org>
PR 1963 * score/include/rtems/score/rbtree.h: Fix _RBTree_Container_of macro to use correct arithmetic.
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 1c575a1a58..6489ea5b17 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2011-11-26 Gedare Bloom <gedare@rtems.org>
+ PR 1963
+ * score/include/rtems/score/rbtree.h: Fix _RBTree_Container_of macro to
+ use correct arithmetic.
+
+2011-11-26 Gedare Bloom <gedare@rtems.org>
+
PR 1964
* score/inline/rtems/score/chain.inl: Fix chain is first and last.