summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-14 22:48:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-14 22:48:54 +0000
commit41eb1e40900196835f903485a6f81637e6b2210f (patch)
tree9a2f3040ad704b84d5ab79efcc8c441ec5f326ad /cpukit/ChangeLog
parent2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-41eb1e40900196835f903485a6f81637e6b2210f.tar.bz2
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h, rtems/src/regioncreate.c, rtems/src/regionextend.c, rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c, rtems/src/regionmp.c, rtems/src/regionresizesegment.c, sapi/include/rtems/config.h, score/include/rtems/score/heap.h, score/include/rtems/score/protectedheap.h, score/src/heap.c, score/src/heapallocate.c, score/src/heapallocatealigned.c, score/src/heapextend.c, score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c, score/src/pheapallocate.c, score/src/pheapallocatealigned.c, score/src/pheapextend.c, score/src/pheapgetblocksize.c, score/src/pheapresizeblock.c: Change sizes of heap/region and allocated objects in heap to intptr_t so they can be larger than a single allocatable object (e.g. size_t).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 49bb8f643d..dcb30fd041 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,21 @@
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/realloc.c, rtems/include/rtems/rtems/region.h,
+ rtems/src/regioncreate.c, rtems/src/regionextend.c,
+ rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c,
+ rtems/src/regionmp.c, rtems/src/regionresizesegment.c,
+ sapi/include/rtems/config.h, score/include/rtems/score/heap.h,
+ score/include/rtems/score/protectedheap.h, score/src/heap.c,
+ score/src/heapallocate.c, score/src/heapallocatealigned.c,
+ score/src/heapextend.c, score/src/heapresizeblock.c,
+ score/src/heapsizeofuserarea.c, score/src/pheapallocate.c,
+ score/src/pheapallocatealigned.c, score/src/pheapextend.c,
+ score/src/pheapgetblocksize.c, score/src/pheapresizeblock.c: Change
+ sizes of heap/region and allocated objects in heap to intptr_t so
+ they can be larger than a single allocatable object (e.g. size_t).
+
+2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* itron/src/chg_pri.c, itron/src/cre_tsk.c, itron/src/rot_rdq.c,
posix/Makefile.am, posix/include/rtems/posix/mutex.h,
posix/include/rtems/posix/priority.h, posix/src/mutex.c,