aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)AuthorFilesLines
2012-11-30Update ARM libm-test-ulps.Joseph Myers2-8/+432
2012-11-30Update MIPS libm-test-ulps.Joseph Myers3-50/+1254
2012-11-30alpha: Add sysdeps/alpha/sotruss-lib.c.Richard Henderson2-0/+52
2012-11-30Remove powerpc-nofpu fma ulps.Joseph Myers2-36/+2
2012-11-30Update powerpc-nofpu libm-test-ulps.Joseph Myers2-38/+737
2012-11-30alpha: Update libm-test-ulps.Richard Henderson2-0/+254
2012-11-29ia64: clock_getcpuclockid.c: drop unused fileMike Frysinger2-31/+4
Since we no longer support __ASSUME_POSIX_CPU_TIMERS, the ia64 code no longer needs to override HAS_CPUCLOCK in the common file. Drop the ia64 shim as well. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-11-30m68k: update libm-test ULPsAndreas Schwab2-0/+47
2012-11-29Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers3-12/+50
2012-11-29hppa: Fix ChangeLog format issues.Carlos O'Donell1-5/+5
Remove trailing whitespace and canonicalize path names.
2012-11-29hppa: Remove socket.h and implement socket_type.h.Carlos O'Donell3-444/+58
2012-11-29hppa: Cleanup two build warnings for integer to pointers casts.Carlos O'Donell3-4/+9
2012-11-29tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.cChris Metcalf2-4/+5
2012-11-29hppa: Add BZ#14447 to NEWS and ChangeLog.hppa.Carlos O'Donell1-0/+1
2012-11-29aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag.Marcus Shawcroft2-0/+49
Use the new FLAG_AARCH64_LIB64 ldconfig cache tag for AArch64, similarly to the way tags are handled for other architectures. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Marcus Shawcroft <marcus.shawcroft@linaro.org>
2012-11-25m68k/cf: fix copying frame in _dl_runtime_profileAndreas Schwab2-1/+4
2012-11-25m68k: add sotruss-lib.cAndreas Schwab2-0/+55
2012-11-22aarch64: Re-generate libm-test-ulps.Marcus Shawcroft2-0/+49
2012-11-22Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers3-0/+11
2012-11-21m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab2-1/+7
2012-11-21Avoid $(shell) in determining default ARM ABI.Joseph Myers4-16/+20
2012-11-21Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers2-0/+16
2012-11-21Cast to uintptr_t in MIPS jmpbuf-unwind.h.Joseph Myers2-1/+4
2012-11-21aarch64: Fix lll_futex_timed_wait_bitset return value sign.Marcus Shawcroft2-1/+6
The implementation of lll_futex_timed_wait_bitset should not be negating the futex syscall return value on error.
2012-11-21aarch64: Remove weak_aliasx macro.Marcus Shawcroft6-10/+14
2012-11-21aarch64: Remove support for NO_LONG_DOUBLE.Marcus Shawcroft6-25/+8
2012-11-21aarch64: Indent preprocessor directives.Marcus Shawcroft7-35/+44
2012-11-21aarch64: Use range in copyright years.Marcus Shawcroft31-30/+63
2012-11-21aarch64: Rename .x files to .cMarcus Shawcroft15-14/+33
2012-11-21aarch64: Don't use K&R CMarcus Shawcroft6-13/+13
2012-11-21Add sotruss-lib.c for MIPS.Joseph Myers2-0/+121
2012-11-20tile: update libm-test-ulps for new testsChris Metcalf2-0/+36
2012-11-20tile: Fix __bswap_64 return type in tile bits/byteswap.hChris Metcalf2-1/+6
2012-11-20tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.cChris Metcalf2-4/+5
2012-11-20m68k: Remove indirection through weak_aliasxAndreas Schwab15-51/+47
2012-11-20Use parentheses around MIPS syscall macro arguments.Joseph Myers3-46/+62
2012-11-20Fix int-to-pointer-cast warnings for MIPS.Joseph Myers4-12/+28
2012-11-20Fix warnings from aborting MIPS atomic macros.Joseph Myers2-3/+13
2012-11-20Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers2-1/+4
2012-11-19Fix unused variable warnings from MIPS syscall macros.Joseph Myers4-9/+24
2012-11-19AArch64: Adding optimized maths functions.Marcus Shawcroft29-2/+812
2012-11-19hppa: Mark __pthread_once as a hidden def.Carlos O'Donell2-2/+7
2012-11-19hppa: Fix fesetenv for FE_DFL_ENV.Carlos O'Donell2-10/+5
Switching back to FE_DFL_ENV should reset the FPU to the state as it was at the start of the program.
2012-11-19hppa: Implement get-rounding-mode.hCarlos O'Donell3-1/+39
Implement get_rounding_mode using the new fpu_control.h support. Use get_rounding_mode from fegetround.
2012-11-19hppa: Implement fpu_control.h.Carlos O'Donell2-0/+68
The HP-PARISC processor has full IEEE-754 support and we implement all of fpu_control.h.
2012-11-19hppa: Add ____longjmp_check C implementation.Carlos O'Donell1-0/+47
2012-11-19hppa: Implement __longjmp_chk.Carlos O'Donell5-80/+129
Implement longjmp and the chk variant in C.
2012-11-18m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab2-5/+10
2012-11-18m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMSAndreas Schwab2-2/+7
2012-11-18m68k: update libm test ULPsAndreas Schwab2-0/+121