Subject: CVS commit: src/common/lib/libc/arch/m68k/gen
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/05/2006 22:33:34
Module Name:	src
Committed By:	he
Date:		Thu Jan  5 22:33:34 UTC 2006

Modified Files:
	src/common/lib/libc/arch/m68k/gen: divsi3.S modsi3.S mulsi3.S udivsi3.S
	    umodsi3.S

Log Message:
Add the m68010 versions of the integer multiply divide, modulo,
and multiply functions from the old libkern.  The m68010 versions
are only compiled when __mc68010__ is defined, presently that's
only done when building for sun2.

Reviewed by christos.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/arch/m68k/gen/divsi3.S \
    src/common/lib/libc/arch/m68k/gen/modsi3.S \
    src/common/lib/libc/arch/m68k/gen/mulsi3.S \
    src/common/lib/libc/arch/m68k/gen/udivsi3.S \
    src/common/lib/libc/arch/m68k/gen/umodsi3.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.