summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 15:05:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-24 15:05:14 +0000
commit14426c8fb89e6d37a3a53e1d05df87082de7c860 (patch)
treed0596dff96ca726d080f48bc6d768c692d03940d /cpukit/ChangeLog
parent2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-14426c8fb89e6d37a3a53e1d05df87082de7c860.tar.bz2
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* score/include/rtems/score/heap.h: Use uintptr_t for _H_uptr_t. * score/inline/rtems/score/address.inl: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES. Use uintptr_t for void* to address cast.
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 e10d2d55f5..2e4006a792 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,12 @@
2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * score/include/rtems/score/heap.h: Use uintptr_t for _H_uptr_t.
+ * score/inline/rtems/score/address.inl: Remove
+ RTEMS_CPU_HAS_16_BIT_ADDRESSES.
+ Use uintptr_t for void* to address cast.
+
+2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libcsupport/include/stdint.h: Use __PTRDIFF_TYPE for intptr_t.
2005-01-23 Ralf Corsepius <ralf.corsepius@rtems.org>