diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2015-07-06 13:00:29 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-08-05 10:41:03 -0300 |
commit | 2aa6c8af26e65695e9daf382a6e508574a30cdf2 (patch) | |
tree | 575e036dbf8add5890c1af7b829f8add45b5b65f /ChangeLog | |
parent | 42eaa27fac748edc54b780539fbd9a18921454ba (diff) | |
download | glibc-2aa6c8af26e65695e9daf382a6e508574a30cdf2.zip glibc-2aa6c8af26e65695e9daf382a6e508574a30cdf2.tar.gz glibc-2aa6c8af26e65695e9daf382a6e508574a30cdf2.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-08-05 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/unix/sysv/linux/arm/mmap.c: Add file. + * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file. + * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise. + 2015-08-05 Marko Myllynen <myllynen@redhat.com> [BZ #18525] |