On 7. Apr 2023, at 14:00, Ard Biesheuvel <ardb@kernel.org> wrote:
(cc Ray)
On Fri, 7 Apr 2023 at 13:05, Marvin Häuser <mhaeuser@posteo.de> wrote:
On 7. Apr 2023, at 13:02, Ard Biesheuvel <ardb@kernel.org> wrote:
IIRC DLINK2_FLAGS is mainly being used (in the GCC case) for passing
options that need to come after previous occurrences of the same
option with a different value, in order for the DLINK2 one to take
precedence.
Thanks for the quick response! By that rationale, it should probably apply to the 16-bit ASM linker step as well and the rest can remain as-is (modulo that weird CLANGDWARF optimization situation)?
That build rule seems like dead code to me: we don't have any such
files in the repo
It appears there still is one file remaining:
But it is not directly referenced, just included from a file with a different extension:
Being FSP, the most important consumers will probably be downstream, so I will not propose to remove it.
, and no references to the .com output files that it
produces, afaict
(The last uses were removed in 1a48fda5315433661c2f3039a30aea5916c22267)
Maybe Ray can comment?