about summary refs log tree commit diff
path: root/ports/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* hppa: Cleanup libm-test-ulps.Carlos O'Donell2013-05-151-420/+0
* hppa: Update libm-test-ulpsCarlos O'Donell2013-05-151-15/+4164
* hppa: Fix _FPU_GETCW and _FPU_SETCW.Carlos O'Donell2013-05-151-2/+2
* Stop ARM setjmp/longjmp saving/restoring fpscr (bug 14908).Joseph Myers2013-05-143-13/+3
* ARM: Make multiarch memcpy always use NEON when compiler doesRoland McGrath2013-05-134-11/+31
* [AArch64] Fix out of range branch from ioctl() and clone()Marcus Shawcroft2013-05-122-4/+3
* ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.Will Newton2013-05-089-0/+854
* ARM: Rewrite elf_machine_dynamic in pure C.Roland McGrath2013-05-071-21/+4
* ARM: Add missing sfi_breg prefix in _dl_tlsdesc_dynamic code.Roland McGrath2013-05-061-0/+1
* ARM: Macroize assembly use of EABI unwind directives.Roland McGrath2013-04-192-15/+24
* MicroBlaze PortDavid Holsgrove2013-04-18100-0/+12402
* m68k: update libm test ULPsAndreas Schwab2013-04-111-4/+3596
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-0215-0/+113
* ARM: fix preconfigure.Mans Rullgard2013-03-262-2/+2
* Use LIBC_CONFIG_VAR for MIPS default-abi setting.Joseph Myers2013-03-213-5/+3
* Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers2013-03-203-7/+6
* aarch64: Move rtld link to /libAndreas Schwab2013-03-192-0/+2
* ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R...Roland McGrath2013-03-182-9/+28
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-151-8/+8
* Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge2013-03-151-1/+0
* ARM: sfi_sp assembler macroRoland McGrath2013-03-152-1/+6
* ARM: sfi_breg assembler macroRoland McGrath2013-03-1517-189/+381
* aarch64: use lib64 as default lib and slib directoryAndreas Schwab2013-03-142-0/+25
* ARM_BX_ALIGN_LOG2Roland McGrath2013-03-133-12/+59
* ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.Roland McGrath2013-03-131-0/+6
* ARM: Support avoiding pc as destination register.Roland McGrath2013-03-133-2/+60
* ARM: Make armv6t2 memchr implementation usable without Thumb.Roland McGrath2013-03-121-2/+23
* ARM: Change register allocation in armv6t2 memchr implementation.Roland McGrath2013-03-121-15/+15
* ia64: fix set-but-unused warnings with syscallsMike Frysinger2013-03-121-2/+5
* ia64: fix strict aliasing warnings with libm errorMike Frysinger2013-03-121-58/+57
* ia64: fix strict aliasing warnings with func descriptorsMike Frysinger2013-03-124-13/+22
* Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers2013-03-114-0/+12
* ARM: Consolidate setjmp details in include/bits/setjmp.h file.Roland McGrath2013-03-115-10/+20
* ARM: Convert string/ assembly to unified syntax.Roland McGrath2013-03-114-40/+48
* ARM: Use r10 instead of r9.Roland McGrath2013-03-112-18/+18
* AM33: Use <bits/mman.h>Andreas Jaeger2013-03-111-61/+2
* Use <bits/mman.h> on ia64Andreas Jaeger2013-03-111-74/+2
* Clean up ARM preconfigure.Roland McGrath2013-03-112-46/+104
* Remove extra pthread_atfork compat symbolsAndreas Schwab2013-03-116-6/+0
* ia64: makecontext: fix signed warningsMike Frysinger2013-03-101-2/+2
* ia64: fix NEED_DL_SYSINFO_DSO conditionalsMike Frysinger2013-03-101-23/+4
* arm: Implement armv6 optimized string routinesRichard Henderson2013-03-077-0/+697
* AARCH64: Use <bits/mman-linux.h>Andreas Jaeger2013-03-071-73/+3
* Use <bits/mman-linux.h> for MIPSAndreas Jaeger2013-03-061-72/+5
* arm: Add optimized add_n and sub_nRichard Henderson2013-03-062-0/+86
* arm: Add optimized submul_1Richard Henderson2013-03-061-0/+68
* arm: Add optimized addmul_1Richard Henderson2013-03-061-0/+67
* arm: Add optimized ffs for armv6t2Richard Henderson2013-03-062-0/+85
* arm: Implement hard-tp for GET_TLSRichard Henderson2013-03-063-11/+24
* arm: Tidy architecture selectionRichard Henderson2013-03-062-8/+38