forked from Imagelibrary/rtems
2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Move WorkAreaBase to be closer to end definition.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user