aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2012-12-04Fix warnings from MIPS soft-float _FPU_GETCW.Joseph Myers1-4/+3
2012-12-04aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6Marcus Shawcroft1-1/+3
2012-12-04aarch64: Tag ARM and AArch64 binaries in the ldconfig cacheMarcus Shawcroft1-0/+18
2012-12-04arm: Check for the FLAG_ARM_LIBHF flag in the ldconfig cacheMarcus Shawcroft1-0/+29
2012-12-04arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6Marcus Shawcroft1-0/+25
2012-12-04arm: Tag ARM and AArch64 binaries in the ldconfig cache.Marcus Shawcroft1-0/+73
2012-11-30Update ARM libm-test-ulps.Joseph Myers1-8/+428
2012-11-30Update MIPS libm-test-ulps.Joseph Myers2-50/+1249
2012-11-30alpha: Add sysdeps/alpha/sotruss-lib.c.Richard Henderson1-0/+50
2012-11-30Remove powerpc-nofpu fma ulps.Joseph Myers1-36/+0
2012-11-30Update powerpc-nofpu libm-test-ulps.Joseph Myers1-38/+733
2012-11-30alpha: Update libm-test-ulps.Richard Henderson1-0/+250
2012-11-29ia64: clock_getcpuclockid.c: drop unused fileMike Frysinger1-31/+0
2012-11-30m68k: update libm-test ULPsAndreas Schwab1-0/+43
2012-11-29Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers2-12/+33
2012-11-29hppa: Remove socket.h and implement socket_type.h.Carlos O'Donell2-444/+55
2012-11-29hppa: Cleanup two build warnings for integer to pointers casts.Carlos O'Donell2-4/+4
2012-11-29tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.cChris Metcalf1-4/+0
2012-11-29aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag.Marcus Shawcroft1-0/+45
2012-11-25m68k/cf: fix copying frame in _dl_runtime_profileAndreas Schwab1-1/+1
2012-11-25m68k: add sotruss-lib.cAndreas Schwab1-0/+51
2012-11-22aarch64: Re-generate libm-test-ulps.Marcus Shawcroft1-0/+45
2012-11-22Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers2-0/+3
2012-11-21m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab1-1/+1
2012-11-21Avoid $(shell) in determining default ARM ABI.Joseph Myers3-16/+13
2012-11-21Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers1-0/+10
2012-11-21Cast to uintptr_t in MIPS jmpbuf-unwind.h.Joseph Myers1-1/+1
2012-11-21aarch64: Fix lll_futex_timed_wait_bitset return value sign.Marcus Shawcroft1-1/+1
2012-11-21aarch64: Remove weak_aliasx macro.Marcus Shawcroft5-10/+5
2012-11-21aarch64: Remove support for NO_LONG_DOUBLE.Marcus Shawcroft5-25/+0
2012-11-21aarch64: Indent preprocessor directives.Marcus Shawcroft6-35/+35
2012-11-21aarch64: Use range in copyright years.Marcus Shawcroft30-30/+30
2012-11-21aarch64: Rename .x files to .cMarcus Shawcroft14-14/+14
2012-11-21aarch64: Don't use K&R CMarcus Shawcroft5-13/+5
2012-11-21Add sotruss-lib.c for MIPS.Joseph Myers1-0/+117
2012-11-20tile: update libm-test-ulps for new testsChris Metcalf1-0/+34
2012-11-20tile: Fix __bswap_64 return type in tile bits/byteswap.hChris Metcalf1-1/+3
2012-11-20tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.cChris Metcalf1-4/+0
2012-11-20m68k: Remove indirection through weak_aliasxAndreas Schwab14-51/+28
2012-11-20Use parentheses around MIPS syscall macro arguments.Joseph Myers2-46/+46
2012-11-20Fix int-to-pointer-cast warnings for MIPS.Joseph Myers3-12/+14
2012-11-20Fix warnings from aborting MIPS atomic macros.Joseph Myers1-3/+3
2012-11-20Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers1-1/+1
2012-11-19Fix unused variable warnings from MIPS syscall macros.Joseph Myers3-9/+9
2012-11-19AArch64: Adding optimized maths functions.Marcus Shawcroft28-2/+781
2012-11-19hppa: Mark __pthread_once as a hidden def.Carlos O'Donell1-2/+2
2012-11-19hppa: Fix fesetenv for FE_DFL_ENV.Carlos O'Donell1-10/+3
2012-11-19hppa: Implement get-rounding-mode.hCarlos O'Donell2-1/+36
2012-11-19hppa: Implement fpu_control.h.Carlos O'Donell1-0/+66
2012-11-19hppa: Add ____longjmp_check C implementation.Carlos O'Donell1-0/+47