zephyr/include/arch
Evgeniy Paltsev 497cb2e587 CPP: fix static objects init for MWDT toolchain
The constructors of static objects are stored in ".ctors"
section. In case of MWDT toolchain we have incompatible
".ctors" section format with GNU toolchain. So let's use
initialization code provided by MWDT instead of Zephyr one
in case of MWDT toolchain usage.

As it is done for GNU toolchain We call constructors of
static objects but we don't call destructors for them.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2021-08-09 22:47:22 -04:00
..
arc CPP: fix static objects init for MWDT toolchain 2021-08-09 22:47:22 -04:00
arm/aarch32 arch: aarch32: Add build asserts for IRQ priority range 2021-08-09 13:04:28 -04:00
arm64 linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
common arch: implement brute force find_lsb_set() 2021-05-07 13:36:22 -04:00
nios2 linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
posix linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
riscv riscv: linker: add support for FLASH_LOAD_OFFSET 2021-08-07 20:37:01 -04:00
sparc linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
x86 linker: add an initialized DATA_SECTIONS linker location option 2021-08-07 20:26:41 -04:00
xtensa xtensa: cache: XCC needs to declare variable outside for loop 2021-07-22 15:41:11 +03:00
arch_inlines.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
cpu.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00
structs.h kernel: add an architecture specific structs header 2021-04-21 09:03:47 -04:00
syscall.h arm/arm64: Make ARM64 a standalone architecture 2021-03-31 10:34:33 -05:00