aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold6-0/+9
2013-05-15hppa: Cleanup libm-test-ulps.Carlos O'Donell1-420/+0
2013-05-15hppa: Update libm-test-ulpsCarlos O'Donell1-15/+4164
2013-05-15hppa: Fix _FPU_GETCW and _FPU_SETCW.Carlos O'Donell1-2/+2
2013-05-14Stop ARM setjmp/longjmp saving/restoring fpscr (bug 14908).Joseph Myers3-13/+3
2013-05-13ARM: Make multiarch memcpy always use NEON when compiler doesRoland McGrath4-11/+31
2013-05-12[AArch64] Fix out of range branch from ioctl() and clone()Marcus Shawcroft2-4/+3
2013-05-08ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.Will Newton9-0/+854
2013-05-07ARM: Rewrite elf_machine_dynamic in pure C.Roland McGrath1-21/+4
2013-05-06ARM: Add missing sfi_breg prefix in _dl_tlsdesc_dynamic code.Roland McGrath1-0/+1
2013-04-19ARM: Macroize assembly use of EABI unwind directives.Roland McGrath2-15/+24
2013-04-18MicroBlaze PortDavid Holsgrove100-0/+12402
2013-04-11m68k: update libm test ULPsAndreas Schwab1-4/+3596
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge15-0/+113
2013-03-26ARM: fix preconfigure.Mans Rullgard2-2/+2
2013-03-21Use LIBC_CONFIG_VAR for MIPS default-abi setting.Joseph Myers3-5/+3
2013-03-20Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers3-7/+6
2013-03-19aarch64: Move rtld link to /libAndreas Schwab2-0/+2
2013-03-18ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R...Roland McGrath2-9/+28
2013-03-15Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge1-8/+8
2013-03-15Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge1-1/+0
2013-03-15ARM: sfi_sp assembler macroRoland McGrath2-1/+6
2013-03-15ARM: sfi_breg assembler macroRoland McGrath17-189/+381
2013-03-14aarch64: use lib64 as default lib and slib directoryAndreas Schwab2-0/+25
2013-03-13ARM_BX_ALIGN_LOG2Roland McGrath3-12/+59
2013-03-13ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.Roland McGrath1-0/+6
2013-03-13ARM: Support avoiding pc as destination register.Roland McGrath3-2/+60
2013-03-12ARM: Make armv6t2 memchr implementation usable without Thumb.Roland McGrath1-2/+23
2013-03-12ARM: Change register allocation in armv6t2 memchr implementation.Roland McGrath1-15/+15
2013-03-12ia64: fix set-but-unused warnings with syscallsMike Frysinger1-2/+5
2013-03-12ia64: fix strict aliasing warnings with libm errorMike Frysinger1-58/+57
2013-03-12ia64: fix strict aliasing warnings with func descriptorsMike Frysinger4-13/+22
2013-03-11Add comments about ARM configure -fno-unwind-tables handling.Joseph Myers4-0/+12
2013-03-11ARM: Consolidate setjmp details in include/bits/setjmp.h file.Roland McGrath5-10/+20
2013-03-11ARM: Convert string/ assembly to unified syntax.Roland McGrath4-40/+48
2013-03-11ARM: Use r10 instead of r9.Roland McGrath2-18/+18
2013-03-11AM33: Use <bits/mman.h>Andreas Jaeger1-61/+2
2013-03-11Use <bits/mman.h> on ia64Andreas Jaeger1-74/+2
2013-03-11Clean up ARM preconfigure.Roland McGrath2-46/+104
2013-03-11Remove extra pthread_atfork compat symbolsAndreas Schwab6-6/+0
2013-03-10ia64: makecontext: fix signed warningsMike Frysinger1-2/+2
2013-03-10ia64: fix NEED_DL_SYSINFO_DSO conditionalsMike Frysinger1-23/+4
2013-03-07arm: Implement armv6 optimized string routinesRichard Henderson7-0/+697
2013-03-07AARCH64: Use <bits/mman-linux.h>Andreas Jaeger1-73/+3
2013-03-06Use <bits/mman-linux.h> for MIPSAndreas Jaeger1-72/+5
2013-03-06arm: Add optimized add_n and sub_nRichard Henderson2-0/+86
2013-03-06arm: Add optimized submul_1Richard Henderson1-0/+68
2013-03-06arm: Add optimized addmul_1Richard Henderson1-0/+67
2013-03-06arm: Add optimized ffs for armv6t2Richard Henderson2-0/+85
2013-03-06arm: Implement hard-tp for GET_TLSRichard Henderson3-11/+24