2004-02-08 Joel Sherrill <joel@OARcorp.com>

* vectors/vectors.h: Force globalExceptHdl into bss section.
This commit is contained in:
Joel Sherrill
2004-02-08 20:12:19 +00:00
parent 062ed08799
commit c25405f867
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-02-08 Joel Sherrill <joel@OARcorp.com>
* vectors/vectors.h: Force globalExceptHdl into bss section.
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't install, just distribute the files.

View File

@@ -137,7 +137,8 @@ typedef struct {
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
*/