OSDN Git Service

* Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.S
authoramylaar <amylaar>
Wed, 6 Mar 2002 10:43:16 +0000 (10:43 +0000)
committeramylaar <amylaar>
Wed, 6 Mar 2002 10:43:16 +0000 (10:43 +0000)
commit5431c6edf248753da8bd86c3a0eeb378364c480d
treeaf6952a1ae0e8bb11e3f1db2ee38aa515b63432c
parent6c2e123cfdb8c7305be178059665b23d9fb92328
* Makefile.am (lib_a_SOURCES, SH64 case): Add memcpy.S, memset.S
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.
newlib/ChangeLog
newlib/libc/machine/sh/Makefile.am
newlib/libc/machine/sh/Makefile.in
newlib/libc/machine/sh/asm.h
newlib/libc/machine/sh/memcpy.S
newlib/libc/machine/sh/memset.S
newlib/libc/machine/sh/strcpy.S