commit | 2d28c8406834191e8bb9641e9f79c3f490ed6e42 | [log] [tgz] |
---|---|---|
author | Sam Edwards <cfsworks@gmail.com> | Sat Mar 15 15:18:02 2025 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 02 14:33:50 2025 -0600 |
tree | b8c8a0a79651771c6478adb77d0962af7fa69364 | |
parent | 9f9305ca17d0af3fe35c77d5538ad534052bc0de [diff] |
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>