diff --git a/c/src/lib/libbsp/sparc/shared/.cvsignore b/c/src/lib/libbsp/sparc/shared/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/c/src/lib/libbsp/sparc/shared/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/c/src/lib/libbsp/sparc/shared/ChangeLog b/c/src/lib/libbsp/sparc/shared/ChangeLog deleted file mode 100644 index 259b5fb4e9..0000000000 --- a/c/src/lib/libbsp/sparc/shared/ChangeLog +++ /dev/null @@ -1,49 +0,0 @@ -2005-09-02 Joel Sherrill - - PR 821/bsps - * start.S: Workaround -- just avoid copying non-existent initialized - data in ROM to RAM. - -2004-04-01 Ralf Corsepius - - * start.S: Include instead of . - -2004-03-31 Ralf Corsepius - - * bspstart.c, gnatcommon.c: Convert to using c99 fixed size types. - -2003-12-03 Ralf Corsepius - - * Makefile.am: Cosmetics. - -2003-09-26 Joel Sherrill - - * bspstart.c: Obsoleting HP PA-RISC port and removing all references. - -2003-09-04 Joel Sherrill - - * bspclean.c, bspstart.c: URL for license changed. - -2003-08-16 Ralf Corsepius - - * Makefile.am: Reflect having moved automake/. - -2002-11-01 Joel Sherrill - - * gnatcommon.c: Removed warnings. - -2002-03-27 Ralf Corsepius - - * Makefile.am: Remove AUTOMAKE_OPTIONS. - -2000-04-23 Jiri Gaisler - - * 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 - - * 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. diff --git a/c/src/lib/libbsp/sparc/shared/Makefile.am b/c/src/lib/libbsp/sparc/shared/Makefile.am deleted file mode 100644 index dc92aee25e..0000000000 --- a/c/src/lib/libbsp/sparc/shared/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -## -## $Id$ -## - -EXTRA_DIST = bspclean.c bspstart.c gnatcommon.c start.S - -include $(top_srcdir)/../../../automake/local.am