commit | 0131f2b2c93bc8f0b0d9d599cf72d1df76ad3f01 | [log] [tgz] |
---|---|---|
author | Steven J. Hill <Steven.Hill@imgtec.com> | Mon Mar 25 13:41:18 2013 -0500 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu May 09 17:55:19 2013 +0200 |
tree | b7cb40be3c78f7bd4369898fb639c028006f1f52 | |
parent | 26c5e07d1478021914801c8c7dd77c9268940e4f [diff] |
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 <Steven.Hill@imgtec.com>