arm: Assembly implementation cleanup
commit2aa6c8af26e65695e9daf382a6e508574a30cdf2
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 6 Jul 2015 13:00:29 +0000 (6 13:00 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>
Wed, 5 Aug 2015 13:41:03 +0000 (5 10:41 -0300)
tree575e036dbf8add5890c1af7b829f8add45b5b65f
parent42eaa27fac748edc54b780539fbd9a18921454ba
arm: Assembly implementation cleanup

This patch removes arm assembly implementation of mmap and mmap64.
The new implementation used is the wordsize-32 generic linux one.

Tested on armhf.
ChangeLog
sysdeps/unix/sysv/linux/arm/mmap.S [deleted file]
sysdeps/unix/sysv/linux/arm/mmap.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/arm/mmap64.S [deleted file]