From 14426c8fb89e6d37a3a53e1d05df87082de7c860 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 24 Jan 2005 15:05:14 +0000 Subject: 2005-01-24 Ralf Corsepius * 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. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e10d2d55f5..2e4006a792 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2005-01-24 Ralf Corsepius + + * 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 * libcsupport/include/stdint.h: Use __PTRDIFF_TYPE for intptr_t. -- cgit v1.2.3