summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-01 20:22:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-01 20:22:08 +0000
commitc52c319ebfa28460d276636a4efe7e62700b512f (patch)
treea29b5ad8b97d8fbe98b0032bd43e78f785145df2 /cpukit/ChangeLog
parent2011-02-01 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-c52c319ebfa28460d276636a4efe7e62700b512f.tar.bz2
2011-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1733/cpukit * score/src/isr.c: If target architecture does nto require stack initialization, then do not perform adjustment.
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 4d376a37ad..d9a52cc947 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2011-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1733/cpukit
+ * score/src/isr.c: If target architecture does nto require stack
+ initialization, then do not perform adjustment.
+
2011-02-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libcsupport/src/printk.c: Fix typo.