2004-03-03 Joel Sherrill <joel@OARcorp.com>

* vectors/vectors.h, vectors/vectors_init.c: Undo previous change.
This commit is contained in:
Joel Sherrill
2004-03-03 14:21:38 +00:00
parent 68aef00795
commit 230134e9c2
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-03-03 Joel Sherrill <joel@OARcorp.com>
* vectors/vectors.h, vectors/vectors_init.c: Undo previous change.
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove startup/linkcmds.

View File

@@ -137,8 +137,7 @@ typedef struct {
typedef void (*exception_handler_t) (BSP_Exception_frame* excPtr);
extern exception_handler_t globalExceptHdl
__attribute__ ((section (".bss")));
extern exception_handler_t globalExceptHdl;
/*
* Compatibility with pc386
*/

View File

@@ -22,6 +22,7 @@
static rtems_raw_except_global_settings exception_config;
static rtems_raw_except_connect_data exception_table[LAST_VALID_EXC + 1];
extern exception_handler_t globalExceptHdl;
exception_handler_t globalExceptHdl;
/* T. Straumann: provide a stack trace