diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-20 16:58:45 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-04-20 16:58:45 +0000 |
commit | 32d1da9bb125ab42f9a8707b9610a843643605d4 (patch) | |
tree | 70af98e85b6a72f85141a3304a90cf5db7386e3d /sys/arch/hppa64/conf | |
parent | e1d747cc2f48c84f47a7117d5b481a069a5f1e40 (diff) |
Catch up with dismantled libkern.
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/files.hppa64 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/files.hppa64 b/sys/arch/hppa64/conf/files.hppa64 index ecd17ebc42e..c3f8db40430 100644 --- a/sys/arch/hppa64/conf/files.hppa64 +++ b/sys/arch/hppa64/conf/files.hppa64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa64,v 1.6 2008/04/20 16:56:20 kettenis Exp $ +# $OpenBSD: files.hppa64,v 1.7 2008/04/20 16:58:44 kettenis Exp $ # # hppa64-specific configuration info @@ -136,3 +136,16 @@ file arch/hppa64/hppa64/vm_machdep.c file arch/hppa64/hppa64/in_cksum.c inet file netinet/in4_cksum.c inet file arch/hppa64/dev/clock.c + + +# hppa64 doesn't have multiplication or division instructions +file lib/libkern/divdi3.c +file lib/libkern/moddi3.c +file lib/libkern/muldi3.c +file lib/libkern/qdivrem.c +file lib/libkern/udivdi3.c +file lib/libkern/umoddi3.c + +# kern.. +file lib/libkern/arch/hppa64/milli.S +file lib/libkern/arch/hppa64/spcopy.S |