ld: properly link .bss.* sections

This commit is contained in:
Lephe 2022-08-21 20:11:45 +02:00
parent 126d1506ac
commit 02150d90e5
Signed by untrusted user: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ SECTIONS
.bss (NOLOAD) : {
_rbss = . ;
*(.bss COMMON)
*(.bss .bss.* COMMON)
*(B R)
. = ALIGN(16);

View File

@ -101,7 +101,7 @@ SECTIONS
.bss (NOLOAD) : {
_rbss = . ;
*(.bss COMMON)
*(.bss .bss.* COMMON)
. = ALIGN(16);
} > ram :NONE