Re: [PATCH 03/11] linker_lists: Rename sections to remove . prefix

2022-04-11 Thread Simon Glass
On Thu, 7 Apr 2022 at 03:41, Andrew Scull wrote: > > 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

[PATCH 03/11] linker_lists: Rename sections to remove . prefix

2022-04-07 Thread Andrew Scull
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