Skip to content
Snippets Groups Projects
Commit aedb4683 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Add sbss, scommon and COMMON symbols for clearing


Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent e7963772
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,10 @@ SECTIONS
.bss ALIGN(0x4):
{
__bss_start = .;
*(.sbss)
*(.scommon)
*(.bss)
*(COMMON)
. = ALIGN(4);
__bss_end = .;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment