about summary refs log tree commit diff
path: root/ports
Commit message (Expand)AuthorAgeFilesLines
* Make soft-float ARM use soft-fp fma/fmaf.Joseph Myers2013-07-025-0/+69
* alpha: Update libm-test-ulps from scratchRichard Henderson2013-07-022-205/+70
* Implement fma in soft-fp.Joseph Myers2013-07-029-12/+50
* ARM: Pass dl_hwcap to IFUNC resolver functions.Will Newton2013-07-022-1/+6
* Support no-FPU ColdFire in sysdeps/m68k/dl-trampoline.S and refactor code.Joseph Myers2013-06-302-24/+27
* tile: switch to using <fenv.h> fallback functionsChris Metcalf2013-06-307-165/+9
* Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2013-06-286-3/+24
* Fix sysdeps/m68k/fpu_control.h preprocessor indentation.Joseph Myers2013-06-282-32/+36
* Support no-FPU ColdFire in sysdeps/m68k/fpu_control.h.Nathan Sidwell2013-06-282-3/+23
* [AArch64] Adjust elf_machine_dynamic to find _DYNAMIC via _GLOBAL_OFFSET_TABLE_Marcus Shawcroft2013-06-282-2/+7
* [AArch64] Simplify getcontext pstate initialization.Marcus Shawcroft2013-06-282-2/+6
* _dl_static_init: Remove nested locking.Maciej W. Rozycki2013-06-274-14/+14
* m68k: fix bad use of register alias in cfi insnAndreas Schwab2013-06-252-2/+7
* [BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson2013-06-248-0/+85
* alpha: Update libm-test-ulpsRichard Henderson2013-06-232-32/+6392
* sysdeps/arm/arm-mcount.S: Comment typo fix.Roland McGrath2013-06-182-1/+3
* ARM: Make armv7 memcpy implementations SFI-friendlyRoland McGrath2013-06-183-281/+572
* ARM: Clean up __libc_ifunc_impl_listRoland McGrath2013-06-182-10/+21
* Fix warnings from ARM soft-float fpu_control.h.Joseph Myers2013-06-182-2/+7
* Wrap test-fpucw.c for ARM.Joseph Myers2013-06-183-1/+12
* Make ARM feenableexcept detect failure (bug 14907).Joseph Myers2013-06-172-0/+18
* New API to set default thread attributesSiddhesh Poyarekar2013-06-1523-0/+106
* Stop MIPS setjmp / longjmp saving / restoring floating-point flags (bug 14909).Joseph Myers2013-06-146-20/+14
* Update ARM _FPU_RESERVED value.Joseph Myers2013-06-142-1/+7
* Add math-tests.h for MIPS.Joseph Myers2013-06-142-0/+41
* MicroBlaze: negated errors in lowlevellock.hKirk Meyer2013-06-142-4/+9
* tile: default to little-endian in bits/endian.hChris Metcalf2013-06-132-3/+5
* Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers2013-06-112-1/+12
* PowerPC: Remove redundant ports/sysdeps/powerpc/dl-procinfo.[ch].Ryan S. Arnold2013-06-113-268/+7
* PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2013-06-112-69/+74
* 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