From owner-cvs-sys Fri Apr 12 05:37:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29698 for cvs-sys-outgoing; Fri, 12 Apr 1996 05:37:52 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA29676 Fri, 12 Apr 1996 05:37:12 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id WAA14687; Fri, 12 Apr 1996 22:34:03 +1000 Date: Fri, 12 Apr 1996 22:34:03 +1000 From: Bruce Evans Message-Id: <199604121234.WAA14687@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 exception.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/i386 exception.s > Log: > Make alltraps a .globl so that DDB doesn't make people belive they have > an ALIGNFLT on their hands all the time. ddb has no problems with static names unless the kernel has been excessively stripped. There are so many static functions that ddb addresses are almost useless if static symbols have been stripped. Bruce