2006-11-10 Alain Schaefer <alani@easc.ch>

* startup/linkcmds: Put .fini into sdram.
	Add __edata, __etext.
This commit is contained in:
Ralf Corsepius
2006-11-11 05:09:26 +00:00
parent 9b03931379
commit 21a7c4242a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-11-10 Alain Schaefer <alani@easc.ch>
* startup/linkcmds: Put .fini into sdram.
Add __edata, __etext.
2006-10-26 Joel Sherrill <joel@OARcorp.com>
* configure, include/bspopts.h.in: Removed.

View File

@@ -66,7 +66,7 @@ SECTIONS
.fini :
{
KEEP (*(.fini))
} > ram /*=0*/
} > sdram /*=0*/
.data :
{
@@ -151,3 +151,5 @@ SECTIONS
__HeapBase = _HeapBase;
__HeapSize = _HeapSize;
__WorkspaceBase = _WorkspaceBase;
__edata = _edata;
__etext = _etext;