Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(linker): Move _image_noload_start to before bss section
Having this symbol right before the bss section (firs noload section) allows easier calculations in the c code. Signed-off-by: Miguel Silva <[email protected]>
- Loading branch information