zephyr/arch/arc
Daniel Leung 0d099bdd54 linker: remove asterisk from IRQ/ISR section name macro
Both _IRQ_VECTOR_TABLE_SECTION_NAME and _SW_ISR_TABLE_SECTION_NAME
are defined with asterisk at the end in an attempt to include
all related symbols in the linker script. However, these two
macros are also being used in the source code to specify
the destination sections for variables. Asterisks in the name
results in older GCC (4.x) complaining about those asterisks.
So create new macros for use in linker script, and keep
the names asterisk free.

Fixes #29936

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-01-26 16:24:11 -05:00
..
core linker: remove asterisk from IRQ/ISR section name macro 2021-01-26 16:24:11 -05:00
include ARC: handle the difference of GNU & MWDT assembly for CONFIG_SMP=y 2020-11-26 13:51:33 +01:00
CMakeLists.txt arc: enable thread local storage 2020-11-11 13:25:29 +01:00
Kconfig arc: cache: Use new cache APIs 2021-01-19 14:31:02 -05:00