cvs commit: src/sys/conf kern.mk
Peter Wemm
peter at FreeBSD.org
Thu May 29 18:07:00 PDT 2003
peter 2003/05/29 18:06:58 PDT
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"
section to stop gcc generating the dwarf2 .eh_frame unwind tables. It
is dead weight for the time being. Maybe it can be used to perform
stack traces and/or get the location of function arguments in ddb, but
that requires a dwarf2 runtime interpreter, which we do not have.
Approved by: re (amd64 "safe" bits)
Revision Changes Path
1.36 +2 -1 src/sys/conf/kern.mk
More information about the cvs-src
mailing list