Re: [PATCH v4 0/7] Clean up arm linker scripts

2024-03-29 Thread Tom Rini
On Fri, 15 Mar 2024 08:43:44 +0200, Ilias Apalodimas wrote: > The arm linker scripts had a mix of symbols and C defined variables in an > effort to emit relative references instead of absolute ones e.g [0]. A > linker bug prevented us from doing so [1] -- fixed since 2016. > This has led to

[PATCH v4 0/7] Clean up arm linker scripts

2024-03-15 Thread Ilias Apalodimas
The arm linker scripts had a mix of symbols and C defined variables in an effort to emit relative references instead of absolute ones e.g [0]. A linker bug prevented us from doing so [1] -- fixed since 2016. This has led to confusion over the years, ending up with mixed section definitions. Some