forked from Imagelibrary/rtems
2009-03-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* startup/linkcmds: Start of RTEMS Work Area must be on 16 byte boundary on the SPARC.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-03-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Start of RTEMS Work Area must be on 16 byte
|
||||
boundary on the SPARC.
|
||||
|
||||
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>
|
||||
|
||||
PR 1391/bsps
|
||||
|
||||
@@ -201,6 +201,7 @@ SECTIONS
|
||||
bss_start = .;
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
. = ALIGN (16);
|
||||
end = .;
|
||||
_end = ALIGN(0x8);
|
||||
__end = ALIGN(0x8);
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2009-03-25 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||
|
||||
* startup/linkcmds: Start of RTEMS Work Area must be on 16 byte
|
||||
boundary on the SPARC.
|
||||
|
||||
2009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>
|
||||
|
||||
PR 1391/bsps
|
||||
|
||||
@@ -201,6 +201,7 @@ SECTIONS
|
||||
bss_start = .;
|
||||
*(.bss .bss* .gnu.linkonce.b*)
|
||||
*(COMMON)
|
||||
. = ALIGN (16);
|
||||
end = .;
|
||||
_end = ALIGN(0x8);
|
||||
__end = ALIGN(0x8);
|
||||
|
||||
Reference in New Issue
Block a user