arm: Add aligned-memory aliases to eabi_compat
authorSam Edwards <cfsworks@gmail.com>
Sat, 15 Mar 2025 22:18:02 +0000 (15:18 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 2 Apr 2025 20:33:50 +0000 (14:33 -0600)
commitdeba40dd0ba452a3f15a359894e6b50494870d0e
treeb8c8a0a79651771c6478adb77d0962af7fa69364
parent828484a7740d4ebfed8db85e4b4569cfbfe66cde
arm: Add aligned-memory aliases to eabi_compat

These are sometimes used by LLVM's code-generator, when it can guarantee that
the memory buffer being passed is aligned on a (4- or 8-byte) boundary. They
can safely be aliased to the unaligned versions.

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