summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/rbtx4925
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 15:11:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-23 15:11:10 +0000
commit81f160023d4aa1f3d3b5cb159a6cbf0b323f47b6 (patch)
tree4a7b75fe1433a9eabd58657604ccdb974043e4d1 /c/src/lib/libbsp/mips/rbtx4925
parent2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-81f160023d4aa1f3d3b5cb159a6cbf0b323f47b6.tar.bz2
2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/bspclean.c: Removed.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/ChangeLog4
-rw-r--r--c/src/lib/libbsp/mips/rbtx4925/startup/bspclean.c16
2 files changed, 4 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/mips/rbtx4925/ChangeLog b/c/src/lib/libbsp/mips/rbtx4925/ChangeLog
index c7addec5d7..c40df91411 100644
--- a/c/src/lib/libbsp/mips/rbtx4925/ChangeLog
+++ b/c/src/lib/libbsp/mips/rbtx4925/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * startup/bspclean.c: Removed.
+
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/bsp.h: Remove unnecessary boilerplate comments.
diff --git a/c/src/lib/libbsp/mips/rbtx4925/startup/bspclean.c b/c/src/lib/libbsp/mips/rbtx4925/startup/bspclean.c
deleted file mode 100644
index f9ba70b0c2..0000000000
--- a/c/src/lib/libbsp/mips/rbtx4925/startup/bspclean.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * COPYRIGHT (c) 1989-1999.
- * On-Line Applications Research Corporation (OAR).
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- *
- * bspclean.c,v 1.2.2.1 2003/09/04 18:44:49 joel Exp
- */
-
-void bsp_cleanup( void )
-{
- extern void _sys_exit(int);
- _sys_exit(0);
-}