PERFORCE change 28663 for review
Peter Wemm
peter at FreeBSD.org
Wed Apr 9 12:46:58 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28663
Change 28663 by peter at peter_daintree on 2003/04/09 12:46:56
OK, I regret the last integrate already.
Affected files ...
.. //depot/projects/hammer/lib/libc/x86_64/gen/Makefile.inc#2 edit
.. //depot/projects/hammer/lib/libc/x86_64/net/Makefile.inc#2 edit
.. //depot/projects/hammer/lib/libc/x86_64/stdlib/Makefile.inc#2 edit
.. //depot/projects/hammer/lib/libc/x86_64/string/Makefile.inc#2 edit
.. //depot/projects/hammer/lib/libc/x86_64/sys/Makefile.inc#3 edit
Differences ...
==== //depot/projects/hammer/lib/libc/x86_64/gen/Makefile.inc#2 (text+ko) ====
@@ -1,6 +1,4 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD: src/lib/libc/i386/gen/Makefile.inc,v 1.18 2002/11/16 06:39:11 deischen Exp $
-SRCS+= _ctx_start.S _setjmp.S alloca.S fabs.S frexp.c \
- infinity.c isinf.c ldexp.c makecontext.c modf.S \
- rfork_thread.S setjmp.S signalcontext.c sigsetjmp.S
+SRCS+= frexp.c infinity.c isinf.c
==== //depot/projects/hammer/lib/libc/x86_64/net/Makefile.inc#2 (text+ko) ====
@@ -1,4 +1,2 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD: src/lib/libc/i386/net/Makefile.inc,v 1.6 1999/08/27 23:59:24 peter Exp $
-
-SRCS+= htonl.S htons.S ntohl.S ntohs.S
==== //depot/projects/hammer/lib/libc/x86_64/stdlib/Makefile.inc#2 (text+ko) ====
@@ -1,4 +1,3 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD: src/lib/libc/i386/stdlib/Makefile.inc,v 1.7 1999/08/27 23:59:26 peter Exp $
-MDSRCS+=abs.S div.S labs.S ldiv.S
==== //depot/projects/hammer/lib/libc/x86_64/string/Makefile.inc#2 (text+ko) ====
@@ -1,7 +1,2 @@
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD: src/lib/libc/i386/string/Makefile.inc,v 1.13 2003/04/05 04:17:05 tjr Exp $
-
-MDSRCS+=bcmp.S bcopy.S bzero.S ffs.S index.S memchr.S memcmp.S memcpy.S \
- memmove.S memset.S rindex.S strcat.S strchr.S strcmp.S strcpy.S \
- strlen.S strncmp.S strrchr.S swab.S wcschr.S wcscmp.S wcslen.S \
- wmemchr.S
==== //depot/projects/hammer/lib/libc/x86_64/sys/Makefile.inc#3 (text+ko) ====
@@ -1,12 +1,3 @@
# from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
# $FreeBSD: src/lib/libc/i386/sys/Makefile.inc,v 1.25 2002/11/18 09:50:55 ru Exp $
-MDASM= Ovfork.S brk.S cerror.S exect.S pipe.S ptrace.S reboot.S sbrk.S \
- setlogin.S sigreturn.S syscall.S
-
-# Don't generate default code for these syscalls:
-NOASM= break.o exit.o ftruncate.o getdomainname.o getlogin.o \
- lseek.o mlockall.o mmap.o munlockall.o openbsd_poll.o pread.o \
- pwrite.o setdomainname.o sstk.o truncate.o uname.o vfork.o yield.o
-
-PSEUDO= _getlogin.o _exit.o
More information about the p4-projects
mailing list