valgrind: Fix build with gcc 4.8 and clang

gcc 4.8 can detect memmove-like code (such as parts of
cachesim_*_doref in cg_sim.c) and create a memmove reference
instead -- so like memcpy and memset, memmove needs to be
made available.

clang has similar code, but generates calls to __aeabi_memcpy,
__aeabi_memmove and __aeabi_memset rather than memcpy/memmove/memset.
Make those available too.

Change-Id: I8fae9afc956f6b2bd6cca4c74e0c1e8307485abd
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
1 file changed
tree: 7ea2e38c662cbe1ca5dc1454812a00469663fc20
  1. main/
  2. unittest/
  3. Android.mk