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:
parent
4dce4255ff
commit
cf9d06b149
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue