9
0
Fork 0

blackfin: provide __bss_stop in linker script

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-01-17 10:47:53 +01:00
parent b902e942dc
commit bdaf02175c
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ SECTIONS
. = ALIGN(4);
__bss_start = .;
.bss : { *(.bss) }
__bss_stop = .;
_end = .;
}