svn commit: r354710 - head/sys/conf

Ian Lepore ian at FreeBSD.org
Thu Nov 14 17:04:20 UTC 2019


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


More information about the svn-src-head mailing list