summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 11:20:44 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 11:20:44 +0000
commitc38407e6bed5ed20bf9dbecd60f15f1bc0402919 (patch)
tree6baecee90a8b07377dfbcc21f13431aedd01bff7 /cpukit/ChangeLog
parent2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c38407e6bed5ed20bf9dbecd60f15f1bc0402919.tar.bz2
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index e7501be7a2..446e351805 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * 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 <ralf.corsepius@rtems.org>
+
* libmisc/uuid/uuid_time.c: Add cast to uint32_t to allow 16bit
shift on 16bit-int targets.
* libmisc/uuid/gen_uuid.c: Add HAVE_CONFIG_H guard.