summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-16 08:33:22 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-16 08:33:22 +0000
commit79d172aba5cc283bccb8d0aca8b42e23d5ee3bc1 (patch)
treeb83cec9e4b22af5bfb31bf5bcb96459ab77f074c /c/src/lib/libbsp/sparc
parentRemove shared/Makefile.am. (diff)
downloadrtems-79d172aba5cc283bccb8d0aca8b42e23d5ee3bc1.tar.bz2
Remove.
Diffstat (limited to 'c/src/lib/libbsp/sparc')
-rw-r--r--c/src/lib/libbsp/sparc/shared/.cvsignore2
-rw-r--r--c/src/lib/libbsp/sparc/shared/ChangeLog49
-rw-r--r--c/src/lib/libbsp/sparc/shared/Makefile.am7
3 files changed, 0 insertions, 58 deletions
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 <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.
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