about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* We no longer have foo.s files in the tree.David S. Miller2012-05-201-1/+1
| | | | * Makerules (sysd-rules): Remove .s from asm.
* Add <sys/auxv.h> and getauxval.Richard Henderson2012-05-2024-61/+326
|
* Update powerpc ULPs for ccos, csin, ccosh, csinh tests.Adhemerval Zanella2012-05-192-0/+160
|
* Update sparc ULPs for ccos, csin, ccosh, csinh tests.David S. Miller2012-05-192-0/+294
|
* Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers2012-05-1914-64/+801
|
* Add 64-bit preadv.c and pwritev.cH.J. Lu2012-05-193-0/+149
|
* Add a comment to sysdeps/x86_64/x32/_itoa.hH.J. Lu2012-05-192-0/+5
|
* Use __syscall_slong_t in bits/timex.hH.J. Lu2012-05-192-23/+29
|
* Remove sysdeps/powerpc/soft-fp.Joseph Myers2012-05-1932-1182/+34
|
* Delete unused csu/.gitignoreAndreas Jaeger2012-05-192-1/+4
|
* Fix INSTALL description for modified files in source dirAndreas Jaeger2012-05-183-4/+11
|
* Use RAX_LP and "or" to operate on return valueH.J. Lu2012-05-183-5/+12
|
* [PowerPC] Remove -ftree-loop-linear from MakefilesTulio Magno Quites Machado Filho2012-05-185-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.
* Add sysdeps/x86_64/x32/_itoa.hH.J. Lu2012-05-182-0/+5
|
* Check d_ino/d_off before using getdents syscallH.J. Lu2012-05-182-3/+16
|
* Check _ITOA_NEEDED and use _ITOA_WORD_TYPEH.J. Lu2012-05-182-5/+11
|
* Fold copyright yearsH.J. Lu2012-05-185-4/+10
|
* Add x32 support to x86_64/bits/sigcontext.hH.J. Lu2012-05-182-30/+38
|
* Use anonymous union in x86_64/sys/user.hH.J. Lu2012-05-182-8/+15
|
* Avoid runtime GOT relocations in ld.so on powerpcAndreas Schwab2012-05-188-17/+53
|
* Fix undefined reference to _dl_prof_resolve in profiled libcAndreas Schwab2012-05-182-4/+15
|
* Do not provide inlines for GCC build-in functionsAndreas Jaeger2012-05-182-2/+26
|
* Use __syscall_ulong_t in pselect.cH.J. Lu2012-05-172-4/+7
|
* Add __fsword_t and use it in bits/statfs.hH.J. Lu2012-05-179-12/+38
|
* Bump sha512c-test.c timeout for the sake of 32-bit sparc.David S. Miller2012-05-172-1/+5
| | | | * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
* Fix warningAndreas Jaeger2012-05-172-1/+6
| | | | | | Fixes: tst-relsort1.c:6:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
* Cast to unsigned longH.J. Lu2012-05-172-1/+5
|
* Fix warnings on Linux/i686Andreas Jaeger2012-05-174-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]
* Bump up stdio bug22 timeout from 30 seconds to 60 secondsChris Metcalf2012-05-172-1/+5
| | | | | The older Tilera platform (tilepro) needs just a hair over 30 seconds to run this on one core.
* Add tst-mallocalign1H.J. Lu2012-05-173-0/+81
|
* BZ#14059: Fix AVX and FMA4 detection.Carlos O'Donell2012-05-179-31/+181
| | | | | Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features.
* math: support platforms with limited FP rounding or exception supportChris Metcalf2012-05-177-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.
* Avoid compiler warnings in qsort/bsearch examplesAndreas Jaeger2012-05-173-3/+18
|
* Fold copyright yearsH.J. Lu2012-05-168-9/+17
|
* For [BZ #208], accumulate malloc stats over all arenas.Paul Pluzhnikov2012-05-163-38/+59
|
* BZ#10375: Configure magic to use -fno-stack-protector if needed.Roland McGrath2012-05-166-15/+198
|
* BZ#10375: Configure magic to use -U_FORTIFY_SOURCE if needed.Roland McGrath2012-05-167-7/+67
|
* Remove redundant ChangeLog header lines.Roland McGrath2012-05-161-30/+0
|
* Use __syscall_slong_t in bits/mqueue.hH.J. Lu2012-05-162-6/+13
|
* Add x32 suppport to x86_64/bits/stat.hH.J. Lu2012-05-162-21/+30
|
* Add x86-64 bits/typesizes.hH.J. Lu2012-05-162-0/+78
|
* Add x86_64/bits/ipctypes.hH.J. Lu2012-05-162-0/+37
|
* Use __syscall_ulong_t in bits/ipc.hH.J. Lu2012-05-162-3/+8
|
* Add x32 support to sys/ucontext.hH.J. Lu2012-05-162-7/+15
|
* Add x32 support to <sys/user.h>H.J. Lu2012-05-162-42/+56
|
* Add x32 gmp-mparam.hH.J. Lu2012-05-162-0/+37
|
* Add x32 ffsH.J. Lu2012-05-162-0/+8
|
* Update Texinfo version requirement.Joseph Myers2012-05-165-11/+18
|
* Update __STDC_ISO_10646__.Joseph Myers2012-05-162-2/+7
|
* Add x32 support to x86_64/bits/shm.hH.J. Lu2012-05-162-22/+30
|