Fix linker script placement of bss sections
This commit is contained in:
parent
156642293f
commit
3841c0a75c
@ -46,6 +46,7 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
*(COMMON)
|
*(COMMON)
|
||||||
*(.bss)
|
*(.bss)
|
||||||
|
*(.bss.*)
|
||||||
}
|
}
|
||||||
|
|
||||||
. = ALIGN(4K);
|
. = ALIGN(4K);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user