svn commit: r307771 - head/lib/libc/powerpcspe/sys

Justin Hibbits jhibbits at FreeBSD.org
Sat Oct 22 13:11:10 UTC 2016


Author: jhibbits
Date: Sat Oct 22 13:11:09 2016
New Revision: 307771
URL: https://svnweb.freebsd.org/changeset/base/307771

Log:
  ptrace.S is not needed, libc/sys/ptrace.c exists already.
  
  This was leftovers from the initial branch work.
  
  Reported by:	kib

Deleted:
  head/lib/libc/powerpcspe/sys/ptrace.S
Modified:
  head/lib/libc/powerpcspe/sys/Makefile.inc

Modified: head/lib/libc/powerpcspe/sys/Makefile.inc
==============================================================================
--- head/lib/libc/powerpcspe/sys/Makefile.inc	Sat Oct 22 13:09:30 2016	(r307770)
+++ head/lib/libc/powerpcspe/sys/Makefile.inc	Sat Oct 22 13:11:09 2016	(r307771)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-MDASM+=	brk.S cerror.S exect.S ptrace.S sbrk.S setlogin.S
+MDASM+=	brk.S cerror.S exect.S sbrk.S setlogin.S
 
 # Don't generate default code for these syscalls:
 NOASM=	break.o exit.o getlogin.o openbsd_poll.o sstk.o yield.o


More information about the svn-src-all mailing list