about summary refs log tree commit diff
path: root/ports/sysdeps
Commit message (Collapse)AuthorAgeFilesLines
* Update ARM libm-test-ulps.Joseph Myers2012-11-301-8/+428
|
* Update MIPS libm-test-ulps.Joseph Myers2012-11-302-50/+1249
|
* alpha: Add sysdeps/alpha/sotruss-lib.c.Richard Henderson2012-11-301-0/+50
|
* Remove powerpc-nofpu fma ulps.Joseph Myers2012-11-301-36/+0
|
* Update powerpc-nofpu libm-test-ulps.Joseph Myers2012-11-301-38/+733
|
* alpha: Update libm-test-ulps.Richard Henderson2012-11-301-0/+250
|
* ia64: clock_getcpuclockid.c: drop unused fileMike Frysinger2012-11-291-31/+0
| | | | | | | | 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>
* m68k: update libm-test ULPsAndreas Schwab2012-11-301-0/+43
|
* Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers2012-11-292-12/+33
|
* hppa: Remove socket.h and implement socket_type.h.Carlos O'Donell2012-11-292-444/+55
|
* hppa: Cleanup two build warnings for integer to pointers casts.Carlos O'Donell2012-11-292-4/+4
|
* tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.cChris Metcalf2012-11-291-4/+0
|
* aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag.Marcus Shawcroft2012-11-291-0/+45
| | | | | | | | | 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>
* m68k/cf: fix copying frame in _dl_runtime_profileAndreas Schwab2012-11-251-1/+1
|
* m68k: add sotruss-lib.cAndreas Schwab2012-11-251-0/+51
|
* aarch64: Re-generate libm-test-ulps.Marcus Shawcroft2012-11-221-0/+45
|
* Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers2012-11-222-0/+3
|
* m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab2012-11-211-1/+1
|
* Avoid $(shell) in determining default ARM ABI.Joseph Myers2012-11-213-16/+13
|
* Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers2012-11-211-0/+10
|
* Cast to uintptr_t in MIPS jmpbuf-unwind.h.Joseph Myers2012-11-211-1/+1
|
* aarch64: Fix lll_futex_timed_wait_bitset return value sign.Marcus Shawcroft2012-11-211-1/+1
| | | | | The implementation of lll_futex_timed_wait_bitset should not be negating the futex syscall return value on error.
* aarch64: Remove weak_aliasx macro.Marcus Shawcroft2012-11-215-10/+5
|
* aarch64: Remove support for NO_LONG_DOUBLE.Marcus Shawcroft2012-11-215-25/+0
|
* aarch64: Indent preprocessor directives.Marcus Shawcroft2012-11-216-35/+35
|
* aarch64: Use range in copyright years.Marcus Shawcroft2012-11-2130-30/+30
|
* aarch64: Rename .x files to .cMarcus Shawcroft2012-11-2114-14/+14
|
* aarch64: Don't use K&R CMarcus Shawcroft2012-11-215-13/+5
|
* Add sotruss-lib.c for MIPS.Joseph Myers2012-11-211-0/+117
|
* tile: update libm-test-ulps for new testsChris Metcalf2012-11-201-0/+34
|
* tile: Fix __bswap_64 return type in tile bits/byteswap.hChris Metcalf2012-11-201-1/+3
|
* tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.cChris Metcalf2012-11-201-4/+0
|
* m68k: Remove indirection through weak_aliasxAndreas Schwab2012-11-2014-51/+28
|
* Use parentheses around MIPS syscall macro arguments.Joseph Myers2012-11-202-46/+46
|
* Fix int-to-pointer-cast warnings for MIPS.Joseph Myers2012-11-203-12/+14
|
* Fix warnings from aborting MIPS atomic macros.Joseph Myers2012-11-201-3/+3
|
* Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers2012-11-201-1/+1
|
* Fix unused variable warnings from MIPS syscall macros.Joseph Myers2012-11-193-9/+9
|
* AArch64: Adding optimized maths functions.Marcus Shawcroft2012-11-1928-2/+781
|
* hppa: Mark __pthread_once as a hidden def.Carlos O'Donell2012-11-191-2/+2
|
* hppa: Fix fesetenv for FE_DFL_ENV.Carlos O'Donell2012-11-191-10/+3
| | | | | Switching back to FE_DFL_ENV should reset the FPU to the state as it was at the start of the program.
* hppa: Implement get-rounding-mode.hCarlos O'Donell2012-11-192-1/+36
| | | | | Implement get_rounding_mode using the new fpu_control.h support. Use get_rounding_mode from fegetround.
* hppa: Implement fpu_control.h.Carlos O'Donell2012-11-191-0/+66
| | | | | The HP-PARISC processor has full IEEE-754 support and we implement all of fpu_control.h.
* hppa: Add ____longjmp_check C implementation.Carlos O'Donell2012-11-191-0/+47
|
* hppa: Implement __longjmp_chk.Carlos O'Donell2012-11-194-80/+121
| | | | Implement longjmp and the chk variant in C.
* m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab2012-11-181-5/+5
|
* m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMSAndreas Schwab2012-11-181-2/+2
|
* m68k: update libm test ULPsAndreas Schwab2012-11-181-0/+119
|
* m68k: define lll_futex_timed_wait_bitsetAndreas Schwab2012-11-181-1/+13
|
* Fix "set but not used" warnings from MIPS bits/atomic.h.Joseph Myers2012-11-171-4/+4
|