summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-17 08:51:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-17 08:51:36 +0000
commit1ebfc5af861220895a6a21cf2b51464ef1d0bfd5 (patch)
tree07f0440a66817cb01dc19ed7bf5971e5f187ce5b /c/src/lib/libbsp/m68k
parent2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1ebfc5af861220895a6a21cf2b51464ef1d0bfd5.tar.bz2
Remove.
Diffstat (limited to 'c/src/lib/libbsp/m68k')
-rw-r--r--c/src/lib/libbsp/m68k/shared/.cvsignore2
-rw-r--r--c/src/lib/libbsp/m68k/shared/ChangeLog79
-rw-r--r--c/src/lib/libbsp/m68k/shared/Makefile.am13
3 files changed, 0 insertions, 94 deletions
diff --git a/c/src/lib/libbsp/m68k/shared/.cvsignore b/c/src/lib/libbsp/m68k/shared/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/c/src/lib/libbsp/m68k/shared/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/c/src/lib/libbsp/m68k/shared/ChangeLog b/c/src/lib/libbsp/m68k/shared/ChangeLog
deleted file mode 100644
index 1ea8cb8bb7..0000000000
--- a/c/src/lib/libbsp/m68k/shared/ChangeLog
+++ /dev/null
@@ -1,79 +0,0 @@
-2005-02-11 Joel Sherrill <joel@OARcorp.com>
-
- * m68kpretaskinghook.c: Correct type of symbols from linkcmds to
- compile with gcc 4.x.
-
-2005-01-28 Eric Norum <norume@aps.anl.gov>
-
- * m68kpretaskinghook.c: Work around agressive optimizing compilers.
-
-2004-04-02 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>
-
- * bspspuriousinit.c: Convert to using c99 fixed size types.
-
-2004-03-05 Joel Sherrill <joel@OARcorp.com>
-
- PR 505/bsps
- * setvec.c: Rework to remove punned pointer warning generated by gcc
- 3.3 and newer.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Remove gdbstub/rtems-stub-glue.c (Non-existent)
-
-2003-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Cosmetics.
-
-2003-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: merge-in gdbstub/Makefile.am.
- Add stray files bspspuriousinit.c, m68000spurious.c.
- * gdbstub/Makefile.am: Remove.
-
-2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Cosmetics.
- Add mvme/mvme16x_hw.h.
-
- Add mvme/mvme16x_hw.h.
-
-2003-09-04 Joel Sherrill <joel@OARcorp.com>
-
- * bspspuriousinit.c, m68000spurious.c, m68kpretaskinghook.c, setvec.c,
- start.S, mvme/mvme16x_hw.h: URL for license changed.
-
-2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect having moved automake/.
-
-2002-06-25 Joel Sherrill <joel@OARcorp.com>
-
- * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
- support to the shared gdb stub glue thus adding a directory.
- * gdbstub: New directory.
- * Makefile.am: Modified to reflect above.
-
-2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * bspspuriousinit.c, m68000spurious.c: Include rtems/bspIo.h
- instead of bspIo.h.
-
-2000-11-01 Joel Sherrill <joel@OARcorp.com>
-
- * shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h, libio.h,
- and libcsupport.h moved from libc to lib/include/rtems and
- now must be referenced as <rtems/XXX.h>. Header file order
- was cleaned up while doing this.
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.
diff --git a/c/src/lib/libbsp/m68k/shared/Makefile.am b/c/src/lib/libbsp/m68k/shared/Makefile.am
deleted file mode 100644
index 57b8d69335..0000000000
--- a/c/src/lib/libbsp/m68k/shared/Makefile.am
+++ /dev/null
@@ -1,13 +0,0 @@
-##
-## $Id$
-##
-
-EXTRA_DIST = m68kpretaskinghook.c setvec.c start.S
-
-EXTRA_DIST += bspspuriousinit.c m68000spurious.c
-
-EXTRA_DIST += mvme/mvme16x_hw.h
-
-EXTRA_DIST += gdbstub/m68k-stub.c gdbstub/gdb_if.h
-
-include $(top_srcdir)/../../../automake/local.am