aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka13-1306/+763
2013-03-06T_REMOVEDIR and AT_EACCESS have the same value.Patsy Franklin2-0/+10
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger4-73/+17
2013-03-06arm: Add optimized add_n and sub_nRichard Henderson3-0/+88
2013-03-06arm: Add optimized submul_1Richard Henderson2-0/+69
2013-03-06arm: Add optimized addmul_1Richard Henderson2-0/+68
2013-03-06arm: Add optimized ffs for armv6t2Richard Henderson3-0/+88
2013-03-06arm: Implement hard-tp for GET_TLSRichard Henderson4-11/+30
2013-03-06arm: Tidy architecture selectionRichard Henderson3-8/+45
2013-03-06arm: Unless arm4t, pop return address directly into pcRichard Henderson3-5/+14
2013-03-06arm: Commonize BX conditionalsRichard Henderson4-30/+21
2013-03-06arm: Delete LOADREGS macroRichard Henderson3-5/+4
2013-03-06arm: Use push/pop mnemonicsRichard Henderson20-134/+154
2013-03-06arm: Enable thumb2 mode in assembly filesRichard Henderson2-2/+14
2013-03-06arm: Introduce and use GET_TLSRichard Henderson10-42/+77