about summary refs log tree commit diff
path: root/sysdeps/x86_64/rtld-memset.S
Commit message (Collapse)AuthorAgeFilesLines
* Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2015-08-251-37/+0
| | | | | | | | | | | | Since ld.so preserves vector registers now, we can use the regular, non-ifunc string and memory functions in ld.so. * sysdeps/x86_64/rtld-memcmp.c: Removed. * sysdeps/x86_64/rtld-memset.S: Likewise. * sysdeps/x86_64/rtld-strchr.S: Likewise. * sysdeps/x86_64/rtld-strlen.S: Likewise. * sysdeps/x86_64/multiarch/rtld-memcmp.c: Likewise. * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Add rtld-memset.S for x86_64Siddhesh Poyarekar2013-06-151-0/+37
Resolves: BZ #15627 Add an assembler version of rtld-memset to avoid using SSE registers.