zephyr/include/linker
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
..
app_smem_aligned.ld
app_smem_unaligned.ld
app_smem.ld
common-noinit.ld linker: tweak section naming to feet all linkers 2020-09-05 10:22:56 -05:00
common-ram.ld linker: remove asterisk from IRQ/ISR section name macro 2021-01-26 16:24:11 -05:00
common-rom.ld linker: remove asterisk from IRQ/ISR section name macro 2021-01-26 16:24:11 -05:00
cplusplus-ram.ld
cplusplus-rom.ld
debug-sections.ld
intlist.ld linker: tweak section naming to feet all linkers 2020-09-05 10:22:56 -05:00
kobject-rom.ld
kobject-text.ld linker: kobject-text: align multiline string definition syntax 2020-09-18 09:49:09 -04:00
kobject.ld mmu: ensure gperf data is mapped 2021-01-23 19:47:23 -05:00
linker-defs.h mmu: ensure gperf data is mapped 2021-01-23 19:47:23 -05:00
linker-tool-gcc.h sparc: Add compiler and linker tool support 2020-11-13 14:53:55 -08:00
linker-tool-mwdt.h ARC: linker: implement linker related definition for MWDT 2020-09-05 10:22:56 -05:00
linker-tool.h ARC: linker: implement linker related definition for MWDT 2020-09-05 10:22:56 -05:00
rel-sections.ld
section_tags.h linker: arm: Add cortex_m itcm section 2021-01-15 14:51:20 +01:00
sections.h linker: remove asterisk from IRQ/ISR section name macro 2021-01-26 16:24:11 -05:00
thread-local-storage.ld linker: add linker sections for thread local storage 2020-10-24 10:52:00 -07:00