aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+28
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers2-2/+2
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers2-3/+3
2013-06-05BZ #15583: r7 uninitialized in strcpy.S when ARM_HAS_T2 undefinedRichard Henderson1-1/+1
2013-06-06Fix executable mode.Ondrej Bilka2-0/+0
2013-06-05Remove trailing whitespace in ports.Joseph Myers86-189/+189
2013-06-04[AArch64] Ensure getcontext() initializes PSTATE.Marcus Shawcroft2-0/+5
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers2-24/+0
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar8-31/+16
2013-05-24tile: improve detection for missing -mcmodel=large supportChris Metcalf3-4/+32
2013-05-23[AArch64] Use generic "mcount" routine for profiling.Marcus Shawcroft1-25/+0
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado4-5/+31
2013-05-22Don't include expected results in libm-test test names.Joseph Myers12-9314/+9297
2013-05-21Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers3-16/+78
2013-05-21AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmpAndreas Schwab1-2/+8
2013-05-21[AArch64] Update libm-test-ulps.Marcus Shawcroft1-32/+6047
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers12-87/+87
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki5-6/+14
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