From owner-svn-src-head@FreeBSD.ORG Wed Sep 4 14:11:13 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A0F85A1A; Wed, 4 Sep 2013 14:11:13 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 77DFE26E6; Wed, 4 Sep 2013 14:11:13 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id F2945B97F; Wed, 4 Sep 2013 10:11:09 -0400 (EDT) From: John Baldwin To: Konstantin Belousov Subject: Re: svn commit: r255192 - in head: contrib/binutils/gas/config contrib/binutils/opcodes sys/amd64/amd64 Date: Wed, 4 Sep 2013 07:56:45 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p28; KDE/4.5.5; amd64; ; ) References: <201309032121.r83LLlI5026519@svn.freebsd.org> <20130904042535.GX41229@kib.kiev.ua> In-Reply-To: <20130904042535.GX41229@kib.kiev.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201309040756.45464.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 04 Sep 2013 10:11:10 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 14:11:13 -0000 On Wednesday, September 04, 2013 12:25:35 am Konstantin Belousov wrote: > On Tue, Sep 03, 2013 at 09:21:47PM +0000, John Baldwin wrote: > > Author: jhb > > Date: Tue Sep 3 21:21:47 2013 > > New Revision: 255192 > > URL: http://svnweb.freebsd.org/changeset/base/255192 > > > > Log: > > Add support for the 'invpcid' instruction to binutils and DDB's > > disassembler on amd64. > > > > MFC after: 1 month > > Nice, thank you. > > Do you agree with me that it is premature to start using the mnemonics > in the kernel source until the changes are merged into stable/9 at least ? That is fine. Can you test that using them directly works fine with GCC? I know clang already supported this instruction. -- John Baldwin