From owner-cvs-sys Mon Nov 11 19:50:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA12380 for cvs-sys-outgoing; Mon, 11 Nov 1996 19:50:46 -0800 (PST) Received: from dyson.iquest.net ([198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA12375; Mon, 11 Nov 1996 19:50:32 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.2/8.6.9) id WAA03761; Mon, 11 Nov 1996 22:50:20 -0500 (EST) From: "John S. Dyson" Message-Id: <199611120350.WAA03761@dyson.iquest.net> Subject: Re: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/conf LINT src/sys/i386/eisa aic7770.c src/sys/i386/s To: andreas@klemm.gtn.com (Andreas Klemm) Date: Mon, 11 Nov 1996 22:50:20 -0500 (EST) Cc: gibbs@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: from "Andreas Klemm" at Nov 11, 96 08:49:45 pm Reply-To: dyson@freebsd.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Result: > cc -c -x assembler-with-cpp -DLOCORE -nostdinc -I- -I. -I../.. -I../../../include -DMFS -DTELES_HAS_MEMCPYB -DCOMPAT_43 -DFFS -DINET -DKERNEL ../../i386/i386/locore.s > ../../i386/i386/locore.s: Assembler messages: > ../../i386/i386/locore.s:705: Error: bad register name ('%cr4') > ../../i386/i386/locore.s:707: Error: bad register name ('%cr4') > *** Error code 1 > > Somebody an idea ?! I wanted to keep RELENG_2_2 for testing, only wanted > the newest kernel sources, because of Justins changes ... > I forgot to commit the assembler changes -- it is in the tree now. Recompile and install the assembler, and the problem will go away!!! John