2001-04-11 Joel Sherrill <joel@OARcorp.com>

* cpu.c: Removed duplicate declaration for _ISR_Vector_table.
This commit is contained in:
Joel Sherrill
2001-04-11 13:48:30 +00:00
parent ec1123229d
commit 6e7e723c31
4 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2001-04-11 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Removed duplicate declaration for _ISR_Vector_table.
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, rtems/score/Makefile.am: * Makefile.am, rtems/score/Makefile.am:

View File

@@ -40,8 +40,6 @@
#include <rtems/score/wkspace.h> #include <rtems/score/wkspace.h>
ISR_Handler_entry _ISR_Vector_table[ ISR_NUMBER_OF_VECTORS ];
/* _CPU_Initialize /* _CPU_Initialize
* *
* This routine performs processor dependent initialization. * This routine performs processor dependent initialization.

View File

@@ -1,3 +1,7 @@
2001-04-11 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Removed duplicate declaration for _ISR_Vector_table.
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, rtems/score/Makefile.am: * Makefile.am, rtems/score/Makefile.am:

View File

@@ -40,8 +40,6 @@
#include <rtems/score/wkspace.h> #include <rtems/score/wkspace.h>
ISR_Handler_entry _ISR_Vector_table[ ISR_NUMBER_OF_VECTORS ];
/* _CPU_Initialize /* _CPU_Initialize
* *
* This routine performs processor dependent initialization. * This routine performs processor dependent initialization.