Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: arm,pager: make __vcore_init_ro_start follows __vcore_init_rx_end
This concerns configurations with CFG_WITH_PAGER=y. Until this patch, even if __vcore_init_ro_size (VCORE_INIT_RO_SZ) is 0 for CFG_CORE_RODATA_NOEXEC=n, __vcore_init_ro_start was using some value smaller than __vcore_init_rx_end. To simplify code trying to find the end of VCORE_INIT_RX and VCORE_INIT_RO parts of the binary, make sure that __vcore_init_ro_start follows right after __vcore_init_ro_end. Signed-off-by: Jens Wiklander <[email protected]>
- Loading branch information