Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 1996 22:34:03 +1000
From:      Bruce Evans <bde@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
Message-ID:  <199604121234.WAA14687@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604121234.WAA14687>