Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Since fpu.c is contained in every kernel...
details: https://anonhg.NetBSD.org/src/rev/6fc8c437ae38
branches: trunk
changeset: 326842:6fc8c437ae38
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Feb 20 03:48:06 2014 +0000
description:
Since fpu.c is contained in every kernel, and it calls routines in
convert_xmm_s87.c we need to include convert_xmm_s87.c in all kernels.
Fixes building of kernels that do not have COMPAT_NETBSD32 defined.
diffstat:
sys/arch/amd64/conf/files.amd64 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 5a266f69e3e8 -r 6fc8c437ae38 sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64 Thu Feb 20 02:09:58 2014 +0000
+++ b/sys/arch/amd64/conf/files.amd64 Thu Feb 20 03:48:06 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amd64,v 1.82 2014/02/11 20:17:16 dsl Exp $
+# $NetBSD: files.amd64,v 1.83 2014/02/20 03:48:06 pgoyette Exp $
#
# new style config file for amd64 architecture
#
@@ -43,6 +43,7 @@
file arch/amd64/amd64/process_machdep.c
file arch/amd64/amd64/trap.c
file arch/x86/x86/fpu.c
+file arch/x86/x86/convert_xmm_s87.c
file arch/amd64/amd64/lock_stubs.S
file dev/cons.c
@@ -133,7 +134,6 @@
# NetBSD/i386 32-bit binary compatibility (COMPAT_NETBSD32)
include "compat/netbsd32/files.netbsd32"
file arch/amd64/amd64/netbsd32_machdep.c compat_netbsd32
-file arch/x86/x86/convert_xmm_s87.c compat_netbsd32
file arch/amd64/amd64/netbsd32_sigcode.S compat_netbsd32 & compat_16
file arch/amd64/amd64/netbsd32_syscall.c compat_netbsd32
Home |
Main Index |
Thread Index |
Old Index