From owner-freebsd-alpha Thu Feb 1 10: 8:34 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id D7EAA37B67D; Thu, 1 Feb 2001 10:08:16 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id NAA18994; Thu, 1 Feb 2001 13:08:16 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id f11I8Gt39935; Thu, 1 Feb 2001 13:08:16 -0500 (EST) (envelope-from gallatin@cs.duke.edu) Date: Thu, 1 Feb 2001 13:08:16 -0500 From: Andrew Gallatin To: Doug Rabson Cc: freebsd-alpha@freebsd.org Subject: Re: cvs commit: src/sys/alpha/alpha exception.s genassym.c machdep.c swtch.s Message-ID: <20010201130815.B17742@grasshopper.cs.duke.edu> References: <200101311117.f0VBH1j60082@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200101311117.f0VBH1j60082@freefall.freebsd.org>; from dfr@FreeBSD.org on Wed, Jan 31, 2001 at 03:17:01AM -0800 X-Operating-System: FreeBSD 4.2-RELEASE on an i386 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug Rabson [dfr@FreeBSD.org] wrote: <...> > A new flag in the trapframe indicates that the frame only holds partial > state. When it is necessary to perform a full state restore (e.g. after an > execve or signal), the flag is cleared to force a full restore. Perhaps this was only partially committed? I'm now seeing the following when attempting to build a kernel: % make cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../.. -I../../dev -I/usr/include -D_KERNEL -include opt_global.h -elf -mno-fp-regs -ffixed-8 -Wa,-mev56 ../../alpha/alpha/genassym.c ../../alpha/alpha/genassym.c:136: `FRAME_FLAGS' undeclared here (not in a function) ../../alpha/alpha/genassym.c:136: `FRAME_FLAGS' undeclared here (not in a functi <....> Do you have a newer alpha/include/frame.h which was supposed to be committed as well? Drew -- ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message