zephyr/include/arch/arm/aarch32
Torsten Rasmussen 15e834a687 linker: __data_region_start equal to __data_start
Fixes: #38591, #38207, #37861

The commit 65a2de84a9 aligned the data
linker symbol for sections and regions.

The data region symbol start has been placed outside the sections thus
being defined as the address of the region before alignment of the first
section in the data region, usually the `datas` section.

The symbol defining the start address of the data section is after
section alignment.
In most cases the address of the data region start and datas section
start will be identical, but not always.
The data region symbol is a new linker symbol and existing code has
been depending on the old data section start symbol.
Thus, the update to the use of the data region start symbol instead of
data ram start symbol thus results in a different address when the
section is aligned to a different address.

To ensure the original behavior in all cases, the data region start
address is now moved inside the data section.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-09-24 15:13:13 -04:00
..
cortex_a_r linker: __data_region_start equal to __data_start 2021-09-24 15:13:13 -04:00
cortex_m linker: __data_region_start equal to __data_start 2021-09-24 15:13:13 -04:00
cortex_r/scripts arch: arm: remove compat headers 2021-03-25 16:40:25 +01:00
mpu arch: arm: cortex_r: Add MPU and USERSPACE support 2021-08-17 06:06:33 -04:00
arch.h arch: arm: aarch32: Use mpu headers from common aarch32 location 2021-05-06 19:39:09 +02:00
asm_inline_gcc.h arm: use BASEPRI_MAX instead of BASEPRI to mask interrupts 2021-07-28 21:08:18 -04:00
asm_inline.h
error.h arch: arm: cortex_r: Add ARCH_EXCEPT macro 2021-08-17 06:06:33 -04:00
exc.h arch: aarch32: Add build asserts for IRQ priority range 2021-08-09 13:04:28 -04:00
irq.h Tracing: Enable tracing of ISR based on CONFIG_TRACING_ISR 2021-09-21 19:54:13 -04:00
misc.h arch: aarch32: cortex_m/r: Add arch helper function 2021-07-28 21:08:09 -04:00
nmi.h
syscall.h arch: aarch32: cortex_m/r: Add arch helper function 2021-07-28 21:08:09 -04:00
thread.h arch: arm: cortex_r: Do not use user stack in svc/isr modes 2021-08-17 06:06:33 -04:00