aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-03-01Remove sparc binutils GOTDATA checks in lieu of new minimum version requirement.David S. Miller18-224/+6
2012-03-01Improve erfc accuracy.Joseph Myers5-2/+35
2012-02-29Fix x86 strcasecmp_l (bug 13786).Joseph Myers3-1/+6
2012-02-29Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers2-0/+8
2012-02-29Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers2-37/+26
2012-02-28Add sparc optimized sqrt{,f}.David S. Miller6-0/+337
2012-02-28Optimized expf for x86-64Ulrich Drepper1-0/+340
2012-02-28Regenerate sysdeps/gnu/errlist.c for errno.texi changes.Joseph Myers1-2/+2
2012-02-28Add optimized copysign for sparc.David S. Miller4-0/+124
2012-02-27Optimized sparc floor{,f} routines.David S. Miller4-0/+334
2012-02-27Fix %fp/%sp typo in new sparc ceil{,f} assembler.David S. Miller4-8/+8
2012-02-27Fix comment formatting in new optimized sparc math files.David S. Miller8-120/+112
2012-02-27Optimized sparc ceil{,f} and rint{,f} routines.David S. Miller8-0/+578
2012-02-27Fix ldbl-128 rintl/nearbyintl just like flt-32 variants.David S. Miller2-44/+6
2012-02-27Require Linux kernel headers from "make headers_install", >= 2.6.19.1.Joseph Myers2-10/+10
2012-02-27Add missing headersAndreas Schwab3-3/+6
2012-02-26Fix name mangling of pthread_attr_t after changeUlrich Drepper3-3/+3
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper3-2/+9
2012-02-26Work around problem of pthread_attr_t definition with old compilersUlrich Drepper3-2/+17
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper4-9/+13
2012-02-26Replace sysdeps/ieee754/dbl-64/k_tan.c with empty fileAndreas Schwab1-136/+1
2012-02-22Fix nearbyintf rounding.Joseph Myers1-12/+0
2012-02-22Fix rintf rounding.Joseph Myers1-12/+0
2012-02-21Update long-double sparc math ULPs missed by previous changes.David S. Miller2-4/+36
2012-02-20Tweak sparc32 longjmp to not store a dummy frame pointer onto the stack.David S. Miller2-12/+8
2012-02-20Use PI_STATIC_AND_HIDDEN on sparc if we universally use GOTDATA relocs.David S. Miller2-0/+11
2012-02-20Explain why we don't make use of RDPC in the sparc PIC register setup.David S. Miller1-0/+3
2012-02-20Use sparc GOTDATA relocations whenever possible.David S. Miller12-96/+187
2012-02-20Add sparc configure checks for GOTDATA support.David S. Miller2-0/+126
2012-02-20Consolidate Sparc ELF configure fragments to one spot.David S. Miller4-197/+26
2012-02-20Remove sparc WDISP22 configure checks, no longer used.David S. Miller4-94/+0
2012-02-21Remove old initfini mechanism.Joseph Myers3-145/+0
2012-02-21Split architecture-specific parts of sys/epoll.h into bits/epoll.h.Joseph Myers7-297/+97
2012-02-21Split architecture-specific parts of sys/timerfd.h into bits/timerfd.h.Joseph Myers5-69/+61
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers5-38/+36
2012-02-20Adjust SPARC ULPs to take into account the new jn tests.Aurelien Jarno2-4/+80
2012-02-19Add support for Linux error EHWPOISONAndreas Schwab4-2/+22
2012-02-19Use non-signaling floating-point comparisons in math functions.Aurelien Jarno5-17/+17
2012-02-18Rework sparc PIC macros so crt{i,n}.S can use them too.David S. Miller4-26/+22
2012-02-17Include <time.h> in clock_settime.c.Aurelien Jarno1-1/+2
2012-02-17Hurd: #define away madvise for malloc code, fix previous commit.Thomas Schwinge1-1/+4
2012-02-16s390: Convert to crt[in].S.Richard Henderson6-299/+290
2012-02-16Add O_FSYNC define to sparc just like other platforms.David S. Miller1-0/+1
2012-02-16Merge branch 'master' of git://sources.redhat.com/git/glibcKaz Kojima1-1/+5
2012-02-16Add SH target specific crti.S and crtn.S and remove initfini files.Kaz Kojima3-152/+175
2012-02-16Move sparc away from the deprecated inifini.c scheme.David S. Miller5-8/+151
2012-02-15Hurd: #define away madvise for malloc code.Roland McGrath1-1/+5
2012-02-15Include sys/param.h in getcwd.c.Mike Frysinger1-2/+2
2012-02-15Split architecture-specific parts of sys/signalfd.h into bits/signalfd.h.Joseph Myers4-51/+38
2012-02-14Provide crt[in].S for x86-64.Marek Polacek2-70/+88