From ce3bfb7e477cfdb6ca332f6477f4d97e394f9f87 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 25 Aug 2010 20:33:25 +0000 Subject: 2010-08-25 Gedare Bloom 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. --- c/src/lib/libcpu/sparc64/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'c/src/lib/libcpu/sparc64/ChangeLog') 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 + + 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 PR 1681/cpukit -- cgit v1.2.3