aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-06-02Move __mcount_internal from GLIBC_PRIVATE to GLIBC_2.16Andreas Schwab3-0/+21
2012-06-01Fix a typo in x86_64 sys/io.hH.J. Lu1-1/+1
2012-06-01Add default-abi definitions for powerpc, s390 and sparc.Joseph Myers6-0/+17
2012-06-01Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64H.J. Lu5-2/+4
2012-06-01Define DR_LEN_8 only if __x86_64__ is definedH.J. Lu1-1/+3
2012-06-01Fix fmod for subnormals (bug 14048).Joseph Myers1-2/+2
2012-06-01Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers3-4/+10
2012-06-01Add a barrier in the double fma implementation.Aurelien Jarno1-1/+3
2012-06-01Use i386 bits/wchar.h for i386 and x86-64H.J. Lu1-0/+0
2012-06-01PowerPC: Fix for POWER7 sinf/cosfAdhemerval Zanella2-4/+6
2012-05-31Support __WORDSIZE == 64 in i386 bits/wchar.hH.J. Lu1-4/+11
2012-05-31Use x86_64 bits/typesizes.h for i386 and x86-64H.J. Lu1-0/+0
2012-05-31Use __SWORD_TYPE for __FSWORD_T_TYPE with -m32H.J. Lu1-1/+2
2012-05-31Use x86_64 bits/siginfo.h for i386 and x86_64H.J. Lu1-0/+0
2012-05-31Use x86_64 bits/stat.h for i386 and x86-64H.J. Lu1-0/+0
2012-05-31Update x86_64 bits/stat.hH.J. Lu1-5/+3
2012-05-31Update sparc ulps after Joseph's math.h fixes.David S. Miller1-9/+0
2012-06-01Sort sysdeps/powerpc/fpu/libm-test-ulpsAndreas Schwab1-166/+163
2012-06-01Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab2-13/+8
2012-05-31Remove space before tab in indentH.J. Lu1-1/+1
2012-05-31Add bits/sysctl.h to sysdep_headersMarkus Trippelsdorf1-1/+1
2012-05-31Use x86_64 bits/sysctl.h for x86-64 and i386H.J. Lu1-0/+0
2012-05-31Use x86_64 sys/{ucontext,user}.h for i386 and x86_64H.J. Lu4-230/+0
2012-05-31Use x86_64 sys/procfs.h for both i386 and x86_64H.J. Lu2-130/+0
2012-05-31Replace addr with __addr in x86_64 sys/io.hH.J. Lu1-19/+22
2012-05-31Use x86_64 bits/mman.h for both i386 and x86_64H.J. Lu2-112/+0
2012-05-31Use x86-64 bits/{msq,sem,shm}.h for i386 and x86-64H.J. Lu3-0/+0
2012-05-31Use x86_64 bits/ipctypes.h for both i386 and x86-64H.J. Lu1-0/+0
2012-05-31Use x86_64 bits/epoll.h for both i386 and x86_64H.J. Lu1-0/+0
2012-05-31Use x86_64 bits/fcntl.h for both i386 and x86_64H.J. Lu2-321/+0
2012-05-31Use x86_64 bits/environments.h for i386 and x86_64H.J. Lu2-67/+0
2012-05-31Use x86_64 bits/a.out.h for both i386 and x86_64H.J. Lu2-3/+0
2012-05-31Add x86-64 support to i386 sys/elf.h and sys/vm86.hH.J. Lu2-5/+13
2012-05-31Avoid performance penalty in sparc optimized memcpy/memset.David S. Miller3-47/+47
2012-05-30Simulate sparc fpu exceptions using real FP ops again in soft-fp.David S. Miller2-30/+68
2012-05-30Use x86_64/bits/xtitypes.h for i386/x86-64H.J. Lu1-0/+0
2012-05-30Use x86_64 bits/wordsize.h for both i386/x86_64H.J. Lu1-0/+0
2012-05-30Use i386 bits/huge_vall.h for i386/x86-64H.J. Lu1-0/+0
2012-05-30Use x86_64 bits/select.h for i386/x86_64H.J. Lu2-54/+0
2012-05-30Use x86_64 bits/setjmp.h for i386/x86_64H.J. Lu2-31/+0
2012-05-30Use x86_64 bits/mathdef.h for i386/x86_64H.J. Lu2-59/+0
2012-05-31Remove use of INTDEF/INTUSE in socketAndreas Schwab6-10/+8
2012-05-30Use x86_64 bits/{link.h,linkmap.h} for i386/x86_64H.J. Lu4-65/+0
2012-05-30Use the same bits/endian.h for i386/x86_64H.J. Lu2-8/+1
2012-05-30Use x86-64 bits/byteswap.h for both i386 and x86_64H.J. Lu6-175/+2
2012-05-30Fix underflow generation in soft-fp.David S. Miller2-2/+4
2012-05-30Use __UWORD_TYPE for __NLINK_T_TYPE with -m32H.J. Lu1-1/+5
2012-05-30alpha: Don't symbol_version syscalls outside libcRichard Henderson1-0/+6
2012-05-30Convert WORDSIZE[32|64]/ld entries to abi-variantsH.J. Lu13-50/+67
2012-05-30Remove __ASSUME_TRUNCATE64_SYSCALL.Joseph Myers5-194/+27