From: Steven J. Hill Date: Mon, 25 Mar 2013 18:41:18 +0000 (-0500) Subject: MIPS: microMIPS: Optimise 'strncpy' core library function. X-Git-Tag: v3.10-rc1~15^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0131f2b2c93bc8f0b0d9d599cf72d1df76ad3f01;p=pandora-kernel.git MIPS: microMIPS: Optimise 'strncpy' core library function. Optimise 'strncpy' to use microMIPS instructions and/or optimisations for binary size reduction. When the microMIPS ISA is not being used, the library function compiles to the original binary code. Signed-off-by: Steven J. Hill --- Reading git-diff-tree failed