summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh2/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog
index 87261422d3..3f8e11a3a7 100644
--- a/c/src/lib/libbsp/sh/gensh2/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog
@@ -1,3 +1,12 @@
+2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am, configure.ac, include/bsp.h, startup/linkcmds: Use
+ shared bsp_get_work_area() in its own file and rely on BSP Framework
+ to perform more initialization. After factoring this out, it turned
+ out that all SuperH BSPs has the same bsp_start() implementation so
+ this was made shared.
+ * startup/bspstart.c: Removed.
+
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, include/bsp.h: Review of all bsp_cleanup()