Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/lib/libkern/arch/sh3
Module Name: src
Committed By: uwe
Date: Wed Mar 14 22:22:53 UTC 2007
Modified Files:
src/sys/lib/libkern/arch/sh3: Makefile.inc
Added Files:
src/sys/lib/libkern/arch/sh3: movstrSI12_i4.S
Log Message:
Provide __movmemSI12_i4 (gcc4) a.k.a. __movstrSI12_i4 (gcc3) that gcc
emits for sh4 to copy 12 bytes at certain optimization levels.
Discovered by compiling landisk kernel with -Os.
Use gcc3 naming ("movstr") to match the rest of the "movstr" files.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/lib/libkern/arch/sh3/Makefile.inc
cvs rdiff -r0 -r1.1 src/sys/lib/libkern/arch/sh3/movstrSI12_i4.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