[uClibc-cvs] uClibc/libc/sysdeps/linux/mips Makefile, 1.39, 1.40 fork.S, 1.3, NONE

Manuel Novoa III mjn3 at uclibc.org
Sun Feb 15 10:35:44 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips
In directory nail:/tmp/cvs-serv25244

Modified Files:
	Makefile 
Removed Files:
	fork.S 
Log Message:
Generic fork works.  Use it instead since this didn't handle errno_location.


--- fork.S DELETED ---

Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/Makefile,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Makefile	15 Feb 2004 09:47:47 -0000	1.39
+++ Makefile	15 Feb 2004 10:35:42 -0000	1.40
@@ -24,7 +24,7 @@
 CRT0_OBJ = crt0.o crt1.o
 CTOR_TARGETS=$(TOPDIR)lib/crti.o $(TOPDIR)lib/crtn.o
 
-SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S fork.S syscall.S pipe.S
+SSRC=bsd-_setjmp.S bsd-setjmp.S setjmp.S clone.S syscall.S pipe.S
 SOBJS=$(patsubst %.S,%.o, $(SSRC))
 
 CSRC=__longjmp.c  brk.c setjmp_aux.c mmap.c __syscall_error.c \




More information about the uClibc-cvs mailing list