svn commit: r305330 - stable/11/lib/libc/aarch64/sys

Konstantin Belousov kib at FreeBSD.org
Sat Sep 3 09:24:35 UTC 2016


Author: kib
Date: Sat Sep  3 09:24:33 2016
New Revision: 305330
URL: https://svnweb.freebsd.org/changeset/base/305330

Log:
  MFC r305015:
  Remove commented out mention of ptrace.S.

Modified:
  stable/11/lib/libc/aarch64/sys/Makefile.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/aarch64/sys/Makefile.inc
==============================================================================
--- stable/11/lib/libc/aarch64/sys/Makefile.inc	Sat Sep  3 09:03:40 2016	(r305329)
+++ stable/11/lib/libc/aarch64/sys/Makefile.inc	Sat Sep  3 09:24:33 2016	(r305330)
@@ -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-stable mailing list