Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-25 | Remove x86-64 rtld-xxx.c and rtld-xxx.S | H.J. Lu | |
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. | |||
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-06-15 | Add rtld-memset.S for x86_64 | Siddhesh Poyarekar | |
Resolves: BZ #15627 Add an assembler version of rtld-memset to avoid using SSE registers. |