u-boot/arch/mips
Andrew Scull 99e2fbcb69 linker_lists: Rename sections to remove . prefix
Rename the sections used to implement linker lists so they begin with
'__u_boot_list' rather than '.u_boot_list'. The double underscore at the
start is still distinct from the single underscore used by the symbol
names.

Having a '.' in the section names conflicts with clang's ASAN
instrumentation which tries to add redzones between the linker list
elements, causing expected accesses to fail. However, clang doesn't try
to add redzones to user sections, which are names with all alphanumeric
and underscore characters.

Signed-off-by: Andrew Scull <ascull@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-06-23 12:58:18 -04:00
..
cpu linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
dts mips: octeon: mrvl, octeon-nic23.dts: Add ethernet DT support 2022-05-04 03:38:21 +02:00
include/asm WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
lib mips: Avoid using config_enabled() directly 2022-02-08 23:07:59 -05:00
mach-ath79 Convert CONFIG_USB_EHCI_IS_TDI to Kconfig 2021-10-15 09:42:22 -04:00
mach-bmips Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig 2021-08-31 17:47:49 -04:00
mach-jz47xx WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
mach-mscc common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
mach-mtmips Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h 2022-06-06 12:09:19 -04:00
mach-octeon mips: octeon: cpu.c: Implement configure_lmtdma_window() 2022-05-04 03:38:21 +02:00
mach-pic32 event: Convert arch_cpu_init_dm() to use events 2022-03-10 08:28:36 -05:00
config.mk linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
Kconfig mips: octeon: cpu.c: Move bootmem init to arch_early_init_r() 2022-05-04 03:38:21 +02:00
Makefile spl: Remove CONFIG_SPL_START_S_PATH and rework the logic behind it 2022-06-06 12:09:29 -04:00
Makefile.postlink SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00