svn commit: trunk/uClibc/libc/sysdeps/linux: arm cris frv mips powerpc

vapier at uclibc.org vapier at uclibc.org
Sat Jan 14 01:57:47 UTC 2006


Author: vapier
Date: 2006-01-13 17:57:45 -0800 (Fri, 13 Jan 2006)
New Revision: 13285

Log:
need features.h for new HIDDEN_JUMPTARGET()

Modified:
   trunk/uClibc/libc/sysdeps/linux/arm/clone.S
   trunk/uClibc/libc/sysdeps/linux/cris/clone.S
   trunk/uClibc/libc/sysdeps/linux/frv/clone.S
   trunk/uClibc/libc/sysdeps/linux/mips/clone.S
   trunk/uClibc/libc/sysdeps/linux/powerpc/clone.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/arm/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/clone.S	2006-01-14 01:51:28 UTC (rev 13284)
+++ trunk/uClibc/libc/sysdeps/linux/arm/clone.S	2006-01-14 01:57:45 UTC (rev 13285)
@@ -21,6 +21,7 @@
    and invokes a function in the right context after its all over.  */
 
 #define _ERRNO_H
+#include <features.h>
 #include <bits/errno.h>
 #include <sys/syscall.h>
 

Modified: trunk/uClibc/libc/sysdeps/linux/cris/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/cris/clone.S	2006-01-14 01:51:28 UTC (rev 13284)
+++ trunk/uClibc/libc/sysdeps/linux/cris/clone.S	2006-01-14 01:57:45 UTC (rev 13285)
@@ -16,6 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <features.h>
 #include <asm/errno.h>
 #include <sys/syscall.h>
 #include <sysdep.h>

Modified: trunk/uClibc/libc/sysdeps/linux/frv/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/frv/clone.S	2006-01-14 01:51:28 UTC (rev 13284)
+++ trunk/uClibc/libc/sysdeps/linux/frv/clone.S	2006-01-14 01:57:45 UTC (rev 13285)
@@ -20,6 +20,7 @@
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
 
+#include <features.h>
 #include <asm/unistd.h>
 #define _ERRNO_H	1
 #include <bits/errno.h>

Modified: trunk/uClibc/libc/sysdeps/linux/mips/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/clone.S	2006-01-14 01:51:28 UTC (rev 13284)
+++ trunk/uClibc/libc/sysdeps/linux/mips/clone.S	2006-01-14 01:57:45 UTC (rev 13285)
@@ -20,6 +20,7 @@
 /* clone() is even more special than fork() as it mucks with stacks
    and invokes a function in the right context after its all over.  */
 
+#include <features.h>
 #include <asm/unistd.h>
 #include <sys/regdef.h>
 #define _ERRNO_H	1

Modified: trunk/uClibc/libc/sysdeps/linux/powerpc/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/powerpc/clone.S	2006-01-14 01:51:28 UTC (rev 13284)
+++ trunk/uClibc/libc/sysdeps/linux/powerpc/clone.S	2006-01-14 01:57:45 UTC (rev 13285)
@@ -17,6 +17,7 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
+#include <features.h>
 #include "ppc_asm.h"
 #define _ERRNO_H	1
 #include <bits/errno.h>




More information about the uClibc-cvs mailing list