mirror of https://github.com/m-labs/artiq.git
satman: handle .sbss generation
This commit is contained in:
parent
96438c9da7
commit
6d9cebfd42
|
@ -41,7 +41,7 @@ SECTIONS
|
|||
.bss ALIGN(4) :
|
||||
{
|
||||
_fbss = .;
|
||||
*(.bss .bss.*)
|
||||
*(.sbss .sbss.* .bss .bss.*);
|
||||
. = ALIGN(4);
|
||||
_ebss = .;
|
||||
} > main_ram
|
||||
|
|
Loading…
Reference in New Issue