svn commit: r305015 - head/lib/libc/aarch64/sys

Konstantin Belousov kib at FreeBSD.org
Mon Aug 29 18:53:52 UTC 2016


Author: kib
Date: Mon Aug 29 18:53:51 2016
New Revision: 305015
URL: https://svnweb.freebsd.org/changeset/base/305015

Log:
  Remove commented out mention of ptrace.S.
  After r305012 the asm wrapper is not needed.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/lib/libc/aarch64/sys/Makefile.inc

Modified: head/lib/libc/aarch64/sys/Makefile.inc
==============================================================================
--- head/lib/libc/aarch64/sys/Makefile.inc	Mon Aug 29 18:53:36 2016	(r305014)
+++ head/lib/libc/aarch64/sys/Makefile.inc	Mon Aug 29 18:53:51 2016	(r305015)
@@ -4,7 +4,6 @@ MIASM:=	${MIASM:Nfreebsd[467]_*}
 
 SRCS+=	__vdso_gettc.c
 
-#MDASM= ptrace.S
 MDASM=	cerror.S \
 	shmat.S \
 	sigreturn.S \


More information about the svn-src-all mailing list