Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2010-02-08 20:24:22 +0300
committerJeff Johnston <jjohnstn@redhat.com>2010-02-08 20:24:22 +0300
commitcf9d06b14976b229b38347fc6300ebcf1404ae80 (patch)
tree4d776cc4a21b3e59b1b12a23808c2cea190507d4 /newlib/libc/machine
parent4dce4255ff6875e00053b8293073250afdf9bd26 (diff)
2010-02-08 Josef Wolf <jw@raven.inka.de>
* libc/machine/m68k/memcpy.S: MISALIGEND_OK should not be set for __mcpu32__.
Diffstat (limited to 'newlib/libc/machine')
-rw-r--r--newlib/libc/machine/m68k/memcpy.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/m68k/memcpy.S b/newlib/libc/machine/m68k/memcpy.S
index e3df0037e..2bb6de16c 100644
--- a/newlib/libc/machine/m68k/memcpy.S
+++ b/newlib/libc/machine/m68k/memcpy.S
@@ -15,7 +15,7 @@
#include "m68kasm.h"
-#if defined (__mcoldfire__) || defined (__mcpu32__) || defined (__mc68010__) || defined (__mc68020__) || defined (__mc68030__) || defined (__mc68040__) || defined (__mc68060__)
+#if defined (__mcoldfire__) || defined (__mc68010__) || defined (__mc68020__) || defined (__mc68030__) || defined (__mc68040__) || defined (__mc68060__)
# define MISALIGNED_OK 1
#else
# define MISALIGNED_OK 0