newlib: fix stack allocation

git-svn-id: svn://kolibrios.org@2040 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge)
2011-08-07 13:02:30 +00:00
parent e95850da21
commit 3b27f053ae
6 changed files with 94 additions and 7 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ SECTIONS
. = . + 256;
___pgmname = .;
___menuet__app_path_area = .;
. = . + 1024 + 16;
. = . + 1024 + __size_of_stack_reserve__;
___stacktop = .;
___memsize = . ;
}