summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-12-02 19:16:37 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-12-02 19:16:37 +0000
commit2728d9cf48178eec3eb34f8490d11181d43c6036 (patch)
tree17034d0effd8e838f0f2e62ba97ed4e256cbd422 /cpukit/score/ChangeLog
parent2002-12-02 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-2728d9cf48178eec3eb34f8490d11181d43c6036.tar.bz2
2002-12-02 Joel Sherrill <joel@OARcorp.com>
* include/rtems/score/object.h, include/rtems/score/tod.h: Added casts to eliminate warnings on 16 bit targets like the h8300.
Diffstat (limited to 'cpukit/score/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 1d9b10abd4..14cd83492b 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-02 Joel Sherrill <joel@OARcorp.com>
+
+ * include/rtems/score/object.h, include/rtems/score/tod.h:
+ Added casts to eliminate warnings on 16 bit targets like the h8300.
+
2002-11-14 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/score/object.inl: Keep consistent with inline version.