diff --git a/link.x b/link.x index 1a3cac8..fec6fc8 100644 --- a/link.x +++ b/link.x @@ -30,7 +30,10 @@ SECTIONS { *(data) } - .bss ALIGN(16) : {*(.bss)} + .bss ALIGN(16) : { + *(.bss) + *(.bss.*) + } FILE_END = .; }