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 add the two new compat files.
details: https://anonhg.NetBSD.org/src/rev/850be1b1df0d
branches: trunk
changeset: 334908:850be1b1df0d
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 14 22:32:46 2014 +0000
description:
add the two new compat files.
diffstat:
sys/arch/amd64/conf/files.amd64 | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 3a17d818d26a -r 850be1b1df0d sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64 Sun Dec 14 21:35:24 2014 +0000
+++ b/sys/arch/amd64/conf/files.amd64 Sun Dec 14 22:32:46 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.amd64,v 1.84 2014/10/10 09:13:21 uebayasi Exp $
+# $NetBSD: files.amd64,v 1.85 2014/12/14 22:32:46 christos Exp $
#
# new style config file for amd64 architecture
#
@@ -130,6 +130,9 @@
#
# Compatibility modules
#
+# Binary compatibility with previous NetBSD releases (COMPAT_XX)
+file arch/i386/i386/compat_13_machdep.c compat_13
+file arch/i386/i386/compat_16_machdep.c compat_16
# NetBSD/i386 32-bit binary compatibility (COMPAT_NETBSD32)
include "compat/netbsd32/files.netbsd32"
Home |
Main Index |
Thread Index |
Old Index