summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/sh/strcpy.S
Commit message (Collapse)AuthorAgeFilesLines
* * libc/machine/sh/strcpy.S (strcpy, __SHMEDIA__ code):Joern Rennecke2002-06-131-2/+6
| | | | | Fix clobbering bytes before destination if src and dst have same non-zero misalignment.
* * libc/machine/sh/strcpy.S (strcpy): make sure r0 has right valueJoern Rennecke2002-05-161-2/+5
| | | | at first loop exit point.
* * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN withJoern Rennecke2002-05-161-1/+1
| | | | __LITTLE_ENDIAN__.
* * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.SJoern Rennecke2002-03-061-23/+109
| | | | | | | | | | 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/+41