zephyr/include/arch/arc
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
..
asm-compat ARC: add asm-compat macro for MWDT toolchain 2021-05-07 14:55:49 -05:00
v2 CPP: fix static objects init for MWDT toolchain 2021-08-09 22:47:22 -04:00
arch_inlines.h ARC: reuse headers for both ARCv3 and ARCv3 if possible 2021-05-07 14:55:49 -05:00
arch.h ARC: reuse ARConnect header for ARCv3 2021-08-07 20:36:23 -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