u-boot/arch
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
..
arc linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
arm linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
m68k linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
microblaze linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
mips linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
nios2 linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
powerpc linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
riscv linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
sandbox linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
sh linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
x86 linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
xtensa linker_lists: Rename sections to remove . prefix 2022-06-23 12:58:18 -04:00
.gitignore
Kconfig powerpc: mpc85xx: Set default SYS_IMMR value for P1/P2 CPUs 2022-06-20 09:18:26 +08:00
u-boot-elf.lds