This commit is contained in:
Ralf Corsepius
2005-10-16 08:33:22 +00:00
parent ddc9406947
commit 79d172aba5
3 changed files with 0 additions and 58 deletions

View File

@@ -1,2 +0,0 @@
Makefile
Makefile.in

View File

@@ -1,49 +0,0 @@
2005-09-02 Joel Sherrill <joel@OARcorp.com>
PR 821/bsps
* start.S: Workaround -- just avoid copying non-existent initialized
data in ROM to RAM.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* start.S: Include <rtems/asm.h> instead of <asm.h>.
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
* bspstart.c, gnatcommon.c: Convert to using c99 fixed size types.
2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics.
2003-09-26 Joel Sherrill <joel@OARcorp.com>
* bspstart.c: Obsoleting HP PA-RISC port and removing all references.
2003-09-04 Joel Sherrill <joel@OARcorp.com>
* bspclean.c, bspstart.c: URL for license changed.
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect having moved automake/.
2002-11-01 Joel Sherrill <joel@OARcorp.com>
* gnatcommon.c: Removed warnings.
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_OPTIONS.
2000-04-23 Jiri Gaisler <jiri@gaisler.com>
* start.S: Modificatins to preserve the current CWP and adjust the
WIM accordingly. This improves compatibility with the remote
debugger and the mkprom prom-builder.
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
* ChangeLog, .cvsignore, Makefile.am, bspclean.c, bspstart.c,
gnatcommon.c, start.S: New files. Largely moved from ERC32
BSP to be able to be shared with LEON and other SPARC BSPs.

View File

@@ -1,7 +0,0 @@
##
## $Id$
##
EXTRA_DIST = bspclean.c bspstart.c gnatcommon.c start.S
include $(top_srcdir)/../../../automake/local.am