Re: [PATCH] sandbox: Fix LTO to work with STACKPROTECTOR

2024-07-02 Thread Simon Glass
Hi Andrew, On Mon, 1 Jul 2024 at 16:01, Andrew Goodbody wrote: > > On 01/07/2024 14:57, Simon Glass wrote: > > Hi Andrew, > > > > On Mon, 24 Jun 2024 at 10:29, Andrew Goodbody > > wrote: > >> > >> Add the STACKPROTECTOR symbols to the script that generates the > >> symbols that should not be rem

Re: [PATCH] sandbox: Fix LTO to work with STACKPROTECTOR

2024-07-01 Thread Andrew Goodbody
On 01/07/2024 14:57, Simon Glass wrote: Hi Andrew, On Mon, 24 Jun 2024 at 10:29, Andrew Goodbody 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

Re: [PATCH] sandbox: Fix LTO to work with STACKPROTECTOR

2024-07-01 Thread Simon Glass
Hi Andrew, On Mon, 24 Jun 2024 at 10:29, Andrew Goodbody 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

[PATCH] sandbox: Fix LTO to work with STACKPROTECTOR

2024-06-24 Thread Andrew Goodbody
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 --- scripts/gen_l