[clang][lib] Add __aeabi_mem* functions implementation

Clang optimizes certain copies/moves to use ARM eabi specific
functions (e.g. __aeabi_memcpy). This file  provides weak
implementations of these functions that just call the original
function (e.g. memcpy) with the same arguments.

Change-Id: Icc4834f34b528acf65cc0717b1c585a4a0700cb5
3 files changed
tree: 47a6244c000a00dfd0f22f555d997a3e5bc2328b
  1. app/
  2. include/
  3. lib/
  4. make/
  5. platform/
  6. target/
  7. AUTHORS
  8. LICENSE