Zeroing the BSS and copying data to RAM with regular memset/memcpy may
cause problems when those functions are assuming a fully initialized
system for their optimizations to work e.g. some instructions require
an active MMU, but turning the MMU on needs the .bss section to be
cleared first, etc.
Commit
|
||
|---|---|---|
| .. | ||
| arcmwdt | ||
| armlink | ||
| ld | ||
| lld | ||
| linker_flags_template.cmake | ||
| linker_script_common.cmake | ||