2010-02-08 Josef Wolf <jw@raven.inka.de>

* libc/machine/m68k/memcpy.S: MISALIGEND_OK should not be set for
        __mcpu32__.
This commit is contained in:
Jeff Johnston 2010-02-08 17:24:22 +00:00
parent 4dce4255ff
commit cf9d06b149
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-02-08 Josef Wolf <jw@raven.inka.de>
* libc/machine/m68k/memcpy.S: MISALIGEND_OK should not be set for
__mcpu32__.
2010-02-07 Corinna Vinschen <corinna@vinschen.de>
* libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.alias

View File

@ -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