about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* [BZ #22244] Fix yn(n,0) without SVID wrapperSzabolcs Nagy2017-10-042-8/+8
* [BZ #22243] fix log2(0) and log(10) in downward roundingSzabolcs Nagy2017-10-042-2/+2
* i386: Use "movl main@GOT(%ebx), %eax" in start.SH.J. Lu2017-10-031-2/+5
* Revert x86: Allow undefined _DYNAMIC in static executableH.J. Lu2017-10-032-18/+4
* mips: Don't check _DYNAMIC in elf_machine_load_addressH.J. Lu2017-10-031-5/+0
* arm: Don't check _DYNAMIC in elf_machine_load_addressH.J. Lu2017-10-031-3/+0
* Use libm_alias_double for dbl-64 modf.Joseph Myers2017-10-035-23/+7
* Use libm_alias_double for dbl-64 logb.Joseph Myers2017-10-035-22/+6
* tile: Check SHARED instead PIC for SYSCALL_ERROR_NAMEH.J. Lu2017-10-031-1/+1
* Use libm_alias_float for dbl-64 fmaf.Joseph Myers2017-10-031-1/+2
* Use libm_alias_double for dbl-64 frexp.Joseph Myers2017-10-033-15/+5
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-033-3/+38
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-0327-140/+37
* ld.so: Replace (&bootstrap_map) with BOOTSTRAP_MAPH.J. Lu2017-10-033-3/+3
* Introduce NO_RTLD_HIDDEN, make hurd use it instead of NO_HIDDENSamuel Thibault2017-10-033-3/+3
* Use libm_alias_double for dbl-64 atan, tan.Joseph Myers2017-10-024-20/+4
* Make dbl-64 atan and tan into weak aliases.Joseph Myers2017-10-0210-16/+26
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-10-0212-6/+30
* Do not wrap expf and exp2fSzabolcs Nagy2017-10-0213-8/+32
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-10-0229-4/+100
* powerpc: Optimize memrchr for power8Rajalakshmi Srinivasaraghavan2017-10-025-3/+368
* Hide internal fadvise64/fallocate64 functions [BZ #18822]H.J. Lu2017-10-012-0/+4
* Hide internal __sched_setaffinity_new function [BZ #18822]H.J. Lu2017-10-011-0/+4
* Hide internal __glob64 function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __new_getrlimit function [BZ #18822]H.J. Lu2017-10-011-1/+2
* Hide internal __tcgetattr function [BZ #18822]H.J. Lu2017-10-012-0/+2
* Hide internal __setrlimit function [BZ #18822]H.J. Lu2017-10-013-0/+5
* Hide internal __ifreq function [BZ #18822]H.J. Lu2017-10-012-24/+0
* Hide internal idna functions [BZ #18822]H.J. Lu2017-10-011-4/+1
* Hide internal __get_sol function [BZ #18822]H.J. Lu2017-10-013-4/+22
* Hide internal __bsd_getpt function [BZ #18822]H.J. Lu2017-10-011-1/+1
* Hide internal __sysinfo function [BZ #18822]H.J. Lu2017-10-011-1/+1
* Hide internal signal functions [BZ #18822]H.J. Lu2017-10-0110-0/+10
* Hide internal __mremap function [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide internal __ioctl function [BZ #18822]H.J. Lu2017-10-015-0/+5
* Hide internal sysinfo functions [BZ #18822]H.J. Lu2017-10-012-0/+8
* Mark internal netlink functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+6
* Hide __readv and __writev [BZ #18822]H.J. Lu2017-10-014-0/+6
* Mark internal dirent functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-014-0/+4
* Mark internal statfs functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+8
* Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-6/+0
* Mark __internal_statvfs[64] with attribute_hidden [BZ #18822]H.J. Lu2017-10-016-23/+31
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-014-6/+10
* Fix return pointer save and PIC register restore in __getcontext andJohn David Anglin2017-10-012-1/+5
* Fix hppa text relocations in libc.soJohn David Anglin2017-09-301-0/+5
* Use libm_alias_double for some dbl-64 functions.Joseph Myers2017-09-2940-206/+52
* arm: Update elf_machine_load_address for static PIEH.J. Lu2017-09-291-1/+11
* mips: Update elf_machine_load_address for static PIEH.J. Lu2017-09-291-0/+5
* arm: Check PIC instead of SHARED in start.SH.J. Lu2017-09-291-2/+2
* Update x86_64 libm-test-ulps.Joseph Myers2017-09-291-2/+2