Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * libc/machine/sh/strcpy.S (strcpy, __SHMEDIA__ code): | Joern Rennecke | 2002-06-13 | 1 | -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 value | Joern Rennecke | 2002-05-16 | 1 | -2/+5 |
| | | | | at first loop exit point. | ||||
* | * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with | Joern Rennecke | 2002-05-16 | 1 | -1/+1 |
| | | | | __LITTLE_ENDIAN__. | ||||
* | * Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.S | Joern Rennecke | 2002-03-06 | 1 | -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 snapshot | Christopher Faylor | 2000-02-17 | 1 | -0/+41 |