Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor ChangeLog formatting fix | Siddhesh Poyarekar | 2012-12-08 | 1 | -1/+1 | |
| | ||||||
* | BZ #14833: message.texi typo fixes | Benno Schulenberg | 2012-12-08 | 3 | -12/+19 | |
| | ||||||
* | [BZ #14898] | Andreas Schwab | 2012-12-07 | 3 | -2/+8 | |
| | | | | | * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]: Change to -1. | |||||
* | Update libc.pot in preparation for giving tarball to translation project. | David S. Miller | 2012-12-07 | 2 | -450/+462 | |
| | | | | * po/libc.pot: Update. | |||||
* | soft-fp: Fix used without set warning in _FP_MUL and _FP_DIV | Richard Henderson | 2012-12-07 | 2 | -2/+8 | |
| | | | | | | | | | | | | | Seen in, e.g. ports/sysdeps/alpha/soft-fp/ots_mul.c. The problem here is we have a switch on the class of X*Y, followed by a switch on the class of R. The exponent field of R really is not set by the first switch for NaN outputs, because we know it's not going to be used. The compiler is not smart enough to see through this. By pulling the exponent computation out of the NORMAL*NORMAL path, we will not be pessimizing the most common case, while still providing an arbitrary value to satisfy the compiler. | |||||
* | alpha: Fix redefinition of __isnanl macro warning | Richard Henderson | 2012-12-07 | 1 | -3/+0 | |
| | | | | | | | | | | In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition. | |||||
* | alpha: Fix redefinition of __isnanl macro warning | Richard Henderson | 2012-12-07 | 1 | -0/+2 | |
| | | | | | | | | | | In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition. | |||||
* | alpha: Avoid builtin warning for isnanf | Richard Henderson | 2012-12-07 | 2 | -0/+7 | |
| | ||||||
* | aarch64: Regenerate libm-test-ulps. | Marcus Shawcroft | 2012-12-07 | 2 | -0/+30 | |
| | ||||||
* | aarch64: Resolve sc_err and _x0 defined but not used warnings. | Marcus Shawcroft | 2012-12-07 | 2 | -2/+5 | |
| | ||||||
* | aarch64: Resolve implict cast warning. | Marcus Shawcroft | 2012-12-07 | 2 | -1/+5 | |
| | ||||||
* | aarch64: Resolve strtab defined but not used warning. | Marcus Shawcroft | 2012-12-07 | 2 | -7/+6 | |
| | ||||||
* | linux: posix_fadvise: support __NR_fadvise64_64 | Mike Frysinger | 2012-12-06 | 2 | -2/+17 | |
| | | | | | | | | Some arches do not have a __NR_fadvise64 but do have __NR_fadvise64_64. If the former is unavailable, fallback to the latter. Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
* | Fix ChangeLog formatting for arm and aarch64 | Adam Conrad | 2012-12-06 | 2 | -3/+3 | |
| | ||||||
* | Fix warnings from generic _FPU_GETCW | Chris Metcalf | 2012-12-06 | 2 | -3/+10 | |
| | ||||||
* | Change sources.redhat.com references to sourceware.org. | Joseph Myers | 2012-12-06 | 7 | -6/+21 | |
| | ||||||
* | Fix the order of my ChangeLog entries | Siddhesh Poyarekar | 2012-12-06 | 1 | -3/+3 | |
| | ||||||
* | Fix "set but not used" warnings for powerpc64 | Siddhesh Poyarekar | 2012-12-06 | 2 | -3/+5 | |
| | ||||||
* | Add newline to last test in stdio-common/tst-put-error.c | Siddhesh Poyarekar | 2012-12-06 | 2 | -1/+16 | |
| | | | | | The newline ensures that the buffer is flushed and the test executes as expected. | |||||
* | * sunrpc/etc.rpc (fedfs_admin): Add entry. | Jeff Law | 2012-12-05 | 2 | -0/+5 | |
| | ||||||
* | Ports-related README updates. | Joseph Myers | 2012-12-05 | 4 | -13/+17 | |
| | ||||||
* | Expand LICENSES file. | Joseph Myers | 2012-12-05 | 2 | -3/+251 | |
| | ||||||
* | Fix "set but not used" warnings for X##_s in soft-fp. | Joseph Myers | 2012-12-05 | 2 | -2/+7 | |
| | ||||||
* | Include stdlib.h in sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c. | Joseph Myers | 2012-12-05 | 2 | -0/+3 | |
| | ||||||
* | Increase width of padded output in stdio-common/tst-put-error. | Joseph Myers | 2012-12-05 | 2 | -1/+6 | |
| | ||||||
* | Specify powerpc-nofpu fegetexceptflag return type. | Joseph Myers | 2012-12-05 | 2 | -1/+7 | |
| | ||||||
* | Fix typo in ChangeLog.mips. | Joseph Myers | 2012-12-04 | 1 | -1/+1 | |
| | ||||||
* | Fix warnings from MIPS soft-float _FPU_GETCW. | Joseph Myers | 2012-12-04 | 2 | -4/+10 | |
| | ||||||
* | Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h. | Joseph Myers | 2012-12-04 | 2 | -1/+3 | |
| | ||||||
* | Remove unused variable from powerpc sem_post.c. | Joseph Myers | 2012-12-04 | 2 | -2/+8 | |
| | ||||||
* | Fix ldbl-128ibm "set but not used" warnings. | Joseph Myers | 2012-12-04 | 6 | -5/+20 | |
| | ||||||
* | Fix sparc build with older compilers. | David S. Miller | 2012-12-04 | 2 | -1/+10 | |
| | | | | * sysdeps/generic/memcopy.h: Add multiple inclusion protection. | |||||
* | Fix "conflicting types for built-in function" warnings from nldbl-*.c. | Joseph Myers | 2012-12-04 | 2 | -0/+199 | |
| | ||||||
* | Fix powerpc32 "set but not used" warnings from INTERNAL_SYSCALL_DECL. | Joseph Myers | 2012-12-04 | 2 | -1/+4 | |
| | ||||||
* | Fix powl inaccuracy for ldbl-128ibm (bug 14914). | Joseph Myers | 2012-12-04 | 3 | -8/+15 | |
| | ||||||
* | aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6 | Marcus Shawcroft | 2012-12-04 | 2 | -1/+8 | |
| | | | | | | | * sysdeps/unix/sysv/linux/aarch64/ldconfig.h: Add entries for /lib/ld-linux.so.3 and /lib/ld-linux-armhf.so.3. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||||
* | aarch64: Tag ARM and AArch64 binaries in the ldconfig cache | Marcus Shawcroft | 2012-12-04 | 2 | -0/+22 | |
| | | | | | | | Add the correct tags for ARM and AArch64 libraries in the ldconfig cache for AArch64. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||||
* | arm: Check for the FLAG_ARM_LIBHF flag in the ldconfig cache | Marcus Shawcroft | 2012-12-04 | 2 | -0/+33 | |
| | | | | Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||||
* | arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6 | Marcus Shawcroft | 2012-12-04 | 2 | -0/+29 | |
| | | | | Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||||
* | arm: Tag ARM and AArch64 binaries in the ldconfig cache. | Marcus Shawcroft | 2012-12-04 | 2 | -0/+77 | |
| | | | | | | | Add the correct tags for ARM and AArch64 libraries in the ldconfig cache for ARM. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||||
* | Remove @hsep and @vsep usage from info pages | Allan McRae | 2012-12-04 | 2 | -1/+6 | |
| | | | | These cause an error when the info pages are build with texinfo>=4.13.90. | |||||
* | * locales/uk_UA (currency_symbol): Fix. | Jeff Law | 2012-12-03 | 2 | -1/+5 | |
| | ||||||
* | byteswap.h: fix gcc ver test for __builtin_bswap{32,64} | Mike Frysinger | 2012-12-03 | 3 | -4/+9 | |
| | | | | | | | | | | | | | | | The __builtin_bswap* functions were introduced in gcc-4.3, not gcc-4.2. Fix the __GNUC_PREREQ tests to reflect this. Otherwise trying to compile code with gcc-4.2 falls down: In file included from /usr/include/endian.h:60, from /usr/include/ctype.h:40, /usr/include/bits/byteswap.h: In function 'unsigned int __bswap_32(unsigned int)': /usr/include/bits/byteswap.h:46: error: '__builtin_bswap32' was not declared in this scope /usr/include/bits/byteswap.h: In function 'long long unsigned int __bswap_64(long long unsigned int)': /usr/include/bits/byteswap.h:110: error: '__builtin_bswap64' was not declared in this scope Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
* | * locales/ks_IN@devanagari: Fix week day names. | Jeff Law | 2012-12-03 | 2 | -4/+8 | |
| | ||||||
* | * time/sys/time.h (settimeofday): Do not mark TV argument | Jeff Law | 2012-12-03 | 2 | -1/+6 | |
| | | | | as __nonnull. | |||||
* | * locales/zh_CH (abmon): Remove whitespace. | Jeff Law | 2012-12-03 | 2 | -5/+9 | |
| | ||||||
* | Remove unneeded linking in nptl testsuite | Allan McRae | 2012-12-03 | 2 | -3/+4 | |
| | ||||||
* | [BZ #12724] libio: revert partial POSIX 2008 fclose support | Mike Frysinger | 2012-12-01 | 4 | -144/+11 | |
| | | | | | | | | | | | In BZ #12724, partial support for POSIX 2008 fclose behavior was added. Since it isn't entirely conforming to the spec, some applications are known to be breaking in this intermediate state. So revert the partial support until we can get things fully implemented. This reverts commit fcabc0f8b185f9e0a9289720be5ede6c39b3bf21. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||||
* | Fix typos in arith.texi. | Joseph Myers | 2012-12-01 | 2 | -2/+7 | |
| | ||||||
* | Fix type-punning warning in powerpc64 gmon-start. | Roland McGrath | 2012-11-30 | 2 | -2/+9 | |
| |