aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)AuthorFilesLines
2013-07-02Implement fma in soft-fp.Joseph Myers9-12/+50
2013-07-02ARM: Pass dl_hwcap to IFUNC resolver functions.Will Newton2-1/+6
2013-06-30Support no-FPU ColdFire in sysdeps/m68k/dl-trampoline.S and refactor code.Joseph Myers2-24/+27
2013-06-30tile: switch to using <fenv.h> fallback functionsChris Metcalf7-165/+9
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold6-3/+24
2013-06-28Fix sysdeps/m68k/fpu_control.h preprocessor indentation.Joseph Myers2-32/+36
2013-06-28Support no-FPU ColdFire in sysdeps/m68k/fpu_control.h.Nathan Sidwell2-3/+23
2013-06-28[AArch64] Adjust elf_machine_dynamic to find _DYNAMIC via _GLOBAL_OFFSET_TABLE_Marcus Shawcroft2-2/+7
2013-06-28[AArch64] Simplify getcontext pstate initialization.Marcus Shawcroft2-2/+6
2013-06-27_dl_static_init: Remove nested locking.Maciej W. Rozycki4-14/+14
2013-06-25m68k: fix bad use of register alias in cfi insnAndreas Schwab2-2/+7
2013-06-24[BZ #15666] alpha: Add __sqrt*_finite definitionsRichard Henderson8-0/+85
2013-06-23alpha: Update libm-test-ulpsRichard Henderson2-32/+6392
2013-06-18sysdeps/arm/arm-mcount.S: Comment typo fix.Roland McGrath2-1/+3
2013-06-18ARM: Make armv7 memcpy implementations SFI-friendlyRoland McGrath3-281/+572
2013-06-18ARM: Clean up __libc_ifunc_impl_listRoland McGrath2-10/+21
2013-06-18Fix warnings from ARM soft-float fpu_control.h.Joseph Myers2-2/+7
2013-06-18Wrap test-fpucw.c for ARM.Joseph Myers3-1/+12
2013-06-17Make ARM feenableexcept detect failure (bug 14907).Joseph Myers2-0/+18
2013-06-15New API to set default thread attributesSiddhesh Poyarekar23-0/+106
2013-06-14Stop MIPS setjmp / longjmp saving / restoring floating-point flags (bug 14909).Joseph Myers6-20/+14
2013-06-14Update ARM _FPU_RESERVED value.Joseph Myers2-1/+7
2013-06-14Add math-tests.h for MIPS.Joseph Myers2-0/+41
2013-06-14MicroBlaze: negated errors in lowlevellock.hKirk Meyer2-4/+9
2013-06-13tile: default to little-endian in bits/endian.hChris Metcalf2-3/+5
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers2-1/+12
2013-06-11PowerPC: Remove redundant ports/sysdeps/powerpc/dl-procinfo.[ch].Ryan S. Arnold3-268/+7
2013-06-11PowerPC: Merge ports/ dl-procinfo.[ch] with base.Ryan S. Arnold2-69/+74
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers2-0/+32
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers4-2/+12
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers3-3/+11
2013-06-06Fix ChangeLog.Ondrej Bilka1-2/+2
2013-06-05BZ #15583: r7 uninitialized in strcpy.S when ARM_HAS_T2 undefinedRichard Henderson2-1/+7
2013-06-06Fix executable mode.Ondrej Bilka3-0/+5
2013-06-05Remove trailing whitespace in ports.Joseph Myers95-189/+307
2013-06-04[AArch64] Ensure getcontext() initializes PSTATE.Marcus Shawcroft3-0/+11
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers4-24/+24
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar15-31/+64
2013-05-29Fix ChangeLog formattingSiddhesh Poyarekar2-32/+32
2013-05-24tile: improve detection for missing -mcmodel=large supportChris Metcalf4-4/+41
2013-05-23[AArch64] Fix up ChangeLog formatting for last commit.Marcus Shawcroft1-1/+1
2013-05-23[AArch64] Use generic "mcount" routine for profiling.Marcus Shawcroft2-25/+4
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado8-5/+59
2013-05-22Don't include expected results in libm-test test names.Joseph Myers22-9314/+9339
2013-05-21Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers4-16/+95
2013-05-21AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmpAndreas Schwab2-2/+15
2013-05-21[AArch64] Update libm-test-ulps.Marcus Shawcroft2-32/+6051
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers22-87/+132
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki9-6/+46
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold10-0/+31