about summary refs log tree commit diff
path: root/ports
Commit message (Collapse)AuthorAgeFilesLines
* Update ARM libm-test-ulps.Joseph Myers2012-11-302-8/+432
|
* Update MIPS libm-test-ulps.Joseph Myers2012-11-303-50/+1254
|
* alpha: Add sysdeps/alpha/sotruss-lib.c.Richard Henderson2012-11-302-0/+52
|
* Remove powerpc-nofpu fma ulps.Joseph Myers2012-11-302-36/+2
|
* Update powerpc-nofpu libm-test-ulps.Joseph Myers2012-11-302-38/+737
|
* alpha: Update libm-test-ulps.Richard Henderson2012-11-302-0/+254
|
* ia64: clock_getcpuclockid.c: drop unused fileMike Frysinger2012-11-292-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>
* m68k: update libm-test ULPsAndreas Schwab2012-11-302-0/+47
|
* Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers2012-11-293-12/+50
|
* hppa: Fix ChangeLog format issues.Carlos O'Donell2012-11-291-5/+5
| | | | Remove trailing whitespace and canonicalize path names.
* hppa: Remove socket.h and implement socket_type.h.Carlos O'Donell2012-11-293-444/+58
|
* hppa: Cleanup two build warnings for integer to pointers casts.Carlos O'Donell2012-11-293-4/+9
|
* tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.cChris Metcalf2012-11-292-4/+5
|
* hppa: Add BZ#14447 to NEWS and ChangeLog.hppa.Carlos O'Donell2012-11-291-0/+1
|
* aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag.Marcus Shawcroft2012-11-292-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>
* m68k/cf: fix copying frame in _dl_runtime_profileAndreas Schwab2012-11-252-1/+4
|
* m68k: add sotruss-lib.cAndreas Schwab2012-11-252-0/+55
|
* aarch64: Re-generate libm-test-ulps.Marcus Shawcroft2012-11-222-0/+49
|
* Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822).Joseph Myers2012-11-223-0/+11
|
* m68k: fix return value of lll_futex_timed_wait_bitsetAndreas Schwab2012-11-212-1/+7
|
* Avoid $(shell) in determining default ARM ABI.Joseph Myers2012-11-214-16/+20
|
* Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866).Joseph Myers2012-11-212-0/+16
|
* Cast to uintptr_t in MIPS jmpbuf-unwind.h.Joseph Myers2012-11-212-1/+4
|
* aarch64: Fix lll_futex_timed_wait_bitset return value sign.Marcus Shawcroft2012-11-212-1/+6
| | | | | 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-216-10/+14
|
* aarch64: Remove support for NO_LONG_DOUBLE.Marcus Shawcroft2012-11-216-25/+8
|
* aarch64: Indent preprocessor directives.Marcus Shawcroft2012-11-217-35/+44
|
* aarch64: Use range in copyright years.Marcus Shawcroft2012-11-2131-30/+63
|
* aarch64: Rename .x files to .cMarcus Shawcroft2012-11-2115-14/+33
|
* aarch64: Don't use K&R CMarcus Shawcroft2012-11-216-13/+13
|
* Add sotruss-lib.c for MIPS.Joseph Myers2012-11-212-0/+121
|
* tile: update libm-test-ulps for new testsChris Metcalf2012-11-202-0/+36
|
* tile: Fix __bswap_64 return type in tile bits/byteswap.hChris Metcalf2012-11-202-1/+6
|
* tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.cChris Metcalf2012-11-202-4/+5
|
* m68k: Remove indirection through weak_aliasxAndreas Schwab2012-11-2015-51/+47
|
* Use parentheses around MIPS syscall macro arguments.Joseph Myers2012-11-203-46/+62
|
* Fix int-to-pointer-cast warnings for MIPS.Joseph Myers2012-11-204-12/+28
|
* Fix warnings from aborting MIPS atomic macros.Joseph Myers2012-11-202-3/+13
|
* Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro.Joseph Myers2012-11-202-1/+4
|
* Fix unused variable warnings from MIPS syscall macros.Joseph Myers2012-11-194-9/+24
|
* AArch64: Adding optimized maths functions.Marcus Shawcroft2012-11-1929-2/+812
|
* hppa: Mark __pthread_once as a hidden def.Carlos O'Donell2012-11-192-2/+7
|
* hppa: Fix fesetenv for FE_DFL_ENV.Carlos O'Donell2012-11-192-10/+5
| | | | | 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-193-1/+39
| | | | | 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-192-0/+68
| | | | | 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-195-80/+129
| | | | Implement longjmp and the chk variant in C.
* m68k: fix cancellable syscall with 5 or 6 argumentsAndreas Schwab2012-11-182-5/+10
|
* m68k: define ELF_MACHINE_RUNTIME_FIXUP_PARAMSAndreas Schwab2012-11-182-2/+7
|
* m68k: update libm test ULPsAndreas Schwab2012-11-182-0/+121
|