aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-04[BZ #5246] Conditionalize use of PTR_DEMANGLE.Thomas Schwinge
2012-11-04Fix fma overflow results outside round-to-nearest mode (bug 14797).Joseph Myers
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge
2012-11-04[BZ #11638] has been fixed.Thomas Schwinge
In commit bea9b19322c77265033a068ac60c95a37e798a80 already.
2012-11-04generic paths.h: remove old paths from _PATH_STDPATHPino Toscano
Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH, since they seem to be part only of old BSDs, Solaris and HP-UX.
2012-11-04Fix small indendation issues in paths.h filesPino Toscano
2012-11-03Fix coding style in sparc lowlevellock.hDavid S. Miller
nptl/ * sysdeps/unix/sysv/linux/sparc/lowlevellock.h (BUSY_WAIT_NOP): Add missing spaces. (__cpu_relax): Likewise.
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-11-03tile: Account for new tests (missed test-double changes)Chris Metcalf
2012-11-03elf.h: add new tilegx relocations (copy from binutils trunk)Chris Metcalf
2012-11-03Make cross-test-ssh.sh compatible with a remote POSIX shAndreas Schwab
2012-11-02Compile x86 rtld with -mno-sse -mno-mmxH.J. Lu
2012-11-02conformtest: Add test data for fenv.h.Joseph Myers
2012-11-02conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.Joseph Myers
2012-11-02conformtest: Fix sys/wait.h expectations for struct rusage.Joseph Myers
2012-11-02Make math.h FP_* macros usable in #if (bug 3439).Joseph Myers
2012-11-02Fix printf format mismatchesAndreas Schwab
2012-11-02Require an exact Autoconf version.Roland McGrath
2012-11-02Direct __ppc_get_timebase to __builtin_ppc_get_timebase for GCC 4.8+.Tulio Magno Quites Machado Filho
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.
2012-11-02Test _ISOMAC in include/sys/syslog.h.Joseph Myers
2012-11-02Fix LC_IDENTIFICATION in fi_FI@euroMarko Myllynen
2012-11-01PowerPC: Fix uc_link == NULL handling for makecontex.Andreas Schwab
If the function registered with makecontext returns with a NULL context link the process should exit with zero, not non-zero.
2012-11-01PowerPC: Remove unnecessary -mnew-mnemonics.Tulio Magno Quites Machado Filho
2012-11-01Update test-gencat.sh and tst-langinfo.shH.J. Lu
2012-11-01Put __NO_FPRS__ around floating point opcodes in powerpc32/dl-trampoline.S.Sebastan Andrzej Siewior
2012-11-01Fix build of test cases on GNU Hurd that are statically linked.Thomas Schwinge
2012-11-01Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).Thomas Schwinge
2012-11-01Remove PowerPC sysdep files for GNU Hurd and GNU Mach.Thomas Schwinge
2012-11-01check-local-headers: ignore c++ headersAndreas Schwab
2012-11-01Regenerate all configure scripts.Thomas Schwinge
2012-11-01Change type of constant to avoid a warning.Thomas Schwinge
Warning has been introduced in commit 7583a88d1c7170caad26966bcea8bfc2c92093ba.
2012-11-01Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers
2012-11-01Fix a compilation error in the Hurd's bits/param.h.Thomas Schwinge
Introduced in the unification in commit e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.
2012-11-01Convert alpha to use <bits/fcntl-linux.h>Andreas Jaeger
2012-11-01BZ#14743: Move clock_* symbols from librt to libc.Thomas Schwinge
Change missing from commit 6e6249d0b461b952d0f544792372663feb6d792a.
2012-11-01Build SH backtrace with -funwind-tables.Joseph Myers
2012-11-01Build en_US.UTF-8 locale for testing.Joseph Myers
2012-11-01Correct checking for mmap failure.Thomas Schwinge
2012-10-31Fix powerpc abilist sort orderAndreas Schwab
2012-10-31Correct order of entries in powerpc libc.abilist files.Tulio Magno Quites Machado Filho
2012-10-31Update powerpc libm ULPsAndreas Schwab
2012-10-31Fix ldbl-128ibm atan2l for x near 1.Joseph Myers
2012-10-31Document general use of test-wrapper and test-wrapper-env.Joseph Myers
2012-10-31Remove 'Contributed' line, glibc is not using them anymore.Steve Ellcey
2012-10-31Remove trailing white spaces.Steve Ellcey
2012-10-312012-10-31 Steve Ellcey <sellcey@mips.com>Steve Ellcey
* sysdeps/mips/memcpy.S: Add prefetching and more unrolling, make it work in 32 or 64 bit modes. * sysdeps/mips/mips64/memcpy.S: Remove.
2012-10-31Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers
2012-10-30Use sysdeps/x86/tininess.h for i386 and x86_64H.J. Lu
2012-10-30Fix ChangeLog date for commit 09dec6c37e3cd967f62795320703647f24545e3eRyan S. Arnold