summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-01-24 15:12:09 +0000
commit2345d61bdc38697ef46ab800bf03c43800247e21 (patch)
treef2628a0cb1d649ceaf46418c66adf7a88d417c70 /cpukit/ChangeLog
parent2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-2345d61bdc38697ef46ab800bf03c43800247e21.tar.bz2
2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/include/rtems/score/object.h, score/src/objectextendinformation.c, score/src/objectinitializeinformation.c, score/src/objectshrinkinformation.c: Eliminate name_table since it is not used.
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 b21a30e6df..250efadf42 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/include/rtems/score/object.h,
+ score/src/objectextendinformation.c,
+ score/src/objectinitializeinformation.c,
+ score/src/objectshrinkinformation.c: Eliminate name_table since it is
+ not used.
+
2008-01-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/objectnametoidstring.c: New file.