summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/sh/memcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* * libc/machine/sh/memcpy.S (Large): Fix alignment rounding.Joern Rennecke2002-03-261-1/+2
| | | | Store high part of leading bytes too.
* * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.SJoern Rennecke2002-03-061-102/+275
| | | | | | | | | | and strcpy.S. * Makefile.in: Regenerate. * asm.h (_ENTRY): Set SH5 alignment to 8 bytes. (SHHI, SHLO): Define. * memcpy.S: Add code for SH5. * memset.S: Likewise. * strcpy.S: Likewise.
* import newlib-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+221