u-boot/arch/m68k
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 dts: automatically build necessary .dtb files 2022-02-09 12:26:12 -07:00
include/asm Convert CONFIG_MCFRTC et al to Kconfig 2022-04-01 10:28:46 -04:00
lib WS cleanup: remove SPACE(s) followed by TAB 2021-09-30 09:08:16 -04:00
config.mk Remove CROSS_COMPILE default from arch/*/config.mk 2020-07-01 10:11:03 -04:00
Kconfig m68k: Remove dead code 2022-06-06 12:09:12 -04:00
Makefile m68k: Remove M54451EVB board 2021-07-18 21:03:57 -04:00