aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-07-19Split tls-macros.h in sysdeps directories.Adhemerval Zanella4-135/+140
Split PowerPC definitions in PPC32 and PPC64 headers.
2012-07-19S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel7-20/+104
2012-07-19S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel22-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.
2012-07-19Fix comment that describes sighandler_setxidSiddhesh Poyarekar2-1/+8
2012-07-18Add missing CL entry.Marek Polacek1-0/+2
2012-07-17Remove TLS configure check for MIPS.Joseph Myers3-147/+3
2012-07-17Remove TLS configure check for ARM.Joseph Myers3-61/+3
2012-07-18Fix a few typos.Marek Polacek1-4/+4
2012-07-17Remove TLS configure checks.Marek Polacek18-873/+21
2012-07-17tile: exit with status zero on makecontext return with NULL uc_linkChris Metcalf2-1/+7
2012-07-17tile: update libm test ULPsChris Metcalf2-0/+118
2012-07-17Move tile c++-types baselines to sysdeps directories.Chris Metcalf4-0/+77
2012-07-17Add c++-types information for MIPS.Joseph Myers4-0/+210
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers21-14/+64
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers10-737/+730
2012-07-17SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2-1/+5
2012-07-17x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge2-2/+8
2012-07-17setcontext: Clarify termination when uc_link is the null pointer.Thomas Schwinge3-2/+13
2012-07-16m68k: add support for {get,make,set,swap}contextAndreas Schwab7-0/+397
2012-07-16Fix bug-getcontext testAndreas Schwab2-5/+25
2012-07-16Update from translation teamAndreas Jaeger2-1217/+1397
2012-07-15conformtest: Update expectations for string.h.Joseph Myers2-3/+18
2012-07-13Update from french translation teamAndreas Jaeger2-2/+6
2012-07-12Fix ynl return value with LDBL_MIN.Marek Polacek4-3/+15
2012-07-12Remove pre-2.4.1 Linux kernel support.Joseph Myers8-80/+58
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel4-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).
2012-07-11Rewrite MIPS' atomic.h to use __atomic_* builtins.Maxim Kuvyrkov2-43/+185
2012-07-11Translation team update for fr.po/sv.poAndreas Jaeger3-1239/+1391
2012-07-11Update from translation team: fr.poAndreas Jaeger2-1200/+1379
2012-07-11Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella4-23/+331
IBM long double fixes and POWER ulps update.
2012-07-11Update sparc ULPs.David S. Miller2-0/+453
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2012-07-10Fix LOG_MAKEPRI to agree with BSDAndreas Schwab3-3/+9
2012-07-10tile: correct typo in commentChris Metcalf2-1/+4
2012-07-10tile: Convert ASM_GLOBAL_DIRECTIVE to .globlChris Metcalf2-1/+6
2012-07-10Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.Joseph Myers2-1/+6
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek33-256/+229
2012-07-09m68k: update libm test ULPsAndreas Schwab2-2/+312
2012-07-09BZ#14336: Manual spelling fixes.Roland McGrath3-5/+14
2012-07-09Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers11-55/+474
2012-07-07Update NEWSAndreas Schwab1-1/+1
2012-07-06Fix float range reduction problems (#14283)Andreas Schwab2-2/+6
2012-07-06Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab4-2/+27
2012-07-06Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers5-3/+86
2012-07-06Do not store data below the stack pointer on MIPS.Petar Jovanovic2-2/+8
2012-07-06Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers9-45/+140
2012-07-06sunrpc: fix rpc bootstrap buildsMike Frysinger2-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>
2012-07-05Add ARM-specific static-stubs.c.Joseph Myers2-0/+11
2012-07-05Fix csqrt underflow (bugs 14157, 14331).Joseph Myers8-25/+166
2012-07-04Adapt tst-catgets to changes in tst-gettextAndreas Schwab4-105/+79
2012-07-04Fix tst-gettext testAndreas Schwab4-53/+55