From be7ca346fd7771e8fb7483d86877eb480b1a0c69 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Sep 2008 19:32:15 +0000 Subject: 2008-09-25 Joel Sherrill * 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. --- c/src/lib/libcpu/sh/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/lib/libcpu/sh/ChangeLog') 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 + + * 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 * sh7032/clock/ckinit.c, sh7045/clock/ckinit.c, sh7750/clock/ckinit.c: -- cgit v1.2.3