All linker scripts: Preface all _ebss defininitions with . = ALIGN(4). Otherwise, the last bytes in the .bss section will not be initialized properly. Also convert all linker scripts that use TABs to spaces.

This commit is contained in:
Gregory Nutt
2019-09-15 15:27:58 -06:00
parent 03fc3a2218
commit 0bd60c3722
305 changed files with 14150 additions and 13871 deletions
@@ -89,6 +89,7 @@ SECTIONS
*(.bss .bss.*)
*(.gnu.linkonce.b.*)
*(COMMON)
. = ALIGN(4);
_ebss = ABSOLUTE(.);
} > ksram