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>
|
2008-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* Makefile.am: Use shared bsp_get_work_area() in its own file and rely
|
* Makefile.am: Use shared bsp_get_work_area() in its own file and rely
|
||||||
|
|||||||
@@ -189,9 +189,10 @@ SECTIONS
|
|||||||
bss_start = .;
|
bss_start = .;
|
||||||
*(.bss .bss* .gnu.linkonce.b*)
|
*(.bss .bss* .gnu.linkonce.b*)
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
|
. = ALIGN (16);
|
||||||
end = .;
|
end = .;
|
||||||
_end = ALIGN(0x8);
|
_end = .;
|
||||||
__end = ALIGN(0x8);
|
__end = .;
|
||||||
} > ram
|
} > ram
|
||||||
.stab . (NOLOAD) :
|
.stab . (NOLOAD) :
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user