Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 22:27:44 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8125 for review
Message-ID:  <200203210627.g2L6RiY16638@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8125

Change 8125 by peter@peter_overcee on 2002/03/20 22:27:19

	solve the swapcontext problem with a sledge hammer

Affected files ...

... //depot/projects/ia64/lib/libc/alpha/gen/Makefile.inc#3 edit
... //depot/projects/ia64/lib/libc/gen/Makefile.inc#5 edit
... //depot/projects/ia64/lib/libc/i386/gen/Makefile.inc#3 edit

Differences ...

==== //depot/projects/ia64/lib/libc/alpha/gen/Makefile.inc#3 (text+ko) ====

@@ -8,7 +8,7 @@
 SRCS+=	__divqu.S __divq.S __divlu.S __divl.S
 SRCS+=	__remqu.S __remq.S __remlu.S __reml.S
 SRCS+=	rfork_thread.S
-SRCS+=	_ctx_start.S getcontext.S makecontext.c
+SRCS+=	_ctx_start.S getcontext.S makecontext.c swapcontext.c
 
 CLEANFILES+=	__divqu.S __divq.S __divlu.S __divl.S
 CLEANFILES+=	__remqu.S __remq.S __remlu.S __reml.S

==== //depot/projects/ia64/lib/libc/gen/Makefile.inc#5 (text+ko) ====

@@ -27,7 +27,7 @@
 	setproctitle.c setprogname.c \
 	shmat.c shmctl.c shmdt.c shmget.c siginterrupt.c siglist.c signal.c \
 	sigsetops.c sleep.c srand48.c stringlist.c strtofflags.c \
-	swapcontext.c sysconf.c sysctl.c sysctlbyname.c sysctlnametomib.c \
+	sysconf.c sysctl.c sysctlbyname.c sysctlnametomib.c \
 	syslog.c telldir.c termios.c time.c times.c timezone.c ttyname.c \
 	ttyslot.c ualarm.c uname.c unvis.c usleep.c utime.c valloc.c vis.c \
 	wait.c wait3.c waitpid.c

==== //depot/projects/ia64/lib/libc/i386/gen/Makefile.inc#3 (text+ko) ====

@@ -3,4 +3,4 @@
 
 SRCS+=	_ctx_start.S _setjmp.S alloca.S getcontext.S fabs.S frexp.c \
 	infinity.c isinf.c ldexp.c makecontext.c modf.S \
-	rfork_thread.S setjmp.S sigsetjmp.S
+	rfork_thread.S setjmp.S sigsetjmp.S swapcontext.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203210627.g2L6RiY16638>