aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)AuthorFilesLines
2013-04-19ARM: Macroize assembly use of EABI unwind directives.Roland McGrath3-15/+31
2013-04-18MicroBlaze PortDavid Holsgrove101-0/+12503
2013-04-11m68k: update libm test ULPsAndreas Schwab2-4/+3600
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge17-0/+121
2013-03-26ARM: fix preconfigure.Mans Rullgard3-2/+7
2013-03-21Use LIBC_CONFIG_VAR for MIPS default-abi setting.Joseph Myers4-5/+11
2013-03-20Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers4-7/+14
2013-03-19aarch64: Move rtld link to /libAndreas Schwab3-0/+8
2013-03-18ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R...Roland McGrath3-9/+38
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge1-8/+8
2013-03-15Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge2-1/+5
2013-03-15ARM: sfi_sp assembler macroRoland McGrath3-1/+9
2013-03-15ARM: sfi_breg assembler macroRoland McGrath18-189/+404
2013-03-14aarch64: use lib64 as default lib and slib directoryAndreas Schwab3-0/+31
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-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-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 extra pthread_atfork compat symbolsAndreas Schwab10-6/+28
2013-03-10ia64: makecontext: fix signed warningsMike Frysinger2-2/+7
2013-03-10ia64: fix NEED_DL_SYSINFO_DSO conditionalsMike Frysinger2-23/+13
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-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger2-72/+9
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
2013-03-06arm: Introduce and use NEGOFF series of macrosRichard Henderson6-14/+43
2013-03-06arm: Introduce and use LDST_PCRELRichard Henderson5-24/+47
2013-03-06Sync with Linux 3.8Andreas Jaeger11-2/+35