zephyr/arch/arc/core
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
..
mpu arch: mem protect Kconfig cleanups 2020-11-18 08:02:08 -05:00
offsets kconfig: Rename CONFIG_FP_SHARING to CONFIG_FPU_SHARING 2020-05-08 10:58:33 +02:00
secureshield device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
arc_connect.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arc_smp.c arch: arc: add support of ARConnect inter-core debug unit 2020-11-09 15:52:15 -06:00
cache.c arc: cache: Use new cache APIs 2021-01-19 14:31:02 -05:00
CMakeLists.txt cache: Rename CACHE_FLUSHING to CACHE_MANAGEMENT 2021-01-19 14:31:02 -05:00
cpu_idle.S arc: cpu_idle: remove sleep workround for nsim_hs_smp 2020-10-22 06:17:08 -04:00
fast_irq.S tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
fatal.c kernel: Cleanup logger setup in kernel files 2020-11-27 09:56:34 -05:00
fault_s.S ARC: make the assembly codes compatible 2020-09-05 10:22:56 -05:00
fault.c arc: stack guard: bug fix with multi push stack situation 2020-12-20 13:01:22 -05:00
irq_manage.c ARC: make the assembly codes compatible 2020-09-05 10:22:56 -05:00
irq_offload.c arch: Apply IRQ offload API change 2020-09-02 13:48:13 +02:00
isr_wrapper.S power: remove SYS_ and sys_ prefixes 2020-12-09 15:18:29 -05:00
prep_c.c ARC: replace NOP ASM inlines with builtin 2020-07-24 12:05:12 +02:00
regular_irq.S tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
reset.S arc: power: Remove dead code 2021-01-08 06:49:43 -05:00
switch.S tracing: roll thread switch in/out into thread stats functions 2020-11-11 23:55:49 -05:00
thread_entry_wrapper.S kernel: rename z_arch_ to arch_ 2019-11-07 15:21:46 -08:00
thread.c arc: enable thread local storage 2020-11-11 13:25:29 +01:00
timestamp.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls.c arc: enable thread local storage 2020-11-11 13:25:29 +01:00
userspace.S benchmarking: remove execution benchmarking code 2020-09-05 13:28:38 -05:00
vector_table.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
vector_table.ld linker: remove asterisk from IRQ/ISR section name macro 2021-01-26 16:24:11 -05:00