Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-06 | Change sources.redhat.com references to sourceware.org. | Joseph Myers | 2 | -3/+9 | |
2012-12-05 | Ports-related README updates. | Joseph Myers | 2 | -9/+11 | |
2012-12-05 | Specify powerpc-nofpu fegetexceptflag return type. | Joseph Myers | 2 | -1/+7 | |
2012-12-04 | Fix typo in ChangeLog.mips. | Joseph Myers | 1 | -1/+1 | |
2012-12-04 | Fix warnings from MIPS soft-float _FPU_GETCW. | Joseph Myers | 2 | -4/+10 | |
2012-12-04 | aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6 | Marcus Shawcroft | 2 | -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-04 | aarch64: Tag ARM and AArch64 binaries in the ldconfig cache | Marcus Shawcroft | 2 | -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-04 | arm: Check for the FLAG_ARM_LIBHF flag in the ldconfig cache | Marcus Shawcroft | 2 | -0/+33 | |
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||||
2012-12-04 | arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6 | Marcus Shawcroft | 2 | -0/+29 | |
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||||
2012-12-04 | arm: Tag ARM and AArch64 binaries in the ldconfig cache. | Marcus Shawcroft | 2 | -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-30 | Update ARM libm-test-ulps. | Joseph Myers | 2 | -8/+432 | |
2012-11-30 | Update MIPS libm-test-ulps. | Joseph Myers | 3 | -50/+1254 | |
2012-11-30 | alpha: Add sysdeps/alpha/sotruss-lib.c. | Richard Henderson | 2 | -0/+52 | |
2012-11-30 | Remove powerpc-nofpu fma ulps. | Joseph Myers | 2 | -36/+2 | |
2012-11-30 | Update powerpc-nofpu libm-test-ulps. | Joseph Myers | 2 | -38/+737 | |
2012-11-30 | alpha: Update libm-test-ulps. | Richard Henderson | 2 | -0/+254 | |
2012-11-29 | ia64: clock_getcpuclockid.c: drop unused file | Mike Frysinger | 2 | -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-30 | m68k: update libm-test ULPs | Andreas Schwab | 2 | -0/+47 | |
2012-11-29 | Add 64-bit support to MIPS register-dump.h (bug 14893). | Joseph Myers | 3 | -12/+50 | |
2012-11-29 | hppa: Fix ChangeLog format issues. | Carlos O'Donell | 1 | -5/+5 | |
Remove trailing whitespace and canonicalize path names. | |||||
2012-11-29 | hppa: Remove socket.h and implement socket_type.h. | Carlos O'Donell | 3 | -444/+58 | |
2012-11-29 | hppa: Cleanup two build warnings for integer to pointers casts. | Carlos O'Donell | 3 | -4/+9 | |
2012-11-29 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.c | Chris Metcalf | 2 | -4/+5 | |
2012-11-29 | hppa: Add BZ#14447 to NEWS and ChangeLog.hppa. | Carlos O'Donell | 1 | -0/+1 | |
2012-11-29 | aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag. | Marcus Shawcroft | 2 | -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-25 | m68k/cf: fix copying frame in _dl_runtime_profile | Andreas Schwab | 2 | -1/+4 | |
2012-11-25 | m68k: add sotruss-lib.c | Andreas Schwab | 2 | -0/+55 | |
2012-11-22 | aarch64: Re-generate libm-test-ulps. | Marcus Shawcroft | 2 | -0/+49 | |
2012-11-22 | Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822). | Joseph Myers | 3 | -0/+11 | |
2012-11-21 | m68k: fix return value of lll_futex_timed_wait_bitset | Andreas Schwab | 2 | -1/+7 | |
2012-11-21 | Avoid $(shell) in determining default ARM ABI. | Joseph Myers | 4 | -16/+20 | |
2012-11-21 | Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866). | Joseph Myers | 2 | -0/+16 | |
2012-11-21 | Cast to uintptr_t in MIPS jmpbuf-unwind.h. | Joseph Myers | 2 | -1/+4 | |
2012-11-21 | aarch64: Fix lll_futex_timed_wait_bitset return value sign. | Marcus Shawcroft | 2 | -1/+6 | |
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 | 6 | -10/+14 | |
2012-11-21 | aarch64: Remove support for NO_LONG_DOUBLE. | Marcus Shawcroft | 6 | -25/+8 | |
2012-11-21 | aarch64: Indent preprocessor directives. | Marcus Shawcroft | 7 | -35/+44 | |
2012-11-21 | aarch64: Use range in copyright years. | Marcus Shawcroft | 31 | -30/+63 | |
2012-11-21 | aarch64: Rename .x files to .c | Marcus Shawcroft | 15 | -14/+33 | |
2012-11-21 | aarch64: Don't use K&R C | Marcus Shawcroft | 6 | -13/+13 | |
2012-11-21 | Add sotruss-lib.c for MIPS. | Joseph Myers | 2 | -0/+121 | |
2012-11-20 | tile: update libm-test-ulps for new tests | Chris Metcalf | 2 | -0/+36 | |
2012-11-20 | tile: Fix __bswap_64 return type in tile bits/byteswap.h | Chris Metcalf | 2 | -1/+6 | |
2012-11-20 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.c | Chris Metcalf | 2 | -4/+5 | |
2012-11-20 | m68k: Remove indirection through weak_aliasx | Andreas Schwab | 15 | -51/+47 | |
2012-11-20 | Use parentheses around MIPS syscall macro arguments. | Joseph Myers | 3 | -46/+62 | |
2012-11-20 | Fix int-to-pointer-cast warnings for MIPS. | Joseph Myers | 4 | -12/+28 | |
2012-11-20 | Fix warnings from aborting MIPS atomic macros. | Joseph Myers | 2 | -3/+13 | |
2012-11-20 | Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro. | Joseph Myers | 2 | -1/+4 | |
2012-11-19 | Fix unused variable warnings from MIPS syscall macros. | Joseph Myers | 4 | -9/+24 | |