forked from Imagelibrary/rtems
2004-03-03 Joel Sherrill <joel@OARcorp.com>
* vectors/vectors.h, vectors/vectors_init.c: Undo previous change.
This commit is contained in:
@@ -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>
|
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Remove startup/linkcmds.
|
* Makefile.am: Remove startup/linkcmds.
|
||||||
|
|||||||
@@ -137,8 +137,7 @@ typedef struct {
|
|||||||
|
|
||||||
|
|
||||||
typedef void (*exception_handler_t) (BSP_Exception_frame* excPtr);
|
typedef void (*exception_handler_t) (BSP_Exception_frame* excPtr);
|
||||||
extern exception_handler_t globalExceptHdl
|
extern exception_handler_t globalExceptHdl;
|
||||||
__attribute__ ((section (".bss")));
|
|
||||||
/*
|
/*
|
||||||
* Compatibility with pc386
|
* Compatibility with pc386
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
static rtems_raw_except_global_settings exception_config;
|
static rtems_raw_except_global_settings exception_config;
|
||||||
static rtems_raw_except_connect_data exception_table[LAST_VALID_EXC + 1];
|
static rtems_raw_except_connect_data exception_table[LAST_VALID_EXC + 1];
|
||||||
|
|
||||||
|
extern exception_handler_t globalExceptHdl;
|
||||||
exception_handler_t globalExceptHdl;
|
exception_handler_t globalExceptHdl;
|
||||||
|
|
||||||
/* T. Straumann: provide a stack trace
|
/* T. Straumann: provide a stack trace
|
||||||
|
|||||||
Reference in New Issue
Block a user