aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-21 * misc/getauxval.c (__getauxval): Use unsigned long int.Richard Henderson3-4/+11
* misc/sys/auxv.h: Include <sys/cdefs.h>. (getauxval): Use unsigned long int.
2012-05-21Set MALLOC_ALIGNMENT to at least __alignof__ (long double) for new ABIs.Roland McGrath2-11/+22
2012-05-21PowerPC: ULPs updateAdhemerval Zanella2-12/+50
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-21Fix spelling of Steven MunroeAndreas Jaeger1-1/+1
2012-05-20We no longer have foo.s files in the tree.David S. Miller1-1/+1
* Makerules (sysd-rules): Remove .s from asm.
2012-05-20Add <sys/auxv.h> and getauxval.Richard Henderson24-61/+326
2012-05-19Update powerpc ULPs for ccos, csin, ccosh, csinh tests.Adhemerval Zanella2-0/+160
2012-05-19Update sparc ULPs for ccos, csin, ccosh, csinh tests.David S. Miller2-0/+294
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers14-64/+801
2012-05-19Add 64-bit preadv.c and pwritev.cH.J. Lu3-0/+149
2012-05-19Add a comment to sysdeps/x86_64/x32/_itoa.hH.J. Lu2-0/+5
2012-05-19Use __syscall_slong_t in bits/timex.hH.J. Lu2-23/+29
2012-05-19Remove sysdeps/powerpc/soft-fp.Joseph Myers32-1182/+34
2012-05-19Delete unused csu/.gitignoreAndreas Jaeger2-1/+4
2012-05-18Fix INSTALL description for modified files in source dirAndreas Jaeger3-4/+11
2012-05-18Use RAX_LP and "or" to operate on return valueH.J. Lu3-5/+12
2012-05-18[PowerPC] Remove -ftree-loop-linear from MakefilesTulio Magno Quites Machado Filho5-6/+18
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. Lu2-0/+5
2012-05-18Check d_ino/d_off before using getdents syscallH.J. Lu2-3/+16
2012-05-18Check _ITOA_NEEDED and use _ITOA_WORD_TYPEH.J. Lu2-5/+11
2012-05-18Fold copyright yearsH.J. Lu5-4/+10
2012-05-18Add x32 support to x86_64/bits/sigcontext.hH.J. Lu2-30/+38
2012-05-18Use anonymous union in x86_64/sys/user.hH.J. Lu2-8/+15
2012-05-18Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab8-17/+53
2012-05-18Fix undefined reference to _dl_prof_resolve in profiled libcAndreas Schwab2-4/+15
2012-05-18Do not provide inlines for GCC build-in functionsAndreas Jaeger2-2/+26
2012-05-17Use __syscall_ulong_t in pselect.cH.J. Lu2-4/+7
2012-05-17Add __fsword_t and use it in bits/statfs.hH.J. Lu9-12/+38
2012-05-17Bump sha512c-test.c timeout for the sake of 32-bit sparc.David S. Miller2-1/+5
* crypt/sha512c-test.c (TIMEOUT): Increase to 32.
2012-05-17Fix warningAndreas Jaeger2-1/+6
Fixes: tst-relsort1.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
2012-05-17Cast to unsigned longH.J. Lu2-1/+5
2012-05-17Fix warnings on Linux/i686Andreas Jaeger4-5/+16
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 Metcalf2-1/+5
The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core.
2012-05-17Add tst-mallocalign1H.J. Lu3-0/+81
2012-05-17BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell9-31/+181
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 Metcalf7-0/+53
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 Jaeger3-3/+18
2012-05-16Fold copyright yearsH.J. Lu8-9/+17
2012-05-16For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov3-38/+59
2012-05-16BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath6-15/+198
2012-05-16BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.Roland McGrath7-7/+67
2012-05-16Remove redundant ChangeLog header lines.Roland McGrath1-30/+0
2012-05-16Use __syscall_slong_t in bits/mqueue.hH.J. Lu2-6/+13
2012-05-16Add x32 suppport to x86_64/bits/stat.hH.J. Lu2-21/+30
2012-05-16Add x86-64 bits/typesizes.hH.J. Lu2-0/+78
2012-05-16Add x86_64/bits/ipctypes.hH.J. Lu2-0/+37
2012-05-16Use __syscall_ulong_t in bits/ipc.hH.J. Lu2-3/+8
2012-05-16Add x32 support to sys/ucontext.hH.J. Lu2-7/+15
2012-05-16Add x32 support to <sys/user.h>H.J. Lu2-42/+56
2012-05-16Add x32 gmp-mparam.hH.J. Lu2-0/+37