Re: [PATCH 05/14] arm64: Fix EFI linking with -fdata-sections
From: Song Liu
Date: Wed Mar 11 2026 - 19:13:14 EST
On Wed, Mar 4, 2026 at 7:31 PM Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> When building with func-fdata-sections, the .init.bss section gets split
> up into a bunch of .init.bss.<var> sections. Make sure they get linked
> into .init.data.
>
> Signed-off-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
Acked-by: Song Liu <song@xxxxxxxxxx>