aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Make mantissa type configurableSiddhesh Poyarekar5-60/+165
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
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
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
2013-03-12Fix up log entry.Roland McGrath1-6/+2
2013-03-12ia64: fix set-but-unused warnings with syscallsMike Frysinger2-2/+11
2013-03-12ia64: fix strict aliasing warnings with libm errorMike Frysinger2-58/+81
2013-03-12ia64: fix strict aliasing warnings with func descriptorsMike Frysinger5-13/+34
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
2013-03-10ia64: fix NEED_DL_SYSINFO_DSO conditionalsMike Frysinger2-23/+13
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
2013-03-08PowerPC: unify math_ldbl.h implementationsAdhemerval Zanella5-168/+34
2013-03-08Consolidate copies of mp code in powerpcSiddhesh Poyarekar7-221/+15
2013-03-07arm: Implement armv6 optimized string routinesRichard Henderson8-0/+707
2013-03-07AARCH64: Use <bits/mman-linux.h>Andreas Jaeger2-73/+8
2013-03-07Install <bits/mman-linux.h>Andreas Jaeger2-1/+7
2013-03-07Merge powerpc slowexp.c into generic codeSiddhesh Poyarekar6-133/+21
2013-03-07Merge powerpc slowpow.c into generic codeSiddhesh Poyarekar6-186/+29
2013-03-07Use an intermediate variable to sum exponents in powerpc __mul and __sqrSiddhesh Poyarekar3-10/+19
2013-03-07Use generic mpa.c code for everything except __mul and __sqrSiddhesh Poyarekar4-1256/+19
2013-03-07Remove PIPE_BUF Linux-specific codeSiddhesh Poyarekar6-28/+190
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka13-763/+1306