From 16fef9bbcea817e662d06e6103fb767977787294 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 23 May 2010 06:30:23 +0000 Subject: =?UTF-8?q?2010-05-23=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR 1528/cpukit * libcsupport/src/malloc_boundary.c: Cast to intptr_t* instead of int32_t* for 16 bit target compliance. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + 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 * libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c: @@ -10,6 +16,7 @@ 16bit target compliance. 2010-05-22 Ralf Corsépius + * 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". -- cgit v1.2.3