mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 23:10:16 +00:00
2004-02-08 Joel Sherrill <joel@OARcorp.com>
* vectors/vectors.h: Force globalExceptHdl into bss section.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user