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

* startup/linkcmds: Work Area should start on 16 byte boundary.
This commit is contained in:
Joel Sherrill
2008-09-17 18:26:17 +00:00
parent 35150aae5d
commit d4331a291b
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Work Area should start on 16 byte boundary.
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Use shared bsp_get_work_area() in its own file and rely

View File

@@ -189,9 +189,10 @@ SECTIONS
bss_start = .;
*(.bss .bss* .gnu.linkonce.b*)
*(COMMON)
. = ALIGN (16);
end = .;
_end = ALIGN(0x8);
__end = ALIGN(0x8);
_end = .;
__end = .;
} > ram
.stab . (NOLOAD) :
{