summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move localplt baselines to sysdeps directories.Joseph Myers2012-07-2020-12/+60
|
* Fix tst-pthread-getattr test caseSiddhesh Poyarekar2012-07-202-12/+50
| | | | | | | | | | | | | | In some cases, the compiler would optimize out the call to allocate_and_test and thus result in a false positive for the test case. Another problem was the fact that the compiler could in some cases generate additional shifting of the stack pointer, resulting in alloca moving the stack pointer beyond what is allowed by the rlimit. Hence, accessing the stackaddr returned by pthread_getattr_np is safer than relying on the alloca'd result. Another problem is when RLIMIT may be very large, which may result in violation of other resource limits. Hence we cap the max stack size to 8M for this test.
* Split tls-macros.h in sysdeps directories.Adhemerval Zanella2012-07-194-135/+140
| | | | Split PowerPC definitions in PPC32 and PPC64 headers.
* S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel2012-07-197-20/+104
|
* S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel2012-07-1922-103/+1218
| | | | | | Add support for STT_GNU_IFUNC symbols and the new R_390_IRELATIVE relocation. Provide optimized version of memcpy, memset, and memcmp for z10 and z196.
* Fix comment that describes sighandler_setxidSiddhesh Poyarekar2012-07-192-1/+8
|
* Add missing CL entry.Marek Polacek2012-07-181-0/+2
|
* Remove TLS configure check for MIPS.Joseph Myers2012-07-173-147/+3
|
* Remove TLS configure check for ARM.Joseph Myers2012-07-173-61/+3
|
* Fix a few typos.Marek Polacek2012-07-181-4/+4
|
* Remove TLS configure checks.Marek Polacek2012-07-1718-873/+21
|
* tile: exit with status zero on makecontext return with NULL uc_linkChris Metcalf2012-07-172-1/+7
|
* tile: update libm test ULPsChris Metcalf2012-07-172-0/+118
|
* Move tile c++-types baselines to sysdeps directories.Chris Metcalf2012-07-174-0/+77
|
* Add c++-types information for MIPS.Joseph Myers2012-07-174-0/+210
|
* Move c++-types baselines to sysdeps directories.Joseph Myers2012-07-1721-14/+64
|
* Split tls-macros.h into sysdeps directories.Joseph Myers2012-07-1710-737/+730
|
* SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2012-07-172-1/+5
|
* x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2012-07-172-2/+8
|
* setcontext: Clarify termination when uc_link is the null pointer.Thomas Schwinge2012-07-173-2/+13
|
* m68k: add support for {get,make,set,swap}contextAndreas Schwab2012-07-167-0/+397
|
* Fix bug-getcontext testAndreas Schwab2012-07-162-5/+25
|
* Update from translation teamAndreas Jaeger2012-07-162-1217/+1397
|
* conformtest: Update expectations for string.h.Joseph Myers2012-07-152-3/+18
|
* Update from french translation teamAndreas Jaeger2012-07-132-2/+6
|
* Fix ynl return value with LDBL_MIN.Marek Polacek2012-07-124-3/+15
|
* Remove pre-2.4.1 Linux kernel support.Joseph Myers2012-07-128-80/+58
|
* Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel2012-07-124-9/+26
| | | | | | | | | | | | | | | | limit [BZ #14307] * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of the temporary buffer used to invoke __gethostbyname2_r, __gethostbyaddr_r and gethostbyname4_r to make room for struct host_data / struct gaih_addrtuple. * resolv/nss_dns/dns-host.c (global scope): Move definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to header file nss/nsswitch.h. * nss/nsswitch.h (global scope): Add definition of implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from resolv/nss_dns/dns-host.c).
* Rewrite MIPS' atomic.h to use __atomic_* builtins.Maxim Kuvyrkov2012-07-112-43/+185
|
* Translation team update for fr.po/sv.poAndreas Jaeger2012-07-113-1239/+1391
|
* Update from translation team: fr.poAndreas Jaeger2012-07-112-1200/+1379
|
* Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella2012-07-114-23/+331
| | | | IBM long double fixes and POWER ulps update.
* Update sparc ULPs.David S. Miller2012-07-112-0/+453
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Fix LOG_MAKEPRI to agree with BSDAndreas Schwab2012-07-103-3/+9
|
* tile: correct typo in commentChris Metcalf2012-07-102-1/+4
|
* tile: Convert ASM_GLOBAL_DIRECTIVE to .globlChris Metcalf2012-07-102-1/+6
|
* Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.Joseph Myers2012-07-102-1/+6
|
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-1033-256/+229
|
* m68k: update libm test ULPsAndreas Schwab2012-07-092-2/+312
|
* BZ#14336: Manual spelling fixes.Roland McGrath2012-07-093-5/+14
|
* Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers2012-07-0911-55/+474
|
* Update NEWSAndreas Schwab2012-07-071-1/+1
|
* Fix float range reduction problems (#14283)Andreas Schwab2012-07-062-2/+6
|
* Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab2012-07-064-2/+27
|
* Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers2012-07-065-3/+86
|
* Do not store data below the stack pointer on MIPS.Petar Jovanovic2012-07-062-2/+8
|
* Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers2012-07-069-45/+140
|
* sunrpc: fix rpc bootstrap buildsMike Frysinger2012-07-062-1/+5
| | | | | | | | | | | | | | | | | | If you build & install glibc w/rpc disabled, you no longer have headers in /usr/include/rpc/ (this is expected). But if you try to build glibc w/rpc enabled, this gets into a bad state due to the new rpc helpers that get cross-compiled: $ make ... x86_64-pc-linux-gnu-gcc -m32 -D_RPC_THREAD_SAFE_ -D_GNU_SOURCE -DIS_IN_build \ -include $objdir/config.h rpc_clntout.c -o $objdir/sunrpc/cross-rpc_clntout.o \ -MMD -MP -MF $objdir/sunrpc/cross-rpc_clntout.o.dt -MT $objdir/sunrpc/cross-rpc_clntout.o -c rpc_clntout.c:34:23: fatal error: rpc/types.h: No such file or directory compilation terminated. make: *** [$objdir/sunrpc/cross-rpc_clntout.o] Error 1 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Add ARM-specific static-stubs.c.Joseph Myers2012-07-052-0/+11
|
* Fix csqrt underflow (bugs 14157, 14331).Joseph Myers2012-07-058-25/+166
|