Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2019 17:04:20 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354710 - head/sys/conf
Message-ID:  <201911141704.xAEH4Kdd076339@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Thu Nov 14 17:04:19 2019
New Revision: 354710
URL: https://svnweb.freebsd.org/changeset/base/354710

Log:
  Compile in arm/unwind.c if options STACK is in effect; the new arm stack(9)
  code now uses unwind.c.

Modified:
  head/sys/conf/files.arm

Modified: head/sys/conf/files.arm
==============================================================================
--- head/sys/conf/files.arm	Thu Nov 14 16:46:27 2019	(r354709)
+++ head/sys/conf/files.arm	Thu Nov 14 17:04:19 2019	(r354710)
@@ -85,7 +85,7 @@ arm/arm/trap-v4.c		optional	!armv7 !armv6
 arm/arm/trap-v6.c		optional	armv7 | armv6
 arm/arm/uio_machdep.c		standard
 arm/arm/undefined.c		standard
-arm/arm/unwind.c		optional	ddb | kdtrace_hooks
+arm/arm/unwind.c		optional	ddb | kdtrace_hooks | stack
 arm/arm/vm_machdep.c		standard
 arm/arm/vfp.c			standard
 arm/cloudabi32/cloudabi32_sysvec.c	optional compat_cloudabi32



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