Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Remove unused variable from sem_post.c. | Joseph Myers | 2012-11-21 | 2 | -1/+5 |
| | |||||
* | Remove unused variable from pthread_cond_timedwait.c. | Joseph Myers | 2012-11-21 | 2 | -5/+10 |
| | |||||
* | Cast to uintptr_t in MIPS jmpbuf-unwind.h. | Joseph Myers | 2012-11-21 | 2 | -1/+4 |
| | |||||
* | Check supported DF_1_XXX bits | H.J. Lu | 2012-11-21 | 4 | -0/+33 |
| | |||||
* | aarch64: Fix lll_futex_timed_wait_bitset return value sign. | Marcus Shawcroft | 2012-11-21 | 2 | -1/+6 |
| | | | | | The implementation of lll_futex_timed_wait_bitset should not be negating the futex syscall return value on error. | ||||
* | aarch64: Remove weak_aliasx macro. | Marcus Shawcroft | 2012-11-21 | 6 | -10/+14 |
| | |||||
* | aarch64: Remove support for NO_LONG_DOUBLE. | Marcus Shawcroft | 2012-11-21 | 6 | -25/+8 |
| | |||||
* | aarch64: Indent preprocessor directives. | Marcus Shawcroft | 2012-11-21 | 7 | -35/+44 |
| | |||||
* | aarch64: Use range in copyright years. | Marcus Shawcroft | 2012-11-21 | 31 | -30/+63 |
| | |||||
* | aarch64: Rename .x files to .c | Marcus Shawcroft | 2012-11-21 | 15 | -14/+33 |
| | |||||
* | aarch64: Don't use K&R C | Marcus Shawcroft | 2012-11-21 | 6 | -13/+13 |
| | |||||
* | Add sotruss-lib.c for MIPS. | Joseph Myers | 2012-11-21 | 2 | -0/+121 |
| | |||||
* | tile: update libm-test-ulps for new tests | Chris Metcalf | 2012-11-20 | 2 | -0/+36 |
| | |||||
* | tile: Fix __bswap_64 return type in tile bits/byteswap.h | Chris Metcalf | 2012-11-20 | 2 | -1/+6 |
| | |||||
* | tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.c | Chris Metcalf | 2012-11-20 | 2 | -4/+5 |
| | |||||
* | m68k: Remove indirection through weak_aliasx | Andreas Schwab | 2012-11-20 | 15 | -51/+47 |
| | |||||
* | Document syscall signature prefixes in sysdep/unix/make-syscalls.sh | Carlos O'Donell | 2012-11-20 | 2 | -2/+18 |
| | |||||
* | sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS. | Thomas Schwinge | 2012-11-20 | 2 | -2/+5 |
| | | | | Fixes fallout from commit 2e64d2659d3edaebc792ac596a9863f1626e5c25. | ||||
* | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | 2012-11-20 | 13 | -60/+147 |
| | |||||
* | Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl. | Joseph Myers | 2012-11-20 | 3 | -2/+8 |
| |