summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/start/reset.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-08 16:41:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-08 16:41:46 +0000
commitef39005e12d0b952795f43f71b9988f81cc756b9 (patch)
tree5d0560b2c6f07f6cf092977861e7a777cb2a6cd9 /c/src/lib/libbsp/m68k/ods68302/start/reset.S
parent2002-08-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-ef39005e12d0b952795f43f71b9988f81cc756b9.tar.bz2
2002-08-07 Joel Sherrill <joel@OARcorp.com>
* start/Makefile.am: Pick up rest of Ralf'f changes and use cp not make-rel since there is no point in this case. * start/debugreset.S: Rights were not assigned. * start/reset.S: Add ifdef to avoid core dump until Chris can track it down. * start/cpuboot.c: Moved to startup. * startup/Makefile.am: Account for above.
Diffstat (limited to 'c/src/lib/libbsp/m68k/ods68302/start/reset.S')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/start/reset.S7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/start/reset.S b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
index c31a7a4faf..1d1aec955f 100644
--- a/c/src/lib/libbsp/m68k/ods68302/start/reset.S
+++ b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
@@ -18,7 +18,6 @@
*
* COPYRIGHT (c) 1989, 1990, 1991, 1992, 1993, 1994.
* On-Line Applications Research Corporation (OAR).
- * All rights assigned to U.S. Government, 1994.
*
* This material may be reproduced by or for the U.S. Government pursuant
* to the copyright license under the clause at DFARS 252.227-7013. This
@@ -494,6 +493,7 @@ zerobss_loop:
unhandled_exception:
EXCEPTION_HANDLER(#, 0)
+#if 0
EXCEPTION_HANDLER(#, 1)
EXCEPTION_HANDLER(#, 2)
EXCEPTION_HANDLER(#, 3)
@@ -775,9 +775,13 @@ EXCEPTION_HANDLER(#, 253)
EXCEPTION_HANDLER(#, 254)
EXCEPTION_HANDLER(#, 255)
+#endif
+
+
common_exception_handler:
+#if 0
|
| Need to put the format/vector above the PC and status register
|
@@ -839,6 +843,7 @@ ceh_30:
| The RAM based vector table
|
+#endif
.sect .vtable
.global vector_table