Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/lib/libkern/arch/mips
Module Name: src
Committed By: sekiya
Date: Wed Sep 29 04:45:26 UTC 2004
Modified Files:
src/sys/lib/libkern/arch/mips: memcpy.S memset.S strcmp.S strlen.S
Log Message:
Use 64-bit-clean addition/subtraction opcodes for pointer arithmetic iff
_LP64 is defined.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/lib/libkern/arch/mips/memcpy.S
cvs rdiff -r1.3 -r1.4 src/sys/lib/libkern/arch/mips/memset.S
cvs rdiff -r1.1 -r1.2 src/sys/lib/libkern/arch/mips/strcmp.S \
src/sys/lib/libkern/arch/mips/strlen.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index