summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sparc64/ChangeLog
diff options
context:
space:
mode:
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