svn commit: trunk/uClibc/libc/sysdeps/linux/bfin/sys

bernds at uclibc.org bernds at uclibc.org
Fri Nov 23 17:19:03 UTC 2007


Author: bernds
Date: 2007-11-23 09:19:02 -0800 (Fri, 23 Nov 2007)
New Revision: 20507

Log:
mcontext_t shouldn't have a version argument, and fix REG_B0 definition.


Modified:
   trunk/uClibc/libc/sysdeps/linux/bfin/sys/ucontext.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/bfin/sys/ucontext.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/bfin/sys/ucontext.h	2007-11-23 17:14:20 UTC (rev 20506)
+++ trunk/uClibc/libc/sysdeps/linux/bfin/sys/ucontext.h	2007-11-23 17:19:02 UTC (rev 20507)
@@ -109,7 +109,7 @@
   REG_L3 = 35,
 #define REG_L3	REG_L3
   REG_B_0 = 36,
-#define REG_B_0	REG_B_0
+#define REG_B0	REG_B0
   REG_B1 = 37,
 #define REG_B1	REG_B1
   REG_B2 = 38,
@@ -135,7 +135,6 @@
 /* Context to describe whole processor state.  */
 typedef struct
 {
-  int version;
   gregset_t gregs;
 } mcontext_t;
 




More information about the uClibc-cvs mailing list