From 64df73c2ea0e02f7794ba2f08540a74a9bb198db Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 28 Jun 2014 06:05:24 +0530 Subject: 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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3582966c46..0f8b5382d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-06-28 Siddhesh Poyarekar + + * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE. + * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE. + * sysdeps/tile/tilegx/memmove.c: Remove file. + 2014-06-27 Joseph Myers * Makeconfig ($(common-objpfx)soversions.mk): Do not generate -- cgit v1.2.3