summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 03:22:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-22 03:22:06 +0000
commit5699d86790e371aa607bab52be675835d8869feb (patch)
treed8b58c498533039ec43a07b6c0670f0ad0d3c935 /cpukit/ChangeLog
parentUse uint_least32_t instead of u_int, force 32bit constants to make code funct... (diff)
downloadrtems-5699d86790e371aa607bab52be675835d8869feb.tar.bz2
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/dd-args.c: Use uint_least32_t instead of u_int, force 32bit constants to make code functional on 16bit-int 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 75b8e98dc8..f7950ac2b2 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * libmisc/shell/dd-args.c: Use uint_least32_t instead of u_int,
+ force 32bit constants to make code functional on 16bit-int targets.
+
+2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
+
* configure.ac: Remove -fasm.
2009-10-21 Till Straumann <strauman@slac.stanford.edu>