From owner-cvs-all Sat Oct 3 11:07:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04433 for cvs-all-outgoing; Sat, 3 Oct 1998 11:07:05 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04410; Sat, 3 Oct 1998 11:06:51 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id MAA21341; Sat, 3 Oct 1998 12:06:30 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id MAA25535; Sat, 3 Oct 1998 12:06:29 -0600 Date: Sat, 3 Oct 1998 12:06:29 -0600 Message-Id: <199810031806.MAA25535@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Polstra Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include asnames.h In-Reply-To: <199810031723.KAA22695@freefall.freebsd.org> References: <199810031723.KAA22695@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jdp 1998/10/03 10:23:26 PDT > > Modified files: > sys/i386/include asnames.h > Log: > Two new C symbols were added to apm_setup.s but not put into > asnames.h. That broke builds of ELF kernels. *Whap*. This was done in June, *LONG* before ELF was even considered a possibility. Somehow this sort of thing has to change, since it's not at all obvious that something needs to be added here (unless you get an error after the fact and you know asnames is the right place to look.) Nate