summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Collapse)AuthorFilesLines
2012-05-21Add x32 llseek.SH.J. Lu3-15/+85
2012-05-21Rename __WORDSIZE_COMPAT32 to __WORDSIZE_TIME64_COMPAT32H.J. Lu8-12/+11
2012-05-21Fix warnings in wcschr-c.cAndreas Jaeger1-3/+9
Fixes: In file included from ../sysdeps/i386/i686/multiarch/wcschr-c.c:8:0: ../wcsmbs/wcschr.c:26:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] ../wcsmbs/wcschr.c:37:1: warning: data definition has no type or storage class [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: type defaults to ‘int’ in declaration of ‘__hidden_ver1’ [enabled by default] ../wcsmbs/wcschr.c:37:1: warning: parameter names (without types) in function declaration [enabled by default]
2012-05-21x32: Don't lose high bits of %rbp in setjmp/longjmp mangling/demangling.Roland McGrath3-10/+33
2012-05-21Define __SYSCALL_WORDSIZE for x86-64H.J. Lu2-2/+8
2012-05-21Add x32 syscalls.listH.J. Lu1-0/+6
2012-05-21PowerPC: ULPs updateAdhemerval Zanella1-12/+46
Adjustments for libm ulps added with commit d8b82cad1b525bdcbfff88d218c7c45032e4a3af, 495fd99f3a119e5c0c542ccc6cf9c93b1fb9e892, and 5ba3cc691c856e5c67a7d4cd4713f20a79f7ba81. I also adjusted some exp10 ulps definition that was higher than needed.
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson16-53/+185
2012-05-19Update powerpc ULPs for ccos, csin, ccosh, csinh tests.Adhemerval Zanella1-0/+156
2012-05-19Update sparc ULPs for ccos, csin, ccosh, csinh tests.David S. Miller1-0/+290
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers2-0/+331
2012-05-19Add 64-bit preadv.c and pwritev.cH.J. Lu2-0/+146
2012-05-19Add a comment to sysdeps/x86_64/x32/_itoa.hH.J. Lu1-0/+1
2012-05-19Use __syscall_slong_t in bits/timex.hH.J. Lu1-23/+24
2012-05-19Remove sysdeps/powerpc/soft-fp.Joseph Myers31-1182/+0
2012-05-18Use RAX_LP and "or" to operate on return valueH.J. Lu2-5/+5
2012-05-18[PowerPC] Remove -ftree-loop-linear from MakefilesTulio Magno Quites Machado Filho4-6/+6
In the past the "-ftree-loop-linear" switch provided a measurable improvement in performance for certain functions. At some point it was assigned as the responsibility of Graphite in GCC. It has been found that even with Graphite enabled these flags no longer perform any appreciable improvement over the baseline. Graphite now has some open bugs which need to be fixed in order for it to provide measurable performance improvements but it lacks active development. As a result some compiler distributors may disable Graphite. If Graphite is disabled then building GLIBC will fail if the "-ftree-loop-linear" switch is used. This patch removes the use of "-ftree-loop-linear" as unnecessary.
2012-05-18Add sysdeps/x86_64/x32/_itoa.hH.J. Lu1-0/+3
2012-05-18Check d_ino/d_off before using getdents syscallH.J. Lu1-3/+12
2012-05-18Fold copyright yearsH.J. Lu4-4/+4
2012-05-18Add x32 support to x86_64/bits/sigcontext.hH.J. Lu1-30/+32
2012-05-18Use anonymous union in x86_64/sys/user.hH.J. Lu1-8/+10
2012-05-18Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab7-17/+39
2012-05-18Fix undefined reference to _dl_prof_resolve in profiled libcAndreas Schwab1-4/+9
2012-05-18Do not provide inlines for GCC build-in functionsAndreas Jaeger1-2/+5
2012-05-17Use __syscall_ulong_t in pselect.cH.J. Lu1-4/+4
2012-05-17Add __fsword_t and use it in bits/statfs.hH.J. Lu6-12/+17
2012-05-17Cast to unsigned longH.J. Lu1-1/+1
2012-05-17Fix warnings on Linux/i686Andreas Jaeger1-1/+3
Fixes: ../sysdeps/i386/dl-machine.h:336:30: warning: unused variable ‘refsym’ [-Wunused-variable] rtld.c:1435:3: warning: implicit declaration of function ‘_dl_discover_osversion’ [-Wimplicit-function-declaration]
2012-05-17Add tst-mallocalign1H.J. Lu2-0/+76
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell7-30/+150
Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features.
2012-05-16Fold copyright yearsH.J. Lu4-4/+4
2012-05-16Use __syscall_slong_t in bits/mqueue.hH.J. Lu1-6/+8
2012-05-16Add x32 suppport to x86_64/bits/stat.hH.J. Lu1-21/+21
2012-05-16Add x86-64 bits/typesizes.hH.J. Lu1-0/+74
2012-05-16Add x86_64/bits/ipctypes.hH.J. Lu1-0/+33
2012-05-16Use __syscall_ulong_t in bits/ipc.hH.J. Lu1-3/+3
2012-05-16Add x32 support to sys/ucontext.hH.J. Lu1-7/+6
2012-05-16Add x32 support to <sys/user.h>H.J. Lu1-42/+46
2012-05-16Add x32 gmp-mparam.hH.J. Lu1-0/+33
2012-05-16Add x32 ffsH.J. Lu1-0/+4
2012-05-16Add x32 support to x86_64/bits/shm.hH.J. Lu1-22/+21
2012-05-16Add x32 support to x86_64/bits/sem.hH.J. Lu1-6/+6
2012-05-16Add x32 support to x86_64/bits/msq.hH.J. Lu1-10/+9
2012-05-16Check __x86_64__ in x86_64/bits/a.out.hH.J. Lu1-3/+1
2012-05-16Add x86-64 <bits/siginfo.h>H.J. Lu1-0/+330
2012-05-16Add dummy files for x32H.J. Lu2-0/+2
2012-05-16Check __x86_64__ in x86-64 sys/reg.hH.J. Lu1-3/+2
2012-05-16Add x32 support to sys/procfs.hH.J. Lu1-2/+6
2012-05-16Use ULL suffix on DR_CONTROL_RESERVEDH.J. Lu1-4/+3