Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conformtest: Add test data for fenv.h. | Joseph Myers | 2012-11-02 | 4 | -1/+44 |
| | |||||
* | conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8. | Joseph Myers | 2012-11-02 | 3 | -2/+8 |
| | |||||
* | conformtest: Fix sys/wait.h expectations for struct rusage. | Joseph Myers | 2012-11-02 | 2 | -1/+4 |
| | |||||
* | Make math.h FP_* macros usable in #if (bug 3439). | Joseph Myers | 2012-11-02 | 2 | -10/+25 |
| | |||||
* | Fix printf format mismatches | Andreas Schwab | 2012-11-02 | 3 | -2/+8 |
| | |||||
* | Require an exact Autoconf version. | Roland McGrath | 2012-11-02 | 3 | -1/+18 |
| | |||||
* | Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+. | Tulio Magno Quites Machado Filho | 2012-11-02 | 2 | -3/+14 |
| | | | | | | Adapts __ppc_get_timebase to the upcoming GCC 4.8 that provides __builtin_ppc_get_timebase. Building applicationns with previous versions of GCC will continue to use the internal implementation. | ||||
* | Test _ISOMAC in include/sys/syslog.h. | Joseph Myers | 2012-11-02 | 2 | -0/+7 |
| | |||||
* | Fix LC_IDENTIFICATION in fi_FI@euro | Marko Myllynen | 2012-11-02 | 3 | -4/+10 |
| | |||||
* | PowerPC: Fix uc_link == NULL handling for makecontex. | Andreas Schwab | 2012-11-01 | 2 | -15/+20 |
| | | | | | If the function registered with makecontext returns with a NULL context link the process should exit with zero, not non-zero. | ||||
* | PowerPC: Remove unnecessary -mnew-mnemonics. | Tulio Magno Quites Machado Filho | 2012-11-01 | 2 | -4/+4 |
| | |||||
* | Update test-gencat.sh and tst-langinfo.sh | H.J. Lu | 2012-11-01 | 3 | -5/+11 |
| | |||||
* | Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S. | Sebastan Andrzej Siewior | 2012-11-01 | 2 | -0/+9 |
| | |||||
* | Fix build of test cases on GNU Hurd that are statically linked. | Thomas Schwinge | 2012-11-01 | 2 | -3/+10 |
| | |||||
* | Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO). | Thomas Schwinge | 2012-11-01 | 2 | -1/+3 |
| | |||||
* | Remove PowerPC sysdep files for GNU Hurd and GNU Mach. | Thomas Schwinge | 2012-11-01 | 15 | -1501/+5 |
| | |||||
* | check-local-headers: ignore c++ headers | Andreas Schwab | 2012-11-01 | 2 | -1/+5 |
| | |||||
* | Regenerate all configure scripts. | Thomas Schwinge | 2012-11-01 | 2 | -2/+4 |
| | |||||
* | Change type of constant to avoid a warning. | Thomas Schwinge | 2012-11-01 | 2 | -1/+6 |
| | | | | Warning has been introduced in commit 7583a88d1c7170caad26966bcea8bfc2c92093ba. | ||||
* | Fix fma (a, b, c) for small a * b (bugs 14784, 14785). | Joseph Myers | 2012-11-01 | 6 | -13/+368 |
| | |||||
* | Fix a compilation error in the Hurd's bits/param.h. | Thomas Schwinge | 2012-11-01 | 2 | -3/+5 |
| | | | | | Introduced in the unification in commit e66a42f57fd20d1c7bbdc5f7937831d13bcf709b. | ||||
* | Convert alpha to use <bits/fcntl-linux.h> | Andreas Jaeger | 2012-11-01 | 2 | -228/+19 |
| | |||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Thomas Schwinge | 2012-11-01 | 2 | -0/+10 |
| | | | | Change missing from commit 6e6249d0b461b952d0f544792372663feb6d792a. | ||||
* | Build SH backtrace with -funwind-tables. | Joseph Myers | 2012-11-01 | 2 | -0/+9 |
| | |||||
* | Build en_US.UTF-8 locale for testing. | Joseph Myers | 2012-11-01 | 2 | -1/+5 |
| | |||||
* | Correct checking for mmap failure. | Thomas Schwinge | 2012-11-01 | 2 | -1/+5 |
| | |||||
* | Fix powerpc abilist sort order | Andreas Schwab | 2012-10-31 | 5 | -3/+15 |
| | |||||
* | Correct order of entries in powerpc libc.abilist files. | Tulio Magno Quites Machado Filho | 2012-10-31 | 3 | -2/+9 |
| | |||||
* | Update powerpc libm ULPs | Andreas Schwab | 2012-10-31 | 2 | -20/+424 |
| | |||||
* | Fix ldbl-128ibm atan2l for x near 1. | Joseph Myers | 2012-10-31 | 4 | -3/+12 |
| | |||||
* | Document general use of test-wrapper and test-wrapper-env. | Joseph Myers | 2012-10-31 | 3 | -0/+26 |
| | |||||
* | Remove 'Contributed' line, glibc is not using them anymore. | Steve Ellcey | 2012-10-31 | 1 | -2/+0 |
| | |||||
* | Remove trailing white spaces. | Steve Ellcey | 2012-10-31 | 1 | -5/+5 |
| | |||||
* | 2012-10-31 Steve Ellcey <sellcey@mips.com> | Steve Ellcey | 2012-10-31 | 3 | -243/+609 |
| | | | | | | * sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make it work in 32 or 64 bit modes. * sysdeps/mips/mips64/memcpy.S: Remove. | ||||
* | Fix fma underflow exceptions in after-rounding edge cases. | Joseph Myers | 2012-10-31 | 5 | -0/+159 |
| | |||||
* | Use sysdeps/x86/tininess.h for i386 and x86_64 | H.J. Lu | 2012-10-30 | 3 | -1/+6 |
| | |||||
* | Fix ChangeLog date for commit 09dec6c37e3cd967f62795320703647f24545e3e | Ryan S. Arnold | 2012-10-30 | 1 | -1/+1 |
| | |||||
* | Support cross-testing for elf/tst-array*. | Joseph Myers | 2012-10-30 | 2 | -24/+27 |
| | |||||
* | Correct cacheline size to 32-bytes for ppc405 memset.S (bug 14595). | Ryan S. Arnold | 2012-10-30 | 4 | -8/+171 |
| | | | | | This patch also creates a version of memset.S for the ppc476 processor which uses a 128-byte cacheline size for dcbz insns. | ||||
* | check-local-headers: Ignore <arch> headers | Chris Metcalf | 2012-10-30 | 1 | -1/+2 |
| | | | | | | | The tile architecture's Linux port installs headers in an <arch> directory; these headers are in part shared with glibc. Ignore these headers for check-local-headers like we ignore all the other Linux headers. | ||||
* | Invoke DL_AFTER_LOAD if defined | Chris Metcalf | 2012-10-30 | 5 | -5/+15 |
| | | | | | | | | | | | This hook is useful for any arch-specific functionality that should be done on loaded objects. For the tile architecture, the hook is already provided (though we switch to using the new macro name with this commit) and implements a simulator notifier so that the simulator can load Elf symbols to match the object and generate better error messages for PC's. Also, remove a spurious definition of DL_UNMAP in dl-runtime.c | ||||
* | Suppress incorrect link warnings for NSS symbols | Chris Metcalf | 2012-10-30 | 8 | -9/+28 |
| | | | | | | | | | When glibc is built with --enable-static-nss, the warning that using NSS symbols requires the nss shared objects to be present is no longer true, as those symbols are built into libc. Suppress the warning for those symbols by providing a new macro (nss_interface_function) for the NSS functions that is defined as static_link_warning in the normal case, and empty for static NSS. | ||||
* | tile: improve ABI and #include use in gettimeofday vdso support | Chris Metcalf | 2012-10-30 | 3 | -4/+7 |
| | |||||
* | tile: update libm-test-ulps for new tests | Chris Metcalf | 2012-10-30 | 2 | -2/+54 |
| | |||||
* | Fix nptl/tst-cancel7 for non-bash shells. | Aurelien Jarno | 2012-10-30 | 2 | -1/+6 |
| | |||||
* | Update Russian translation | Andreas Jaeger | 2012-10-30 | 2 | -27/+32 |
| | |||||
* | Fix fma missing underflows and bad results for some subnormal results (bugs ↵ | Joseph Myers | 2012-10-30 | 6 | -53/+105 |
| | | | | 14152, 14783). | ||||
* | Fix strtod handling of underflow (bug 14047). | Joseph Myers | 2012-10-30 | 21 | -13/+434 |
| | |||||
* | [BZ#14767] Remove tests for have-initfini-array in elf/Makefile | Andreas Jaeger | 2012-10-30 | 3 | -13/+13 |
| | | | | | | | | * elf/Makefile (tests): Remove conditional for have-initfini-array since this is now always required and the variable does not exist anymore. (tests-static): Likewise. (modules-names): Likewise. | ||||
* | Add Esperanto translation | Andreas Jaeger | 2012-10-30 | 2 | -1/+6995 |
| |