summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:19:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-11-09 15:19:57 +0000
commiteecf752dc3328897ca6bae004d467b1840419786 (patch)
tree4f31191a854054c525d9905cde2f56599b6f8b95 /cpukit/ChangeLog
parent2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-eecf752dc3328897ca6bae004d467b1840419786.tar.bz2
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/open_dev_console.c: Use constant numbers to avoid overflow when shifting on 16-bit targets.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 01bd44ea17..f0f8edc6f0 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libcsupport/src/open_dev_console.c: Use constant numbers to avoid
+ overflow when shifting on 16-bit targets.
+
+2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* sapi/src/fatal.c: Formatting.
2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>