Move stack outside of _rtems_end marked area.

This commit is contained in:
Joel Sherrill
2007-07-06 21:10:12 +00:00
parent 0a029a5ee5
commit 8ddf67e8a6

View File

@@ -209,8 +209,8 @@ SECTIONS
*(.bss .bss* .gnu.linkonce.b*)
*(COMMON)
} >RAM
. = ALIGN(8) + 0x8000;
__rtems_end = . ;
. = ALIGN(8) + 0x8000;
PROVIDE(__stack = .);
PROVIDE(_end = .);
PROVIDE(end = .);