From owner-cvs-sys Fri Nov 15 01:01:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA28448 for cvs-sys-outgoing; Fri, 15 Nov 1996 01:01:29 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA28437; Fri, 15 Nov 1996 01:01:24 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.2/8.6.9) with ESMTP id BAA00505; Fri, 15 Nov 1996 01:01:16 -0800 (PST) To: Bruce Evans cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 locore.s In-reply-to: Your message of "Fri, 15 Nov 1996 19:50:25 +1100." <199611150850.TAA05787@godzilla.zeta.org.au> Date: Fri, 15 Nov 1996 01:01:16 -0800 Message-ID: <503.848048476@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Because -stable has a different `lea' instruction than -current (without > the `$'). Previously -stable had a different (broken) movl instruction > than -current (without the `$'). > > `lea' (without the `$') does work but is not normally used on x86's > because it is larger in some cases and slower in some cases but never > smaller or faster. OK, well, then I guess it's pretty clear - leave it as movl in -current and lea in -stable. Works for me. See commit. Jordan