From 11a6c974621241c2d556112fe62700b7dd355b5b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 15 Sep 2008 19:18:29 +0000 Subject: 2008-09-15 Joel Sherrill * 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. --- c/src/lib/libbsp/sh/gensh2/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/lib/libbsp/sh/gensh2/ChangeLog') 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 + + * 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 * Makefile.am, include/bsp.h: Review of all bsp_cleanup() -- cgit v1.2.3