From c38407e6bed5ed20bf9dbecd60f15f1bc0402919 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Oct 2009 11:20:44 +0000 Subject: =?UTF-8?q?2009-10-22=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libcsupport/include/rtems/error.h: Use ordinal constants for RTEMS_ERROR_ERRNO, RTEMS_ERROR_PANIC, RTEMS_ERROR_ABORT to avoid implicit constant conversion overflows on 16bit-int targets. --- cpukit/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e7501be7a2..446e351805 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2009-10-22 Ralf Corsépius + + * libcsupport/include/rtems/error.h: Use ordinal constants for + RTEMS_ERROR_ERRNO, RTEMS_ERROR_PANIC, RTEMS_ERROR_ABORT to avoid + implicit constant conversion overflows on 16bit-int targets. + 2009-10-22 Ralf Corsépius * libmisc/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit -- cgit v1.2.3