zephyr/include/linker
Eugeniy Paltsev e828702b6a linker-defs: Fix sorting order of objects by priority
Commit 0a7b65e tweaked the CREATE_OBJ_LEVEL macro in such a way
that it would break the expected sorting order.

For example if you had 2, 19, 20, 30 as the level, we'd end up sort
these to be 19, 2, 20, 30.

Fix this by adding aditional "_" symbol after the init level counter.
That allows to keep correct sort order (for both GNU and MWDT
toolchains) and distinguish init level counter from section suffix
(for MWDT toolchain).

Fixes zephyrproject-rtos#33464

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
2021-03-25 12:20:39 -05:00
..
app_smem_aligned.ld linker: remove APP_SMEM_SECTION() macro 2021-03-22 13:05:33 -04:00
app_smem_unaligned.ld linker: remove APP_SMEM_SECTION() macro 2021-03-22 13:05:33 -04:00
app_smem.ld
common-noinit.ld linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
common-ram.ld device: store device pm busy status in the state structure 2021-02-19 10:11:20 -05:00
common-rom.ld cmake: rename linker_final_pass.cmd to linker.cmd 2021-03-22 13:05:33 -04:00
cplusplus-ram.ld linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
cplusplus-rom.ld linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
debug-sections.ld
intlist.ld linker: tweak section naming to feet all linkers 2021-03-23 07:35:43 -05:00
kobject-rom.ld
kobject-text.ld cmake: rename linker_final_pass.cmd to linker.cmd 2021-03-22 13:05:33 -04:00
kobject.ld cmake: rename linker_final_pass.cmd to linker.cmd 2021-03-22 13:05:33 -04:00
linker-defs.h linker-defs: Fix sorting order of objects by priority 2021-03-25 12:20:39 -05:00
linker-tool-gcc.h linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00
linker-tool-mwdt.h linker-tool-mwdt: compliant adjustment of linker macros 2021-03-23 07:35:43 -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 soc: arm: st_stm32: add support for STM32 backup SRAM 2021-02-15 08:04:24 -05:00
sections.h soc: arm: st_stm32: add support for STM32 backup SRAM 2021-02-15 08:04:24 -05:00
thread-local-storage.ld linker-tool-gcc: revise for MMU support 2021-03-16 15:03:44 -04:00