aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge12-681/+700
2013-03-15Enable tests for x86_64, too, which currently are enabled only for x86.Thomas Schwinge3-2/+6
2013-03-15Fix copy'n'pastos.Thomas Schwinge3-3/+6
2013-03-15Remove unused declarations.Thomas Schwinge2-3/+5
Added in commit f83af095b6fc49de3914f4426202171341783277, and forgotten to be removed in commit 76f2646f3dbe45d3ed53a0c73fa52f1595306b35.
2013-03-15Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge2-1/+5
Follow-up to commit 664a9ce4ca40feabff781fff044c93a43ae15b59.
2013-03-15Revert configurable mantissa patchSiddhesh Poyarekar5-148/+67
Reverts d22ca8cdfb98001d03772ef264b244930d439b3f since it is severely broken on 32-bit.
2013-03-15Reverting wrong commit.Adhemerval Zanella1-0/+42
Restore sysdeps/gnu/configure wrongly modified on ef26eece6331a1f6d959818e37c438cc7ce68e53.
2013-03-15ARM: sfi_sp assembler macroRoland McGrath3-1/+9
2013-03-15ARM: sfi_breg assembler macroRoland McGrath18-189/+404
2013-03-15PowerPC: gettimeofday optimization by using IFUNCAdhemerval Zanella4-54/+53
2013-03-15Framework for performance benchmarking of functionsSiddhesh Poyarekar9-2/+278
See benchtests/Makefile to know how to use it.
2013-03-15Make mantissa type configurableSiddhesh Poyarekar5-60/+165
This allows the default mantissa to be integral, with powerpc overriding it to take advantage of its FPUs.
2013-03-15Modify threads in nptl cindex to pthreadsSiddhesh Poyarekar2-1/+5
2013-03-15Regenerate sysdeps/x86_64/preconfigure.Joseph Myers2-120/+4
2013-03-14Fix spurious underflow exceptions for Bessel functions for double (bug 14155).Joseph Myers4-8/+23
2013-03-14aarch64: use lib64 as default lib and slib directoryAndreas Schwab3-0/+31
2013-03-14Add nptl manual chapterSiddhesh Poyarekar4-2/+51
This adds the base chapter for POSIX threads and also documentation for thread-specific data, along with a note on its interaction with C++11 thread_local variables.
2013-03-14Fix formatting in last changeSiddhesh Poyarekar2-1/+5
2013-03-14Fix __times() handling of EFAULT when buf is NULLPetr Baudis2-4/+12
2013-03-13ARM_BX_ALIGN_LOG2Roland McGrath4-12/+63
2013-03-13ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.Roland McGrath2-0/+9
2013-03-13ARM: Support avoiding pc as destination register.Roland McGrath4-2/+67
2013-03-13Don't build .os objects of static-only-routines for extra libsAndreas Schwab2-1/+11
2013-03-12Include atomic.h in generic lowlevellock.c.Carlos O'Donell2-1/+5
2013-03-13Update zic from tzcode 2013b.Joseph Myers2-2/+8
2013-03-12Remove mention of i386-pc-linux-gnu.Carlos O'Donell3-7/+18
The GNU C Library does not support building for i386 therefore we remove mention of this configuration from the INSTALL file.
2013-03-12ARM: Make armv6t2 memchr implementation usable without Thumb.Roland McGrath2-2/+26
2013-03-12ARM: Change register allocation in armv6t2 memchr implementation.Roland McGrath2-15/+20
2013-03-12Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for ↵Roland McGrath7-0/+131
gcrt1.o
2013-03-12Fix up log entry.Roland McGrath1-6/+2
2013-03-12ia64: fix set-but-unused warnings with syscallsMike Frysinger2-2/+11
These macros often set up a variable that later macros sometimes do not use. Add unused attribute to avoid that. Similarly, the ia64 code tends to check the err field rather than the val (which is opposite of most arches) leading to the same kind of warning. Replace this with a dummy reference. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-03-12ia64: fix strict aliasing warnings with libm errorMike Frysinger2-58/+81
The current code declares double constants by using a char buffer and then casting the pointer to a different type. This makes the aliasing logic unhappy. Change it to use a union instead to avoid that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-03-12ia64: fix strict aliasing warnings with func descriptorsMike Frysinger5-13/+34
Function pointers on ia64 are like parisc -- they're plabels. While the parisc port enjoys a gcc builtin for extracting the address here, ia64 has no such luck. Casting & dereferencing in one go triggers a strict aliasing warning. Use a union to fix that. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-03-11Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers5-0/+21
2013-03-11ARM: Consolidate setjmp details in include/bits/setjmp.h file.Roland McGrath6-10/+28
2013-03-11ARM: Convert string/ assembly to unified syntax.Roland McGrath5-40/+53
2013-03-11ARM: Use r10 instead of r9.Roland McGrath3-18/+21
2013-03-11AM33: Use <bits/mman.h>Andreas Jaeger2-61/+7
2013-03-11Use <bits/mman.h> on ia64Andreas Jaeger2-74/+7
2013-03-11Clean up ARM preconfigure.Roland McGrath3-46/+109
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka10-198/+24
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab14-8/+38
2013-03-10ia64: makecontext: fix signed warningsMike Frysinger2-2/+7
The ia64_rse_is_rnat_slot func expects an unsigned pointer, but we're passing in a signed pointer. The signness doesn't matter here, so convert it to unsigned. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-03-10ia64: fix NEED_DL_SYSINFO_DSO conditionalsMike Frysinger2-23/+13
The recent change to clean up these defines missed the ia64 logic. Update it accordingly. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-03-08Set LC_ALL=C before sed.Paul Pluzhnikov2-2/+7
2013-03-08Add dependency tracking for preconfigure files.Roland McGrath2-1/+10
2013-03-08Remove __malloc_ptr_t.Joseph Myers6-36/+62
2013-03-08Use ISO C prototype for __default_morecore.Joseph Myers2-2/+3
2013-03-08Remove __malloc_ptrdiff_t.Joseph Myers3-4/+5
2013-03-08Remove __malloc_size_t.Joseph Myers4-23/+39