summaryrefslogtreecommitdiffstats
path: root/cpukit/score/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-20 17:30:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-12-20 17:30:18 +0000
commitb804d632c02ceb4414411f1ca5ab909c6d2ea91c (patch)
tree930a65aae2749961b040117b2c320373b784be8e /cpukit/score/ChangeLog
parent2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b804d632c02ceb4414411f1ca5ab909c6d2ea91c.tar.bz2
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* inline/rtems/score/object.inl, macros/rtems/score/object.inl: Add add casts to Objects_Id in _Objects_Build_ids to avoid implicit typecasts from enum to int16 on bit16 targets (here: h8300).
Diffstat (limited to 'cpukit/score/ChangeLog')
-rw-r--r--cpukit/score/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/ChangeLog b/cpukit/score/ChangeLog
index 6d0cdb845b..e9080fa295 100644
--- a/cpukit/score/ChangeLog
+++ b/cpukit/score/ChangeLog
@@ -1,5 +1,11 @@
2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * inline/rtems/score/object.inl, macros/rtems/score/object.inl: Add
+ add casts to Objects_Id in _Objects_Build_ids to avoid implicit
+ typecasts from enum to int16 on bit16 targets (here: h8300).
+
+2001-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* src/Makefile.am: Add multilib support.
2001-11-28 Joel Sherrill <joel@OARcorp.com>,