summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-23 06:30:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-23 06:30:23 +0000
commit16fef9bbcea817e662d06e6103fb767977787294 (patch)
tree1a75c07af9af46350eaad5ad4fb3d8b8305c1fca /cpukit/ChangeLog
parent2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-16fef9bbcea817e662d06e6103fb767977787294.tar.bz2
2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1528/cpukit * libcsupport/src/malloc_boundary.c: Cast to intptr_t* instead of int32_t* for 16 bit target compliance.
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 9415329cf3..73be38c91d 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-23 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ PR 1528/cpukit
+ * libcsupport/src/malloc_boundary.c: Cast to intptr_t* instead of
+ int32_t* for 16 bit target compliance.
+
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c:
@@ -10,6 +16,7 @@
16bit target compliance.
2010-05-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* libfs/src/rfs/rtems-rfs-bitmaps-ut.c: Use "16 bit int" arg
in call to srand if "32 bit int" doesn't fit into "int".