On Tue, 2 Jul 2024 at 18:00, Andrew Goodbody <andrew.goodb...@linaro.org> wrote: > > Add the STACKPROTECTOR symbols to the script that generates the > symbols that should not be removed by the use of LTO when linking > a shared object. This prevents a fail to build due to link errors. > > https://source.denx.de/u-boot/u-boot/-/issues/35 > > Signed-off-by: Andrew Goodbody <andrew.goodb...@linaro.org> > --- > > Changes in v2: > - Made the new match more specific and added it to the grep run rather > than run grep twice > > scripts/gen_ll_addressable_symbols.sh | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org> Applied to u-boot-dm, thanks!