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:
Joel Sherrill
2009-03-25 17:56:04 +00:00
parent ce7d6e62b7
commit 8b074ee693
4 changed files with 12 additions and 0 deletions

View File

@@ -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

View File

@@ -201,6 +201,7 @@ SECTIONS
bss_start = .;
*(.bss .bss* .gnu.linkonce.b*)
*(COMMON)
. = ALIGN (16);
end = .;
_end = ALIGN(0x8);
__end = ALIGN(0x8);

View File

@@ -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

View File

@@ -201,6 +201,7 @@ SECTIONS
bss_start = .;
*(.bss .bss* .gnu.linkonce.b*)
*(COMMON)
. = ALIGN (16);
end = .;
_end = ALIGN(0x8);
__end = ALIGN(0x8);