aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-19Change Implies to shell scripthjl/impliesH.J. Lu
2012-07-19Support conditional implied directoryH.J. Lu
2012-07-19S/390: Fix uc_link == NULL handling for makecontextAndreas Krebbel
2012-07-19S/390: Add support for STT_GNU_IFUNC symbols.Andreas Krebbel
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 Poyarekar
2012-07-18Add missing CL entry.Marek Polacek
2012-07-17Remove TLS configure check for MIPS.Joseph Myers
2012-07-17Remove TLS configure check for ARM.Joseph Myers
2012-07-18Fix a few typos.Marek Polacek
2012-07-17Remove TLS configure checks.Marek Polacek
2012-07-17tile: exit with status zero on makecontext return with NULL uc_linkChris Metcalf
2012-07-17tile: update libm test ULPsChris Metcalf
2012-07-17Move tile c++-types baselines to sysdeps directories.Chris Metcalf
2012-07-17Add c++-types information for MIPS.Joseph Myers
2012-07-17Move c++-types baselines to sysdeps directories.Joseph Myers
2012-07-17Split tls-macros.h into sysdeps directories.Joseph Myers
2012-07-17SH: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge
2012-07-17x86_64: makecontext: exit (0) if uc_link is the null pointer.Thomas Schwinge
2012-07-17setcontext: Clarify termination when uc_link is the null pointer.Thomas Schwinge
2012-07-16m68k: add support for {get,make,set,swap}contextAndreas Schwab
2012-07-16Fix bug-getcontext testAndreas Schwab
2012-07-16Update from translation teamAndreas Jaeger
2012-07-15conformtest: Update expectations for string.h.Joseph Myers
2012-07-13Update from french translation teamAndreas Jaeger
2012-07-12Fix ynl return value with LDBL_MIN.Marek Polacek
2012-07-12Remove pre-2.4.1 Linux kernel support.Joseph Myers
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel
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 Kuvyrkov
2012-07-11Translation team update for fr.po/sv.poAndreas Jaeger
2012-07-11Update from translation team: fr.poAndreas Jaeger
2012-07-11Fix ctan, ctanh of subnormals in round-upwards mode (bug 14328).Adhemerval Zanella
IBM long double fixes and POWER ulps update.
2012-07-11Update sparc ULPs.David S. Miller
* sysdeps/sparc/fpu/libm-test-ulps: Update.
2012-07-10Fix LOG_MAKEPRI to agree with BSDAndreas Schwab
2012-07-10tile: correct typo in commentChris Metcalf
2012-07-10tile: Convert ASM_GLOBAL_DIRECTIVE to .globlChris Metcalf
2012-07-10Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.Joseph Myers
2012-07-10Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek
2012-07-09m68k: update libm test ULPsAndreas Schwab
2012-07-09BZ#14336: Manual spelling fixes.Roland McGrath
2012-07-09Fix clog, clog10 spurious underflow exceptions (bug 14337).Joseph Myers
2012-07-07Update NEWSAndreas Schwab
2012-07-06Fix float range reduction problems (#14283)Andreas Schwab
2012-07-06Fix missing _mcount@GLIBC_2.0 on powerpc32Andreas Schwab
2012-07-06Fix tanf underflow close to pi/4 (bug 14154).Joseph Myers
2012-07-06Do not store data below the stack pointer on MIPS.Petar Jovanovic
2012-07-06Fix expm1 spurious underflow exceptions (bug 6778).Joseph Myers
2012-07-06sunrpc: fix rpc bootstrap buildsMike Frysinger
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 Myers
2012-07-05Fix csqrt underflow (bugs 14157, 14331).Joseph Myers
2012-07-04Adapt tst-catgets to changes in tst-gettextAndreas Schwab