forked from Imagelibrary/rtems
2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Add WorkAreaBase.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* startup/linkcmds: Add WorkAreaBase.
|
||||
|
||||
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* Makefile.am, startup/linkcmds: Use top level shared
|
||||
|
||||
@@ -228,7 +228,7 @@ SECTIONS
|
||||
|
||||
. = ALIGN (1024);
|
||||
_bss_free_start = .;
|
||||
_bss_free_start = .;
|
||||
WorkAreaBase = .;
|
||||
|
||||
} > sdram
|
||||
_axf_bss_end = . ;
|
||||
|
||||
Reference in New Issue
Block a user