zephyr/include/arch/arc
Torsten Rasmussen 3d82c7c828 linker: align _image_text_start/end/size linker symbols name
Cleanup and preparation commit for linker script generator.

Zephyr linker scripts provides start and end symbols for each larger
areas in the linker script.

The symbols _image_text_start and _image_text_end sometimes includes
linker/kobject-text.ld. This mean there must be both the regular
__text_start and __text_end symbols for the pure text section, as well
as <group>_start and <group>_end symbols.

The symbols describing the text region which covers more than just the
text section itself will thus be changed to:
_image_text_start -> __text_region_start
_image_text_end   -> __text_region_end

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
2021-08-28 08:48:03 -04:00
..
asm-compat ARC: add asm-compat macro for MWDT toolchain 2021-05-07 14:55:49 -05:00
v2 linker: align _image_text_start/end/size linker symbols name 2021-08-28 08:48:03 -04:00
arc_addr_types.h ARC: MWDT: workaround paddr_t defined in both Zephyr and toolchain 2021-08-13 13:43:19 -05:00
arch_inlines.h ARC: reuse headers for both ARCv3 and ARCv3 if possible 2021-05-07 14:55:49 -05:00
arch.h arch: arc: add support of mpu v6 2021-08-27 11:45:43 -04:00
sys-io-common.h ARC: split sys-io for common and ARCv2-only parts 2021-05-07 14:55:49 -05:00
syscall.h ARC: Kconfig: rename CPU_ARCV2 option to ISA_ARCV2 2021-03-25 07:23:02 -04:00
thread.h ARC: make variables with regs and addresses bit agnostic 2021-05-07 14:55:49 -05:00
tool-compat.h