From 06b5ef6e7da3ca6c8479493a4bd62260e0c114b4 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 25 Oct 2004 17:53:19 +0000 Subject: 2001-10-25 Ralf Corsepius * libc/include/machine/setjmp.h: Add AVR support. * libc/sys/rtems/crt0.S [__AVR__]: Add __stack. --- newlib/libc/sys/rtems/crt0.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'newlib/libc/sys/rtems') diff --git a/newlib/libc/sys/rtems/crt0.c b/newlib/libc/sys/rtems/crt0.c index 2e9522134..e40a8fc03 100644 --- a/newlib/libc/sys/rtems/crt0.c +++ b/newlib/libc/sys/rtems/crt0.c @@ -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 -- cgit v1.2.3