summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2015-07-06 13:00:29 +0000
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>2015-08-05 10:41:03 -0300
commit2aa6c8af26e65695e9daf382a6e508574a30cdf2 (patch)
tree575e036dbf8add5890c1af7b829f8add45b5b65f /ChangeLog
parent42eaa27fac748edc54b780539fbd9a18921454ba (diff)
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a228926acc..fd0fd74e39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]