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:
		| @@ -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> | 2010-02-07  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.alias | 	* libc/locale/locale.c: Add Cygwin's /usr/share/locale/locale.alias | ||||||
|   | |||||||
| @@ -15,7 +15,7 @@ | |||||||
|  |  | ||||||
| #include "m68kasm.h" | #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 | # define MISALIGNED_OK 1 | ||||||
| #else | #else | ||||||
| # define MISALIGNED_OK 0 | # define MISALIGNED_OK 0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user