Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2003 18:06:58 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf kern.mk
Message-ID:  <200305300106.h4U16wUp082640@repoman.freebsd.org>

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



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