forked from Imagelibrary/rtems
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* startup/linkcmds: Work Area should start on 16 byte boundary.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user