Fix Wundef warning for MEMCPY_OK_FOR_FWD_MEMMOVE
commit64df73c2ea0e02f7794ba2f08540a74a9bb198db
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Sat, 28 Jun 2014 00:35:24 +0000 (28 06:05 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Sat, 28 Jun 2014 00:35:24 +0000 (28 06:05 +0530)
tree8bbfce7b964164f7b6115db73129034d023808b1
parentf1eafb41fa71cb5d88fbeda3136c9be965eeaa41
Fix Wundef warning for MEMCPY_OK_FOR_FWD_MEMMOVE

Define MEMCPY_OK_FOR_FWD_MEMMOVE in memcopy.h and let arch-specific
implementations of that file override the value if necessary.  This
override is only useful for tile and moving this macro to memcopy.h
allows us to remove the tile-specific memmove.c.
ChangeLog
sysdeps/generic/memcopy.h
sysdeps/tile/memcopy.h
sysdeps/tile/tilegx/memmove.c [deleted file]