Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2016 18:53:51 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305015 - head/lib/libc/aarch64/sys
Message-ID:  <201608291853.u7TIrpxw060921@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608291853.u7TIrpxw060921>