From owner-cvs-all Sat Sep 19 10:17:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA21908 for cvs-all-outgoing; Sat, 19 Sep 1998 10:17:12 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA21903; Sat, 19 Sep 1998 10:17:11 -0700 (PDT) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA11429; Sat, 19 Sep 1998 10:16:48 -0700 (PDT) Date: Sat, 19 Sep 1998 10:16:48 -0700 (PDT) Message-Id: <199809191716.KAA11429@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include asnames.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1998/09/19 10:16:48 PDT Modified files: sys/i386/include asnames.h Log: Fix breakage of ELF kernel builds caused by the addition of an assembly language reference to a C symbol without the addition of the corresponding entry in asnames.h. Revision Changes Path 1.25 +2 -1 src/sys/i386/include/asnames.h