summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-08 23:05:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-02-08 23:05:35 +0000
commitd88661ccab5e914fc2141ee692719c3817772389 (patch)
treee86fef01c745df407adceafbd724b1f2600c3a5b /c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
parent2002-02-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d88661ccab5e914fc2141ee692719c3817772389.tar.bz2
2002-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/Makefile.am: Now compile the gdb stub. * startup/bspstart.c: Fixed header block. * startup/gdb-support.c: New file in stub state.
Diffstat (limited to 'c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c')
-rw-r--r--c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c36
1 files changed, 18 insertions, 18 deletions
diff --git a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
index 6fbb2660d3..06eb3d6652 100644
--- a/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
+++ b/c/src/lib/libbsp/mips/genmongoosev/startup/bspstart.c
@@ -1,22 +1,22 @@
/*
-** This routine starts the application. It includes application,
-** board, and monitor specific initialization and configuration.
-** The generic CPU dependent initialization has been performed
-** before this routine is invoked.
-**
-** COPYRIGHT (c) 1989-2001.
-** 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.OARcorp.com/rtems/license.html.
-**
-** $Id$
-**
-** Modification History:
-** 12/10/01 A.Ferrer, NASA/GSFC, Code 582
-** Set interrupt mask to 0xAF00 (Line 139).
-*/
+ * This routine starts the application. It includes application,
+ * board, and monitor specific initialization and configuration.
+ * The generic CPU dependent initialization has been performed
+ * before this routine is invoked.
+ *
+ * COPYRIGHT (c) 1989-2001.
+ * 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.OARcorp.com/rtems/license.html.
+ *
+ * $Id$
+ *
+ * Modification History:
+ * 12/10/01 A.Ferrer, NASA/GSFC, Code 582
+ * Set interrupt mask to 0xAF00 (Line 139).
+ */
#include <string.h>