summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 13:15:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-11-01 13:15:40 +0000
commit85b7605b323427c734af15a7f36e5839bb865385 (patch)
treeb415fb7d82afe5993d382ae103e9d7612620637b /cpukit/ChangeLog
parent2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-85b7605b323427c734af15a7f36e5839bb865385.tar.bz2
2004-11-01 Joel Sherrill <joel@oarcorp.com>
* score/include/rtems/score/object.h, score/inline/rtems/score/object.inl, score/macros/rtems/score/object.inl: Add first cut of optional 16 bit object Id as space reduction for small systems (TinyRTEMS).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index acf86f108e..076bd123df 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2004-11-01 Joel Sherrill <joel@oarcorp.com>
+
+ * score/include/rtems/score/object.h,
+ score/inline/rtems/score/object.inl,
+ score/macros/rtems/score/object.inl: Add first cut of optional
+ 16 bit object Id as space reduction for small systems (TinyRTEMS).
+
2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* monitor/monitor.h: Let rtems_monitor_config_dump return int.