svn commit: trunk/uClibc/libc/sysdeps/linux: arm frv hppa vax x86_64

vapier at uclibc.org vapier at uclibc.org
Wed Aug 23 19:21:41 UTC 2006


Author: vapier
Date: 2006-08-23 12:21:41 -0700 (Wed, 23 Aug 2006)
New Revision: 15930

Log:
fix from psm: remove unused defines/includes

Modified:
   trunk/uClibc/libc/sysdeps/linux/arm/bsd-_setjmp.S
   trunk/uClibc/libc/sysdeps/linux/arm/bsd-setjmp.S
   trunk/uClibc/libc/sysdeps/linux/arm/setjmp.S
   trunk/uClibc/libc/sysdeps/linux/frv/setjmp.S
   trunk/uClibc/libc/sysdeps/linux/hppa/setjmp.S
   trunk/uClibc/libc/sysdeps/linux/vax/clone.S
   trunk/uClibc/libc/sysdeps/linux/x86_64/bsd-_setjmp.S


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/arm/bsd-_setjmp.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/bsd-_setjmp.S	2006-08-23 19:21:01 UTC (rev 15929)
+++ trunk/uClibc/libc/sysdeps/linux/arm/bsd-_setjmp.S	2006-08-23 19:21:41 UTC (rev 15930)
@@ -21,10 +21,6 @@
    We cannot do it in C because it must be a tail-call, so frame-unwinding
    in setjmp doesn't clobber the state restored by longjmp.  */
 
-#define _SETJMP_H
-#define _ASM
-#include <bits/setjmp.h>
-
 .global _setjmp
 .type _setjmp,%function
 .align 2

Modified: trunk/uClibc/libc/sysdeps/linux/arm/bsd-setjmp.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/bsd-setjmp.S	2006-08-23 19:21:01 UTC (rev 15929)
+++ trunk/uClibc/libc/sysdeps/linux/arm/bsd-setjmp.S	2006-08-23 19:21:41 UTC (rev 15930)
@@ -21,10 +21,6 @@
    We cannot do it in C because it must be a tail-call, so frame-unwinding
    in setjmp doesn't clobber the state restored by longjmp.  */
 
-#define _SETJMP_H
-#define _ASM
-#include <bits/setjmp.h>
-
 .global setjmp
 .type setjmp,%function
 .align 2

Modified: trunk/uClibc/libc/sysdeps/linux/arm/setjmp.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/setjmp.S	2006-08-23 19:21:01 UTC (rev 15929)
+++ trunk/uClibc/libc/sysdeps/linux/arm/setjmp.S	2006-08-23 19:21:41 UTC (rev 15930)
@@ -18,9 +18,6 @@
    02111-1307 USA.  */
 
 #include <features.h>
-#define _SETJMP_H
-#define _ASM
-#include <bits/setjmp.h>
 
 .global __sigsetjmp
 .type __sigsetjmp,%function

Modified: trunk/uClibc/libc/sysdeps/linux/frv/setjmp.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/frv/setjmp.S	2006-08-23 19:21:01 UTC (rev 15929)
+++ trunk/uClibc/libc/sysdeps/linux/frv/setjmp.S	2006-08-23 19:21:41 UTC (rev 15930)
@@ -1,8 +1,3 @@
-#include <features.h>
-#define _SETJMP_H
-#define _ASM
-#include <bits/setjmp.h>
-
 	.text
 
 /* This just does a tail-call to `__sigsetjmp (ARG, 0)'.

Modified: trunk/uClibc/libc/sysdeps/linux/hppa/setjmp.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/hppa/setjmp.S	2006-08-23 19:21:01 UTC (rev 15929)
+++ trunk/uClibc/libc/sysdeps/linux/hppa/setjmp.S	2006-08-23 19:21:41 UTC (rev 15930)
@@ -17,11 +17,6 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#define _ASM
-#define _SETJMP_H
-#include <bits/setjmp.h>
-
-
 	.text
 	.align 4
 	.import __sigjmp_save, code

Modified: trunk/uClibc/libc/sysdeps/linux/vax/clone.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/vax/clone.S	2006-08-23 19:21:01 UTC (rev 15929)
+++ trunk/uClibc/libc/sysdeps/linux/vax/clone.S	2006-08-23 19:21:41 UTC (rev 15930)
@@ -18,8 +18,6 @@
 /* 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 <bits/errno.h>
 #include <sys/syscall.h>
 
 #warning "This file contains a hardcoded constant for SYS_clone"

Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/bsd-_setjmp.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/bsd-_setjmp.S	2006-08-23 19:21:01 UTC (rev 15929)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/bsd-_setjmp.S	2006-08-23 19:21:41 UTC (rev 15930)
@@ -21,10 +21,6 @@
    We cannot do it in C because it must be a tail-call, so frame-unwinding
    in setjmp doesn't clobber the state restored by longjmp.  */
 
-#define _ASM
-#define _SETJMP_H
-#include <bits/setjmp.h>
-
 .global _setjmp
 .type   _setjmp,%function
 .align  16




More information about the uClibc-cvs mailing list