Whitespace

This commit is contained in:
Alex 2023-08-09 14:30:07 +02:00
commit 6947a61d98
21 changed files with 82 additions and 83 deletions

View file

@ -53,7 +53,7 @@ SECTIONS
.bss : {
__bss_start__ = .;
*(.bss)
*(.bss.*)
*(.bss.*)
. = ALIGN(4);
__bss_end__ = .;
} >ram AT>ram :bss