Re: svn commit: r187948 - in head/sys: amd64/amd64 amd64/ia32 amd64/include amd64/linux32 compat/ndis i386/i386 i386/include i386/linux i386/svr4

[ Available lists | Index of svn-src-head | Month of Jan 2009 | Week of 31 Jan 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
David O'Brien <obrien@freebsd.org>
Date
31 Jan 2009 11:41:13
Subject
Re: svn commit: r187948 - in head/sys: amd64/amd64 amd64/ia32 amd64/include amd64/linux32 compat/ndis i386/i386 i386/include i386/linux i386/svr4
Message-ID
20090131114112.GA13698@dragon.NUXI.org


[ Hide this part ]
On Sat, Jan 31, 2009 at 11:37:21AM +0000, David O'Brien (@FreeBSD) wrote:
> Author: obrien
> Date: Sat Jan 31 11:37:21 2009
> New Revision: 187948
> URL: http://svn.freebsd.org/changeset/base/187948
>
> Log:
> Change some movl's to mov's. Newer GAS no longer accept 'movl' instructions
> for moving between a segment register and a 32-bit memory location.

I've built both the GENERIC and LINT kernels for i386 and amd64 with this
change, and booted GENERIC for both (along with put the machines under a
build work load). So I don't expect there to be any problems, but please
do let me know if for some reason you have some build or upgrade problem.

-- David

Elapsed time: 0.111 seconds