zephyr/arch/arc/include
Evgeniy Paltsev f4f2fad800 ARC: tweak _st32_huge_offset macro to have same behaviour with GNU & MWDT
Local variables in ASM macro works differently for GNU and MWDT
toolchains. In case of GNU toolchain they are local per each macro
instance, but in case of MWDT they are local per file where macro
is used.

To avoid issues when macro is used multiple times in one file let's
align _st32_huge_offset to have same behaviour with GNU & MWDT
toolchains.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2023-05-04 22:50:14 +09:00
..
v2
arc_irq_offload.h ARC: introduce reworked irq_offload implementation 2022-12-20 22:51:24 +01:00
kernel_arch_data.h DSP: add DSP support for ARC processor 2022-12-19 11:56:55 +01:00
kernel_arch_func.h
offsets_short_arch.h
swap_macros.h ARC: tweak _st32_huge_offset macro to have same behaviour with GNU & MWDT 2023-05-04 22:50:14 +09:00
vector_table.h