diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2015-05-20 16:37:52 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2015-05-20 16:37:52 -0300 |
commit | 96dffc26dcc3e7e2bfb489845249ea274510e777 (patch) | |
tree | d6bf9d45b1876141409c40cdb5e57a2a2a5350eb /ChangeLog | |
parent | 5be91118f623db41c74c5fdaebf12200a779e6e6 (diff) | |
download | glibc-96dffc26dcc3e7e2bfb489845249ea274510e777.zip glibc-96dffc26dcc3e7e2bfb489845249ea274510e777.tar.gz glibc-96dffc26dcc3e7e2bfb489845249ea274510e777.tar.bz2 |
i386: Remove six-argument specialized implementations
This patch removes the specialized i386 assembly implementations for
fallocate{64}, pselect, and sync_file_range now that i386 have
support for 6 argument syscalls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2015-05-20 Adhemerval Zanella <adhemerval.zanella@linaro.org> + + * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = misc)]: Remove + call_pselect6 object. + [$(subdir) = io]: Remove call_sync_file_range object. + * sysdeps/unix/sysv/linux/i386/call_pselect6.S: Remove file. + * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Remove file. + * sysdeps/unix/sysv/linux/i386/pselect.c: Remove file. + * sysdeps/unix/sysv/linux/i386/sync_file_range.c: Remove file. + 2015-05-20 Wilco Dijkstra <wdijkstr@arm.com> * math/s_cproj.c: Add include "math_private.h". |