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

* startup/linkcmds: Add WorkAreaBase.
This commit is contained in:
Joel Sherrill
2008-09-21 16:16:33 +00:00
parent 0b6ca8aa24
commit fe85f05c71
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: Add WorkAreaBase.
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/linkcmds: Use top level shared

View File

@@ -228,7 +228,7 @@ SECTIONS
. = ALIGN (1024);
_bss_free_start = .;
_bss_free_start = .;
WorkAreaBase = .;
} > sdram
_axf_bss_end = . ;