2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>

* startup/linkcmds: Move WorkAreaBase to be closer to end definition.
This commit is contained in:
Joel Sherrill
2008-09-21 20:47:47 +00:00
parent 250385019b
commit 13f14466bb
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Move WorkAreaBase to be closer to end definition.
2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Add WorkAreaBase.

View File

@@ -228,7 +228,6 @@ SECTIONS
. = ALIGN (1024);
_bss_free_start = .;
WorkAreaBase = .;
} > sdram
_axf_bss_end = . ;
@@ -236,6 +235,7 @@ SECTIONS
_end = . ;
__end__ = . ;
PROVIDE (end = _end);
WorkAreaBase = .;
/* Debugging stuff follows? */