summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc64/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 20:33:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-25 20:33:25 +0000
commitce3bfb7e477cfdb6ca332f6477f4d97e394f9f87 (patch)
treecd460ee572e47056259be6081a726a44ca79784c /c/src/lib/libcpu/sparc64/ChangeLog
parent2010-08-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ce3bfb7e477cfdb6ca332f6477f4d97e394f9f87.tar.bz2
2010-08-25 Gedare Bloom <giddyup44@yahoo.com>
PR 1688/libcpu * shared/score/interrupt.S: Fix bug in the sun4u _ISR_Dispatch code that ends up cloberring the global registers. It manifests primarily as a memory alignment error when the globals are used to read to/from memory.
Diffstat (limited to 'c/src/lib/libcpu/sparc64/ChangeLog')
-rw-r--r--c/src/lib/libcpu/sparc64/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/sparc64/ChangeLog b/c/src/lib/libcpu/sparc64/ChangeLog
index a648f63bf2..d1b5400f85 100644
--- a/c/src/lib/libcpu/sparc64/ChangeLog
+++ b/c/src/lib/libcpu/sparc64/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-25 Gedare Bloom <giddyup44@yahoo.com>
+
+ PR 1688/libcpu
+ * shared/score/interrupt.S: Fix bug in the sun4u _ISR_Dispatch code
+ that ends up cloberring the global registers. It manifests primarily
+ as a memory alignment error when the globals are used to read to/from
+ memory.
+
2010-08-20 Gedare Bloom <giddyup44@yahoo.com>
PR 1681/cpukit