summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-22 16:51:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-22 16:51:05 +0000
commitf22c1544c53232bdfe3020e5e1cd3ba14865342b (patch)
treec41472993bab951d5326e720b97b7a81c05572fb /cpukit/ChangeLog
parent2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f22c1544c53232bdfe3020e5e1cd3ba14865342b.tar.bz2
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c: Use pointer arithmetic instead of int32_t arithmetic for 16bit compatibility.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 50e3193d7d..9415329cf3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c:
+ Use pointer arithmetic instead of int32_t arithmetic for 16bit
+ compatibility.
+
+2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libmisc/shell/fts.c: Cast to uintptr_t instead of long for better
16bit target compliance.