From owner-cvs-sys Fri Nov 15 01:28:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA29492 for cvs-sys-outgoing; Fri, 15 Nov 1996 01:28:46 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA29482; Fri, 15 Nov 1996 01:28:37 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id UAA06743; Fri, 15 Nov 1996 20:24:14 +1100 Date: Fri, 15 Nov 1996 20:24:14 +1100 From: Bruce Evans Message-Id: <199611150924.UAA06743@godzilla.zeta.org.au> To: 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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/i386 locore.s > Log: > Change this back to movl for -current since it seems to work there. > Bruce says that movl is broken in -stable, which would certainly explain > why this didn't work there. Actually, I said that [the particular] movl instruction [in the offending line in locore.s] is broken in stable (it is missing a `$'). movl works perfectly in stable, and is used about 100 million times in executables in the FreeBSD distribution. Bruce