summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-01 14:50:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-01 14:50:31 +0000
commit46a67b19814a4e2a9f303f85849bdbf3b7e5d4b7 (patch)
treefb04f7fe93a3a7427825f59d4ea80d44bc841f96 /cpukit/ChangeLog
parent2009-05-30 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-46a67b19814a4e2a9f303f85849bdbf3b7e5d4b7.tar.bz2
2009-06-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/thread.h, score/src/threadhandler.c: Merge conditional code from main and init/fini C++ constructors so the body of this method reads better. Mark thread prototypes which are not currently exercised by any APIs with FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API conditional.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 60eda3183c..111569923d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2009-06-01 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/include/rtems/score/thread.h, score/src/threadhandler.c: Merge
+ conditional code from main and init/fini C++ constructors so the body
+ of this method reads better. Mark thread prototypes which are not
+ currently exercised by any APIs with
+ FUNCTIONALITY_NOT_CURRENTLY_USED_BY_ANY_API conditional.
+
2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1415/cpukit