summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/shared/irq/exception.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 15:13:20 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-19 17:00:57 -0500
commit6a094d39306d1b6a97a8fc657a293fabdf8da742 (patch)
treec06fd2492448de7f58e5e6683f076caa1fdeb487 /c/src/lib/libbsp/mips/shared/irq/exception.S
parentmips/rbtx4938: Fix warnings (diff)
downloadrtems-6a094d39306d1b6a97a8fc657a293fabdf8da742.tar.bz2
libbsp/mips/shared: Fix warnings
Diffstat (limited to 'c/src/lib/libbsp/mips/shared/irq/exception.S')
-rw-r--r--c/src/lib/libbsp/mips/shared/irq/exception.S15
1 files changed, 4 insertions, 11 deletions
diff --git a/c/src/lib/libbsp/mips/shared/irq/exception.S b/c/src/lib/libbsp/mips/shared/irq/exception.S
index 8ac1035441..e916ae55fe 100644
--- a/c/src/lib/libbsp/mips/shared/irq/exception.S
+++ b/c/src/lib/libbsp/mips/shared/irq/exception.S
@@ -1,9 +1,10 @@
-/* exception.S
- *
+/*
* This file contains a customized MIPS exception handler.
* It hooks into the exception handler present in the resident
* PMON debug monitor.
- *
+ */
+
+/*
* Author: Bruce Robinson
*
* This code was derived from cpu_asm.S with the following copyright:
@@ -79,14 +80,6 @@
#define ISR_VEC_SIZE 4
#define EXCP_STACK_SIZE (NREGS*R_SZ)
-
-#ifdef __GNUC__
-#define EXTERN(x,size) .extern x,size
-#else
-#define EXTERN(x,size)
-#endif
-
-
.extern _Thread_Dispatch
/* void __ISR_Handler()