svn commit: r187948 - in head/sys: amd64/amd64 amd64/ia32
amd64/include amd64/linux32 compat/ndis i386/i386 i386/include
i386/linux i386/svr4
David O'Brien
obrien at freebsd.org
Sat Jan 31 03:41:13 PST 2009
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
More information about the svn-src-head
mailing list