summaryrefslogtreecommitdiff
path: root/ports/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Add support for AT_HWCAP2.rsa/hwcap2_v4Ryan S. Arnold2013-06-133-3/+7
* tile: default to little-endian in bits/endian.hChris Metcalf2013-06-131-3/+1
* Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-111-1/+5
* PowerPC: Remove redundant ports/sysdeps/powerpc/dl-procinfo.[ch].Ryan S. Arnold2013-06-112-268/+0
* PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2013-06-111-69/+69
* Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-101-0/+28
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-082-2/+2
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-072-3/+3
* BZ #15583: r7 uninitialized in strcpy.S when ARM_HAS_T2 undefinedRichard Henderson2013-06-051-1/+1
* Fix executable mode.Ondrej Bilka2013-06-062-0/+0
* Remove trailing whitespace in ports.Joseph Myers2013-06-0586-189/+189
* [AArch64] Ensure getcontext() initializes PSTATE.Marcus Shawcroft2013-06-042-0/+5
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-312-24/+0
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-298-31/+16
* tile: improve detection for missing -mcmodel=large supportChris Metcalf2013-05-243-4/+32
* [AArch64] Use generic "mcount" routine for profiling.Marcus Shawcroft2013-05-231-25/+0
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-224-5/+31
* Don't include expected results in libm-test test names.Joseph Myers2013-05-2212-9314/+9297
* Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers2013-05-213-16/+78
* AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmpAndreas Schwab2013-05-211-2/+8
* [AArch64] Update libm-test-ulps.Marcus Shawcroft2013-05-211-32/+6047
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-1912-87/+87
* MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2013-05-165-6/+14
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-166-0/+9
* 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