Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hppa: Fix ChangeLog format issues. | Carlos O'Donell | 2012-11-29 | 1 | -5/+5 |
| | | | | Remove trailing whitespace and canonicalize path names. | ||||
* | Update ChangeLog and NEWS for BZ #14197. | Carlos O'Donell | 2012-11-29 | 2 | -9/+10 |
| | |||||
* | hppa: Remove socket.h and implement socket_type.h. | Carlos O'Donell | 2012-11-29 | 3 | -444/+58 |
| | |||||
* | hppa: Cleanup two build warnings for integer to pointers casts. | Carlos O'Donell | 2012-11-29 | 4 | -18/+23 |
| | |||||
* | Fix a strict-alias warning in tst-inet6_rth. | Roland McGrath | 2012-11-29 | 2 | -5/+13 |
| | |||||
* | [BZ #13761] | Jeff Law | 2012-11-29 | 3 | -19/+43 |
| | | | | | | * nscd/grpcache.c (cache_addgr): Rename alloca_used to dataset_temporary. Track alloca usage into alloca_used. If dataset is large allocate and release it via malloc/free. | ||||
* | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer | 2012-11-29 | 2 | -0/+7 |
| | | | | * debug/test-strcpy_chk.c: Mention __chk_fail ABI test. | ||||
* | tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.c | Chris Metcalf | 2012-11-29 | 2 | -4/+5 |
| | |||||
* | hppa: Add BZ#14447 to NEWS and ChangeLog.hppa. | Carlos O'Donell | 2012-11-29 | 2 | -8/+9 |
| | |||||
* | aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag. | Marcus Shawcroft | 2012-11-29 | 2 | -0/+49 |
| | | | | | | | | | Use the new FLAG_AARCH64_LIB64 ldconfig cache tag for AArch64, similarly to the way tags are handled for other architectures. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Marcus Shawcroft <marcus.shawcroft@linaro.org> | ||||
* | Fix abmon December entry in ia_FR | Nik Kalach | 2012-11-29 | 2 | -1/+3 |
| | | | | * locales/ia_FR (abmon): Fix December. | ||||
* | Add Interlingua locale | Nik Kalach | 2012-11-29 | 4 | -3/+150 |
| | | | | | | [BZ#14879] * locales/ia_FR : New file * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. | ||||
* | Update sparc ULPs for recently added pow tests. | David S. Miller | 2012-11-28 | 2 | -0/+29 |
| | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update. | ||||
* | Use hex float 64-bit values in ldbl-96 asinl (bug 14803). | Joseph Myers | 2012-11-28 | 3 | -6/+19 |
| | |||||
* | [BZ #14889] | Jeff Law | 2012-11-28 | 7 | -3/+127 |
| | | | | | | | | | | * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype. * sunrpc/svc.c: Include time.h. (__svc_accept_failed): New function. * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for any reason other than EINTR, call __svc_accept_failed. * sunrpc/svc_udp.c (svcudp_recv): Similarly. * sunrpc/svc_unix.c (rendezvous_request): Similarly. | ||||
* | Add more NEWS items for 2.17. | Joseph Myers | 2012-11-28 | 1 | -0/+10 |
| | |||||
* | Properly handle indirect functions in ABI check on powerpc64 | Andreas Schwab | 2012-11-28 | 2 | -1/+6 |
| | |||||
* | Revert "2012-11-07 Andreas Jaeger <aj@suse.de>" | Andreas Schwab | 2012-11-28 | 3 | -28/+3 |
| | | | | | | This reverts commit 01f34a3bd8c087ca4be0bd24857e454c8d29f20b. The issue has been fixed in the kernel. | ||||
* | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | 2012-11-28 | 9 | -74/+334 |
| | |||||
* | Fix hashtable size calculation when database has exactly one record | Siddhesh Poyarekar | 2012-11-28 | 2 | -3/+13 |
| | | | | The hash function needs a hashtable of at least size 3 or greater. | ||||
* | Make fwrite return 0 on EOF | Siddhesh Poyarekar | 2012-11-28 | 5 | -11/+86 |
| | |||||
* | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | 2012-11-26 | 8 | -13/+67 |
| | |||||
* | Fix strict-aliasing warnings from unwind-dw2-fde.c. | Joseph Myers | 2012-11-27 | 2 | -9/+26 |
| | |||||
* | sotruss: fix argument parsing | Andreas Schwab | 2012-11-26 | 2 | -2/+6 |
| | |||||
* | m68k/cf: fix copying frame in _dl_runtime_profile | Andreas Schwab | 2012-11-25 | 2 | -1/+4 |
| | |||||
* | m68k: add sotruss-lib.c | Andreas Schwab | 2012-11-25 | 2 | -0/+55 |
| | |||||
* | Fix C++ header directory detection for non-standard paths. | Adam Conrad | 2012-11-24 | 3 | -12/+15 |
| | | | | | | Stop assuming specific path layouts for C++ headers, and instead use an autodetection method that looks for paths with '/[cg]++' in the g++ include list. | ||||
* | use $(READELF) rather than readelf | Mike Frysinger | 2012-11-23 | 4 | -2/+10 |
| | | | | | | | | We setup $(READELF) and use it everywhere, so fix the two places that were using readelf directly. Reported-by: Denis M. <god@politeia.in> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Update powerpc libm-test ULPs | Andreas Schwab | 2012-11-23 | 2 | -0/+45 |
| | |||||
* | Disable some fma tests for ldbl-128ibm. | Joseph Myers | 2012-11-22 | 2 | -0/+13 |
| | |||||
* | Fix ldbl-128ibm atanl spurious underflows (bug 14871). | Joseph Myers | 2012-11-22 | 4 | -1/+30 |
| | |||||
* | Mark unwind-dw2-fde-glibc.c variable possibly unused. | Joseph Myers | 2012-11-22 | 2 | -2/+7 |
| | |||||
* | Fix sign of inexact zero results for ldbl-128ibm fmal. | Joseph Myers | 2012-11-22 | 2 | -1/+11 |
| | |||||
* | Fix ldbl-128ibm powl spurious underflows. | Joseph Myers | 2012-11-22 | 2 | -1/+10 |
| | |||||
* | Fix ldbl-128ibm hypotl internal underflows (bug 14869). | Joseph Myers | 2012-11-22 | 4 | -2/+10 |
| | |||||
* | Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868). | Joseph Myers | 2012-11-22 | 4 | -2/+9 |
| | |||||
* | Mark some clog / clog10 underflows as expected for IBM long double. | Joseph Myers | 2012-11-22 | 2 | -4/+8 |
| | |||||
* | Fix expm1l spurious underflows for ldbl-128ibm. | Joseph Myers | 2012-11-22 | 2 | -1/+6 |
| | |||||
* | Update i386 libm-test ULPs | Andreas Schwab | 2012-11-22 | 2 | -6/+16 |
| | |||||
* | test-multiarch: terminate printf output with newline | Pino Toscano | 2012-11-22 | 2 | -1/+6 |
| | |||||
* | aarch64: Re-generate libm-test-ulps. | Marcus Shawcroft | 2012-11-22 | 2 | -0/+49 |
| | |||||
* | Fix comment in niu_NU | Andreas Jaeger | 2012-11-22 | 2 | -1/+5 |
| | |||||
* | Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822). | Joseph Myers | 2012-11-22 | 4 | -2/+13 |
| | |||||
* | m68k: fix return value of lll_futex_timed_wait_bitset | Andreas Schwab | 2012-11-21 | 2 | -1/+7 |
| | |||||
* | Avoid $(shell) in determining default ARM ABI. | Joseph Myers | 2012-11-21 | 4 | -16/+20 |
| | |||||
* | Fix szl_PL locale | Andreas Jaeger | 2012-11-21 | 2 | -1/+3 |
| | | | | * locales/szl_PL (LC_COLLATE): Fix syntax error. | ||||
* | Fix typo for ayc_PE | Andreas Jaeger | 2012-11-21 | 2 | -1/+5 |
| | | | | * SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry. | ||||
* | Add locales niu_NU and niu_NZ | Chris Leonard | 2012-11-21 | 5 | -1/+400 |
| | | | | | | | | | | | | | 2012-11-21 Chris Leonard <cjl@sugarlabs.org> [BZ #14863] * SUPPORTED: Add niu_NU and niu_NZ. * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>. * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>. | ||||
* | Properly check linker -z XXX support | H.J. Lu | 2012-11-21 | 5 | -121/+126 |
| | |||||
* | Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866). | Joseph Myers | 2012-11-21 | 3 | -1/+17 |
| |