From owner-freebsd-current Mon Feb 21 7:40:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 8328A37BDF4 for ; Mon, 21 Feb 2000 07:40:04 -0800 (PST) (envelope-from brdean@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.28]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id KAA24760; Mon, 21 Feb 2000 10:38:35 -0500 (EST) Received: from dean.pc.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA02820; Mon, 21 Feb 2000 10:38:04 -0500 Received: (from brdean@localhost) by dean.pc.sas.com (8.9.3/8.9.1) id KAA00551; Mon, 21 Feb 2000 10:38:03 -0500 (EST) (envelope-from brdean) From: Brian Dean Message-Id: <200002211538.KAA00551@dean.pc.sas.com> Subject: Re: /sys/i386/machdep.c breaks kernel build In-Reply-To: <14512.50810.382596.26482Z@rina.r.dl.itc.u-tokyo.ac.jp> from Seigo Tanimura at "Feb 21, 2000 02:00:42 pm" To: Seigo Tanimura Date: Mon, 21 Feb 2000 10:38:03 -0500 (EST) Cc: rjk191@psu.edu, current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks for the fix - it has been committed. -Brian -- Brian Dean bsd@freebsd.org brdean@unx.sas.com Seigo Tanimura wrote: > On Sun, 20 Feb 2000 23:48:01 -0500, > Ray Kohler said: > > Ray> cc -c -march=pentium -O3 -pipe -fno-builtin -Wall -Wredundant-decls > Ray> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > Ray> -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi > Ray> -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include > Ray> opt_global.h -elf -mpreferred-stack-boundary=2 > Ray> ../../i386/i386/machdep.c > Ray> {standard input}: Assembler messages: > Ray> {standard input}:2772: Error: operands given don't match any known > Ray> 386 instruction > Ray> *** Error code 1 > > > Could you try the following patch(sent to bsd personally)? It prevents > movl between a debug register and memory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message