Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-30 | Update powerpc-nofpu libm-test-ulps. | Joseph Myers | |
2012-11-30 | alpha: Update libm-test-ulps. | Richard Henderson | |
2012-11-29 | ia64: clock_getcpuclockid.c: drop unused file | Mike Frysinger | |
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-30 | m68k: update libm-test ULPs | Andreas Schwab | |
2012-11-29 | Add 64-bit support to MIPS register-dump.h (bug 14893). | Joseph Myers | |
2012-11-29 | hppa: Remove socket.h and implement socket_type.h. | Carlos O'Donell | |
2012-11-29 | hppa: Cleanup two build warnings for integer to pointers casts. | Carlos O'Donell | |
2012-11-29 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.c | Chris Metcalf | |
2012-11-29 | aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag. | Marcus Shawcroft | |
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-25 | m68k/cf: fix copying frame in _dl_runtime_profile | Andreas Schwab | |
2012-11-25 | m68k: add sotruss-lib.c | Andreas Schwab | |
2012-11-22 | aarch64: Re-generate libm-test-ulps. | Marcus Shawcroft | |
2012-11-22 | Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822). | Joseph Myers | |
2012-11-21 | m68k: fix return value of lll_futex_timed_wait_bitset | Andreas Schwab | |
2012-11-21 | Avoid $(shell) in determining default ARM ABI. | Joseph Myers | |
2012-11-21 | Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866). | Joseph Myers | |
2012-11-21 | Cast to uintptr_t in MIPS jmpbuf-unwind.h. | Joseph Myers | |
2012-11-21 | aarch64: Fix lll_futex_timed_wait_bitset return value sign. | Marcus Shawcroft | |
The implementation of lll_futex_timed_wait_bitset should not be negating the futex syscall return value on error. | |||
2012-11-21 | aarch64: Remove weak_aliasx macro. | Marcus Shawcroft | |
2012-11-21 | aarch64: Remove support for NO_LONG_DOUBLE. | Marcus Shawcroft | |
2012-11-21 | aarch64: Indent preprocessor directives. | Marcus Shawcroft | |
2012-11-21 | aarch64: Use range in copyright years. | Marcus Shawcroft | |
2012-11-21 | aarch64: Rename .x files to .c | Marcus Shawcroft | |
2012-11-21 | aarch64: Don't use K&R C | Marcus Shawcroft | |
2012-11-21 | Add sotruss-lib.c for MIPS. | Joseph Myers | |
2012-11-20 | tile: update libm-test-ulps for new tests | Chris Metcalf | |
2012-11-20 | tile: Fix __bswap_64 return type in tile bits/byteswap.h | Chris Metcalf | |
2012-11-20 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.c | Chris Metcalf | |
2012-11-20 | m68k: Remove indirection through weak_aliasx | Andreas Schwab | |
2012-11-20 | Use parentheses around MIPS syscall macro arguments. | Joseph Myers | |
2012-11-20 | Fix int-to-pointer-cast warnings for MIPS. | Joseph Myers | |
2012-11-20 | Fix warnings from aborting MIPS atomic macros. | Joseph Myers | |
2012-11-20 | Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro. | Joseph Myers | |
2012-11-19 | Fix unused variable warnings from MIPS syscall macros. | Joseph Myers | |
2012-11-19 | AArch64: Adding optimized maths functions. | Marcus Shawcroft | |
2012-11-19 | hppa: Mark __pthread_once as a hidden def. | Carlos O'Donell | |
2012-11-19 | hppa: Fix fesetenv for FE_DFL_ENV. | Carlos O'Donell | |
Switching back to FE_DFL_ENV should reset the FPU to the state as it was at the start of the program. | |||
2012-11-19 | hppa: Implement get-rounding-mode.h | Carlos O'Donell | |
Implement get_rounding_mode using the new fpu_control.h support. Use get_rounding_mode from fegetround. | |||
2012-11-19 | hppa: Implement fpu_control.h. | Carlos O'Donell | |
The HP-PARISC processor has full IEEE-754 support and we implement all of fpu_control.h. | |||
2012-11-19 | hppa: Add ____longjmp_check C implementation. | Carlos O'Donell | |
2012-11-19 | hppa: Implement __longjmp_chk. | Carlos O'Donell | |
Implement longjmp and the chk variant in C. | |||
2012-11-18 | m68k: fix cancellable syscall with 5 or 6 arguments | Andreas Schwab | |
2012-11-18 | m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMS | Andreas Schwab | |
2012-11-18 | m68k: update libm test ULPs | Andreas Schwab | |
2012-11-18 | m68k: define lll_futex_timed_wait_bitset | Andreas Schwab | |
2012-11-17 | Fix "set but not used" warnings from MIPS bits/atomic.h. | Joseph Myers | |
2012-11-14 | Fix thumb2 build breakage in libcrypt | Marcus Shawcroft | |
2012-11-09 | AArch64 Port | Marcus Shawcroft | |
2012-11-06 | tile: use memcpy in memmove when possible | Chris Metcalf | |
2012-11-06 | Use memcpy in memmove when possible | Maxim Kuvyrkov | |