u-boot/arch/riscv
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 k210: dts: align plic node with Linux 2022-03-15 17:43:11 +08:00
include/asm riscv: Clean up asm/io.h 2022-05-26 18:41:21 +08:00
lib riscv: provide missing base extension functions 2022-04-06 09:40:05 +08:00
config.mk kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Kconfig riscv: alloc space exhausted 2022-04-06 10:58:13 +08:00
Makefile riscv: add Kconfig entries for the code model 2018-12-18 09:56:26 +08:00