rename memcpy_glibc.S to memcpy_glibc_arm.S

SVN revision: 36416
This commit is contained in:
Vincent Torri 2008-10-03 06:29:09 +00:00
parent 33e0b66891
commit 9b59c2205c
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-03 Vincent Torri <doursse at users dot sf dot net>
* src/bin/Makefile.am:
rename memcpy_glibc.S to memcpy_glibc_arm.S
2008-09-28 Vincent Torri <doursse at users dot sf dot net>
* configure.ac:

View File

@ -15,7 +15,7 @@ suite_SOURCES = suite.c test_memcpy.c
if EVIL_HAVE_WINCE
suite_SOURCES += memcpy_glibc.S
suite_SOURCES += memcpy_glibc_arm.S
endif