From d4331a291bdfb75d3e38d0c406114295c3e07322 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 17 Sep 2008 18:26:17 +0000 Subject: 2008-09-17 Joel Sherrill * startup/linkcmds: Work Area should start on 16 byte boundary. --- c/src/lib/libbsp/sparc/erc32/startup/linkcmds | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/sparc/erc32/startup/linkcmds') diff --git a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds index ee17597cc2..163d24c691 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds +++ b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds @@ -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) : { -- cgit v1.2.3