2001-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/include/machine/setjmp.h: Add AVR support. * libc/sys/rtems/crt0.S [__AVR__]: Add __stack.
This commit is contained in:
@ -122,3 +122,11 @@ asm (".equ V_FILL, 65" );
|
||||
asm (".equ V_BSD_OS, 66" );
|
||||
asm (".equ V_EPI_OS, 69" );
|
||||
#endif
|
||||
|
||||
#if defined(__AVR__)
|
||||
/*
|
||||
* Initial stack pointer address "__stack"
|
||||
* hard coded into GCC instead of providing it through ldscripts
|
||||
*/
|
||||
const char* __stack ;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user