Re: [PATCH 03/17] arm: Add __aeabi_memclr in eabi_compat

2025-03-09 Thread Ilias Apalodimas
On Mon, 24 Feb 2025 at 07:56, Sam Edwards wrote: > > LLVM's code generator will sometimes emit calls to __aeabi_memclr. Add an > implementation of this for LLVM compatibility. > > Signed-off-by: Sam Edwards > --- > arch/arm/lib/eabi_compat.c | 5 + > 1 file changed, 5 insertions(+) > > diff

[PATCH 03/17] arm: Add __aeabi_memclr in eabi_compat

2025-02-23 Thread Sam Edwards
LLVM's code generator will sometimes emit calls to __aeabi_memclr. Add an implementation of this for LLVM compatibility. Signed-off-by: Sam Edwards --- arch/arm/lib/eabi_compat.c | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/lib/eabi_compat.c b/arch/arm/lib/eabi_compat.c inde