summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:31:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-02 21:31:54 +0000
commit9a79f1b42c18ebedce15dd9ada35e977be96ef3f (patch)
tree727e6f02a94b8e4e42f16fa725626b1ce9ffe492 /cpukit/ChangeLog
parent2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9a79f1b42c18ebedce15dd9ada35e977be96ef3f.tar.bz2
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/utils-cp.c: Do not put a 64K buffer on the stack.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b1c9ba9660..00e1f48081 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * libmisc/shell/utils-cp.c: Do not put a 64K buffer on the stack.
+
+2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* score/inline/rtems/score/priority.inl: Use simple integer as loop
counter.