summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-16 16:14:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-16 16:14:44 +0000
commitb9f0782367ec3642b11c2b14e3da24ac858a3f79 (patch)
tree6469a6ed47a8a76cf4002bb3d889b2e68e301b86 /cpukit/ChangeLog
parent2007-05-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b9f0782367ec3642b11c2b14e3da24ac858a3f79.tar.bz2
2007-05-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/objectgetnameasstring.c: Internal threads use string names so in the current RTEMS source string object name can NOT be disabled. It is probably worth considering converting the internal threads to uint32_t style names so all the support for string names can be conditionally disabled.
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 7377476c32..4406b65b2b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,13 @@
2007-05-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * score/src/objectgetnameasstring.c: Internal threads use string names
+ so in the current RTEMS source string object name can NOT be
+ disabled. It is probably worth considering converting the internal
+ threads to uint32_t style names so all the support for string names
+ can be conditionally disabled.
+
+2007-05-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/Makefile.am, score/include/rtems/score/timespec.h: Add division
and greater than operations for timespecs.
* score/src/timespecdivide.c, score/src/timespecgreaterthan.c: