aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)AuthorFilesLines
2013-01-04Update m68k libm test ULPsAndreas Schwab2-0/+40
2013-01-02Update miscellaneous copyright dates.Joseph Myers2-1/+5
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers4-2/+7
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1403-1443/+1447
2013-01-02alpha: Add lll_futex_timed_wait_bitsetRichard Henderson2-0/+18
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers20-30/+47
2012-12-28tile: support lll_futex_timed_wait_bitsetChris Metcalf2-0/+18
2012-12-21tile: fix DWARF bug in clone() for created threadChris Metcalf2-1/+6
Previously, we would see a bad frame in the gdb backtrace output, e.g.: (gdb) bt #0 foo () at foo.c:5 #1 0x000000aaaab68ee8 in start_thread () from /lib/libpthread.so.0 #2 0x000000aaaad01c88 in clone () from /lib/libc.so.6 #3 0x0000000000000000 in ?? () With this change the bogus frame #3 is gone and we have the same output as x86 does for the same program.
2012-12-10aarch64: Fix compiler warning for unused declaration _x0Marcus Shawcroft2-1/+5
2012-12-07alpha: Fix redefinition of __isnanl macro warningRichard Henderson1-3/+0
In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition.
2012-12-07alpha: Fix redefinition of __isnanl macro warningRichard Henderson1-0/+2
In bdd7898a58bd76ac3b411a4931ff3f9e77eabe6a we added self-definitions of __isnan and friends in order to indicate specialized architecture support, and avoid redefinitions within various generic math_private.h. There is no generic math_private.h that concerns ldbl-128, and while we provide __isnanl in the alpha math_private.h there's no need to protect the function against redefinition.
2012-12-07alpha: Avoid builtin warning for isnanfRichard Henderson2-0/+7
2012-12-07aarch64: Regenerate libm-test-ulps.Marcus Shawcroft2-0/+30
2012-12-07aarch64: Resolve sc_err and _x0 defined but not used warnings.Marcus Shawcroft2-2/+5
2012-12-07aarch64: Resolve implict cast warning.Marcus Shawcroft2-1/+5
2012-12-07aarch64: Resolve strtab defined but not used warning.Marcus Shawcroft2-7/+6
2012-12-06Fix ChangeLog formatting for arm and aarch64Adam Conrad2-3/+3
2012-12-06Change sources.redhat.com references to sourceware.org.Joseph Myers2-3/+9
2012-12-05Ports-related README updates.Joseph Myers2-9/+11
2012-12-05Specify powerpc-nofpu fegetexceptflag return type.Joseph Myers2-1/+7
2012-12-04Fix typo in ChangeLog.mips.Joseph Myers1-1/+1
2012-12-04Fix warnings from MIPS soft-float _FPU_GETCW.Joseph Myers2-4/+10
2012-12-04aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6Marcus Shawcroft2-1/+8
* sysdeps/unix/sysv/linux/aarch64/ldconfig.h: Add entries for /lib/ld-linux.so.3 and /lib/ld-linux-armhf.so.3. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
2012-12-04aarch64: Tag ARM and AArch64 binaries in the ldconfig cacheMarcus Shawcroft2-0/+22
Add the correct tags for ARM and AArch64 libraries in the ldconfig cache for AArch64. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
2012-12-04arm: Check for the FLAG_ARM_LIBHF flag in the ldconfig cacheMarcus Shawcroft2-0/+33
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
2012-12-04arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6Marcus Shawcroft2-0/+29
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
2012-12-04arm: Tag ARM and AArch64 binaries in the ldconfig cache.Marcus Shawcroft2-0/+77
Add the correct tags for ARM and AArch64 libraries in the ldconfig cache for ARM. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org>
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