From owner-svn-src-head@freebsd.org Fri Jun 23 20:56:26 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8834D89BB9; Fri, 23 Jun 2017 20:56:26 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: from vlakno.cz (mail.vlakno.cz [91.217.96.224]) by mx1.freebsd.org (Postfix) with ESMTP id A072B73E50; Fri, 23 Jun 2017 20:56:26 +0000 (UTC) (envelope-from rdivacky@vlakno.cz) Received: by vlakno.cz (Postfix, from userid 1002) id 55602C03A0B; Fri, 23 Jun 2017 22:45:42 +0200 (CEST) Date: Fri, 23 Jun 2017 22:45:42 +0200 From: Roman Divacky To: Ed Maste Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r320288 - head/sys/boot/i386/boot0 Message-ID: <20170623204542.GA16165@vlakno.cz> References: <201706231841.v5NIfnII068091@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201706231841.v5NIfnII068091@repo.freebsd.org> User-Agent: Mutt/1.8.3 (2017-05-23) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 23 Jun 2017 20:56:26 -0000 Nice! What about boot1.S from boot2? On Fri, Jun 23, 2017 at 06:41:49PM +0000, Ed Maste wrote: > Author: emaste > Date: Fri Jun 23 18:41:49 2017 > New Revision: 320288 > URL: https://svnweb.freebsd.org/changeset/base/320288 > > Log: > Allow Clang's integrated assembler to assemble boot0 > > dim@ compared clang IAS-built and GNU as-built boot0 and found them > equivalent. IAS encoded one instruction using two bytes where GNU as > used three, and another instruction using three bytes where GNU as used > two. The net result is equivalent and tested, so there is no need to > force IAS off for boot0. > > Modified: > head/sys/boot/i386/boot0/Makefile > > Modified: head/sys/boot/i386/boot0/Makefile > ============================================================================== > --- head/sys/boot/i386/boot0/Makefile Fri Jun 23 18:38:27 2017 (r320287) > +++ head/sys/boot/i386/boot0/Makefile Fri Jun 23 18:41:49 2017 (r320288) > @@ -78,6 +78,3 @@ CFLAGS+=-DFLAGS=${BOOT_BOOT0_FLAGS} \ > LDFLAGS=${LDFLAGS_BIN} > > .include > - > -# XXX: clang integrated-as doesn't grok .codeNN directives yet > -CFLAGS.boot0.S= ${CLANG_NO_IAS} > _______________________________________________ > svn-src-head@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org"