svn commit: r205232 - user/jmallett/octeon/lib/libc/mips/sys

Juli Mallett jmallett at FreeBSD.org
Tue Mar 16 22:28:08 UTC 2010


Author: jmallett
Date: Tue Mar 16 22:28:07 2010
New Revision: 205232
URL: http://svn.freebsd.org/changeset/base/205232

Log:
  Remove special shmat.  NetBSD only has per-arch shmat because one of their
  architectures uses a different ABI for it.  FreeBSD doesn't.

Deleted:
  user/jmallett/octeon/lib/libc/mips/sys/shmat.S
Modified:
  user/jmallett/octeon/lib/libc/mips/sys/Makefile.inc

Modified: user/jmallett/octeon/lib/libc/mips/sys/Makefile.inc
==============================================================================
--- user/jmallett/octeon/lib/libc/mips/sys/Makefile.inc	Tue Mar 16 22:17:21 2010	(r205231)
+++ user/jmallett/octeon/lib/libc/mips/sys/Makefile.inc	Tue Mar 16 22:28:07 2010	(r205232)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 MDASM=  Ovfork.S brk.S cerror.S exect.S \
-	fork.S pipe.S ptrace.S sbrk.S shmat.S syscall.S
+	fork.S pipe.S ptrace.S sbrk.S syscall.S
 
 # Don't generate default code for these syscalls:
 NOASM=	break.o exit.o ftruncate.o getlogin.o lseek.o mmap.o \


More information about the svn-src-user mailing list