From fd3cd56c5876d53b6c02e5b0821c0039831c6b6d Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 25 Nov 2007 18:25:37 +0000 Subject: libkern, begone. Move to a new mechanism where config(8)'s "file" directive can select between MI and MD versions of these files. At the same time, adjust the boot programs to pick exactly what they need, instead of the 7 or 8 mechanisms previously used. There will be some fallout from this, but testing it all by myself is a ridiculously slow process; it will be finished in-tree. Various developers were very nice and avoided making fun of me when I was gibbering in the corner.. --- sys/arch/arm/conf/files.arm | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'sys/arch/arm/conf/files.arm') diff --git a/sys/arch/arm/conf/files.arm b/sys/arch/arm/conf/files.arm index 64aa6d11a75..dabfe69765a 100644 --- a/sys/arch/arm/conf/files.arm +++ b/sys/arch/arm/conf/files.arm @@ -1,4 +1,4 @@ -# $OpenBSD: files.arm,v 1.11 2006/07/12 17:31:23 miod Exp $ +# $OpenBSD: files.arm,v 1.12 2007/11/25 18:25:27 deraadt Exp $ # $NetBSD: files.arm,v 1.76 2003/11/05 12:53:15 scw Exp $ # Floating point emulator @@ -107,3 +107,29 @@ file arch/arm/arm/bcopy_page.S #file arch/arm/arm/linux_sigcode.S compat_linux #file arch/arm/arm/linux_syscall.c compat_linux #file arch/arm/arm/linux_trap.c compat_linux + +# machine-dependent libkern components +file lib/libkern/arch/arm/divsi3.S +file lib/libkern/arch/arm/memcpy.S +file lib/libkern/arch/arm/memmove.S + +# quad support is neccessary for 32 bit architectures +file lib/libkern/adddi3.c +file lib/libkern/anddi3.c +file lib/libkern/ashldi3.c +file lib/libkern/ashrdi3.c +file lib/libkern/cmpdi2.c +file lib/libkern/divdi3.c +file lib/libkern/iordi3.c +file lib/libkern/lshldi3.c +file lib/libkern/lshrdi3.c +file lib/libkern/moddi3.c +file lib/libkern/muldi3.c +file lib/libkern/negdi2.c +file lib/libkern/notdi2.c +file lib/libkern/qdivrem.c +file lib/libkern/subdi3.c +file lib/libkern/ucmpdi2.c +file lib/libkern/udivdi3.c +file lib/libkern/umoddi3.c +file lib/libkern/xordi3.c -- cgit v1.2.3