about summary refs log tree commit diff
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-102-0/+32
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-084-2/+12
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-073-3/+11
* Fix ChangeLog.Ondrej Bilka2013-06-061-2/+2
* BZ #15583: r7 uninitialized in strcpy.S when ARM_HAS_T2 undefinedRichard Henderson2013-06-052-1/+7
* Fix executable mode.Ondrej Bilka2013-06-063-0/+5
* Remove trailing whitespace in ports.Joseph Myers2013-06-0595-189/+307
* [AArch64] Ensure getcontext() initializes PSTATE.Marcus Shawcroft2013-06-043-0/+11
* Link extra-libs consistently with libc and ld.so.Joseph Myers2013-05-314-24/+24
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-2915-31/+64
* Fix ChangeLog formattingSiddhesh Poyarekar2013-05-292-32/+32
* tile: improve detection for missing -mcmodel=large supportChris Metcalf2013-05-244-4/+41
* [AArch64] Fix up ChangeLog formatting for last commit.Marcus Shawcroft2013-05-231-1/+1
* [AArch64] Use generic "mcount" routine for profiling.Marcus Shawcroft2013-05-232-25/+4
* Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado2013-05-228-5/+59
* Don't include expected results in libm-test test names.Joseph Myers2013-05-2222-9314/+9339
* Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers2013-05-214-16/+95
* AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmpAndreas Schwab2013-05-212-2/+15
* [AArch64] Update libm-test-ulps.Marcus Shawcroft2013-05-212-32/+6051
* Handle sincos with generic libm-test logic.Joseph Myers2013-05-1922-87/+132
* MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki2013-05-169-6/+46
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-1610-0/+31
* hppa: Cleanup libm-test-ulps.Carlos O'Donell2013-05-152-420/+3
* hppa: Update libm-test-ulpsCarlos O'Donell2013-05-152-15/+4168
* hppa: Fix _FPU_GETCW and _FPU_SETCW.Carlos O'Donell2013-05-152-2/+9
* Stop ARM setjmp/longjmp saving/restoring fpscr (bug 14908).Joseph Myers2013-05-144-13/+11
* ARM: Make multiarch memcpy always use NEON when compiler doesRoland McGrath2013-05-135-11/+43
* [AArch64] Fix out of range branch from ioctl() and clone()Marcus Shawcroft2013-05-123-4/+11
* ARM: Add Cortex-A15 optimized NEON and VFP memcpy routines, with IFUNC.Will Newton2013-05-0810-0/+866
* ARM: Rewrite elf_machine_dynamic in pure C.Roland McGrath2013-05-072-21/+9
* ARM: Add missing sfi_breg prefix in _dl_tlsdesc_dynamic code.Roland McGrath2013-05-062-0/+5
* ARM: Macroize assembly use of EABI unwind directives.Roland McGrath2013-04-193-15/+31
* MicroBlaze PortDavid Holsgrove2013-04-18101-0/+12503
* m68k: update libm test ULPsAndreas Schwab2013-04-112-4/+3600
* New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge2013-04-0217-0/+121
* ARM: fix preconfigure.Mans Rullgard2013-03-263-2/+7
* Use LIBC_CONFIG_VAR for MIPS default-abi setting.Joseph Myers2013-03-214-5/+11
* Use LIBC_CONFIG_VAR for ARM default-abi setting.Joseph Myers2013-03-204-7/+14
* aarch64: Move rtld link to /libAndreas Schwab2013-03-193-0/+8
* ARM: Make dl-tlsdesc.S use sfi_breg, respect ARM_ALWAYS_BX and ARM_NO_INDEX_R...Roland McGrath2013-03-183-9/+38
* Better distinguish between NaN/qNaN/sNaN.Thomas Schwinge2013-03-151-8/+8
* Avoid duplicate MAP_ANONYMOUS definition for MIPS GNU/Linux.Thomas Schwinge2013-03-152-1/+5
* ARM: sfi_sp assembler macroRoland McGrath2013-03-153-1/+9
* ARM: sfi_breg assembler macroRoland McGrath2013-03-1518-189/+404
* aarch64: use lib64 as default lib and slib directoryAndreas Schwab2013-03-143-0/+31
* ARM_BX_ALIGN_LOG2Roland McGrath2013-03-134-12/+63
* ARM: Handle ARM_ALWAYS_BX in {add,sub}_n.S code.Roland McGrath2013-03-132-0/+9
* ARM: Support avoiding pc as destination register.Roland McGrath2013-03-134-2/+67
* ARM: Make armv6t2 memchr implementation usable without Thumb.Roland McGrath2013-03-122-2/+26
* ARM: Change register allocation in armv6t2 memchr implementation.Roland McGrath2013-03-122-15/+20