[uClibc-cvs] uClibc/libpthread/linuxthreads/sysdeps/m68k pt-machine.h,1.5,1.6

Erik Andersen andersen at uclibc.org
Tue Jun 17 18:39:57 UTC 2003


Update of /var/cvs/uClibc/libpthread/linuxthreads/sysdeps/m68k
In directory winder:/tmp/cvs-serv10710/libpthread/linuxthreads/sysdeps/m68k

Modified Files:
	pt-machine.h 
Log Message:
Coldfire patch from Bernardo Innocenti


Index: pt-machine.h
===================================================================
RCS file: /var/cvs/uClibc/libpthread/linuxthreads/sysdeps/m68k/pt-machine.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- pt-machine.h	3 Mar 2003 06:32:21 -0000	1.5
+++ pt-machine.h	17 Jun 2003 18:39:54 -0000	1.6
@@ -36,7 +36,7 @@
   char ret;
 
   __asm__ __volatile__(
-#if !defined(__mcf5200__) && !defined(__m68000)
+#if !defined(__mcoldfire__) && !defined(__mcf5200__) && !defined(__m68000)
          "tas %1; sne %0"
 #else
          "bset #7,%1; sne %0"
@@ -57,7 +57,7 @@
 
 /* Compare-and-swap for semaphores. */
 
-#if !defined(__mcf5200__) && !defined(__mc68000)
+#if !defined(__mcoldfire__) && !defined(__mcf5200__) && !defined(__mc68000)
 #define HAS_COMPARE_AND_SWAP
 PT_EI int
 __compare_and_swap (long int *p, long int oldval, long int newval)



More information about the uClibc-cvs mailing list