aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-18Do not provide inlines for GCC build-in functionsAndreas Jaeger
2012-05-17Use __syscall_ulong_t in pselect.cH.J. Lu
2012-05-17Add __fsword_t and use it in bits/statfs.hH.J. Lu
2012-05-17Bump sha512c-test.c timeout for the sake of 32-bit sparc.David S. Miller
* crypt/sha512c-test.c (TIMEOUT): Increase to 32.
2012-05-17Fix warningAndreas Jaeger
Fixes: tst-relsort1.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
2012-05-17Cast to unsigned longH.J. Lu
2012-05-17Fix warnings on Linux/i686Andreas Jaeger
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-17Bump up stdio bug22 timeout from 30 seconds to 60 secondsChris Metcalf
The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core.
2012-05-17Add tst-mallocalign1H.J. Lu
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell
Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features.
2012-05-17math: support platforms with limited FP rounding or exception supportChris Metcalf
For some tests, just claim that fetestexcept() always returns true, so the rest of the test can be compiled. For libm-test, provide known bogus values for unsupported rounding modes, so fesetround() will return failure. Elsewhere, just add some #ifdefs to avoid code that uses particular FP exceptions if the exceptions aren't supported.
2012-05-17Avoid compiler warnings in qsort/bsearch examplesAndreas Jaeger
2012-05-16Fold copyright yearsH.J. Lu
2012-05-16For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov
2012-05-16BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath
2012-05-16BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.Roland McGrath
2012-05-16Remove redundant ChangeLog header lines.Roland McGrath
2012-05-16Use __syscall_slong_t in bits/mqueue.hH.J. Lu
2012-05-16Add x32 suppport to x86_64/bits/stat.hH.J. Lu
2012-05-16Add x86-64 bits/typesizes.hH.J. Lu
2012-05-16Add x86_64/bits/ipctypes.hH.J. Lu
2012-05-16Use __syscall_ulong_t in bits/ipc.hH.J. Lu
2012-05-16Add x32 support to sys/ucontext.hH.J. Lu
2012-05-16Add x32 support to <sys/user.h>H.J. Lu
2012-05-16Add x32 gmp-mparam.hH.J. Lu
2012-05-16Add x32 ffsH.J. Lu
2012-05-16Update Texinfo version requirement.Joseph Myers
2012-05-16Update __STDC_ISO_10646__.Joseph Myers
2012-05-16Add x32 support to x86_64/bits/shm.hH.J. Lu
2012-05-16Add x32 support to x86_64/bits/sem.hH.J. Lu
2012-05-16Add x32 support to x86_64/bits/msq.hH.J. Lu
2012-05-16Check __x86_64__ in x86_64/bits/a.out.hH.J. Lu
2012-05-16Add x86-64 <bits/siginfo.h>H.J. Lu
2012-05-16Add dummy files for x32H.J. Lu
2012-05-16Replace long int with __syscall_slong_t in sys/msg.hH.J. Lu
2012-05-16Check __x86_64__ in x86-64 sys/reg.hH.J. Lu
2012-05-16Add x32 support to sys/procfs.hH.J. Lu
2012-05-16Use ULL suffix on DR_CONTROL_RESERVEDH.J. Lu
2012-05-16Add uintptr_t cast to GET_PC/GET_FRAME/GET_STACKH.J. Lu
2012-05-16Use 64bit filesystem functions for x32H.J. Lu
2012-05-16Track dependencies for .oS-only objectsAndreas Schwab
2012-05-16Fix dependency tracking on cross-rpcgen-objsAndreas Schwab
2012-05-15Remove __snseconds_tH.J. Lu
2012-05-15Add __SYSCALL_{S,U}LONG_TYPE to hurd typesizes.hH.J. Lu
2012-05-15Add __syscall_slong_t and __syscall_ulong_tH.J. Lu
2012-05-15Use R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZEH.J. Lu
2012-05-15Remove fallback definitions of __NR_set_robust_list.Joseph Myers
2012-05-15Split up stackguard-macros.h into sysdeps directories.Joseph Myers
2012-05-15Add x86_64 Implies-after filesH.J. Lu
2012-05-15Avoid plain "aligned" attributes in installed headers.Joseph Myers