summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 12:18:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-02 12:18:19 +0000
commit887796ba477f8fd064114f6cc077413b9396d623 (patch)
tree4a523ba16063c978a9bfecdfd1c510b5f40a5a01 /cpukit/ChangeLog
parent2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-887796ba477f8fd064114f6cc077413b9396d623.tar.bz2
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/src/bdbuf.c: Cast bdbuf->state to int32_t before shifting << 16 (Can not shift an enum by << 16 on 16bit).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 34b2a6a59e..291a210966 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libblock/src/bdbuf.c: Cast bdbuf->state to int32_t
+ before shifting << 16 (Can not shift an enum by << 16 on 16bit).
+
+2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libfs/src/dosfs/msdos.h, libfs/src/dosfs/msdos_conv.c,
libfs/src/dosfs/msdos_misc.c: Use uint16_t instead of
"unsigned short" to circumvent warnings on 16bit targets.