arm: Add __aeabi_memclr in eabi_compat
authorSam Edwards <cfsworks@gmail.com>
Sat, 15 Mar 2025 22:18:01 +0000 (15:18 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Apr 2025 20:33:50 +0000 (14:33 -0600)
commit828484a7740d4ebfed8db85e4b4569cfbfe66cde
tree2dfa7f5dd06e5b97daf3f1fc2b9fe165b1deb7ca
parent6ba839a0f5473aac8dc038f8601071234c810119
arm: Add __aeabi_memclr in eabi_compat

LLVM's code generator will sometimes emit calls to __aeabi_memclr. Add an
implementation of this for LLVM compatibility.

Signed-off-by: Sam Edwards <CFSworks@gmail.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
arch/arm/lib/eabi_compat.c