
15 Jul
2024
15 Jul
'24
3:23 p.m.
On Tue, 2 Jul 2024 at 18:00, Andrew Goodbody andrew.goodbody@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.goodbody@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 sjg@chromium.org