summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 19:32:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 19:32:15 +0000
commitbe7ca346fd7771e8fb7483d86877eb480b1a0c69 (patch)
tree4dd5720611eec83dfac8abc2b3433ecbb57bcf1b /c/src/lib/libcpu/sh/ChangeLog
parent2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-be7ca346fd7771e8fb7483d86877eb480b1a0c69.tar.bz2
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac, sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c: Move duplicated context switch code to score/cpu and provide an interrupt handling stub for the GDB SuperH simulator since it does not support interrupts or devices. This has been used to run tests on the simulator BSP as SH1, SH2, and SH4. * shgdb/score/cpu_asm.c, shgdb/score/ispshgdb.c: New files.
Diffstat (limited to 'c/src/lib/libcpu/sh/ChangeLog')
-rw-r--r--c/src/lib/libcpu/sh/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/sh/ChangeLog b/c/src/lib/libcpu/sh/ChangeLog
index fabd8aa2f2..e136f7c909 100644
--- a/c/src/lib/libcpu/sh/ChangeLog
+++ b/c/src/lib/libcpu/sh/ChangeLog
@@ -1,3 +1,13 @@
+2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, configure.ac, sh7032/score/cpu_asm.c,
+ sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c: Move duplicated
+ context switch code to score/cpu and provide an interrupt handling
+ stub for the GDB SuperH simulator since it does not support
+ interrupts or devices. This has been used to run tests on the
+ simulator BSP as SH1, SH2, and SH4.
+ * shgdb/score/cpu_asm.c, shgdb/score/ispshgdb.c: New files.
+
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* sh7032/clock/ckinit.c, sh7045/clock/ckinit.c, sh7750/clock/ckinit.c: