Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-05 | Increase width of padded output in stdio-common/tst-put-error. | Joseph Myers | |
2012-12-05 | Specify powerpc-nofpu fegetexceptflag return type. | Joseph Myers | |
2012-12-04 | Fix typo in ChangeLog.mips. | Joseph Myers | |
2012-12-04 | Fix warnings from MIPS soft-float _FPU_GETCW. | Joseph Myers | |
2012-12-04 | Define _SYS_AUXV_H to 1 not empty in sysdeps/powerpc/sysdep.h. | Joseph Myers | |
2012-12-04 | Remove unused variable from powerpc sem_post.c. | Joseph Myers | |
2012-12-04 | Fix ldbl-128ibm "set but not used" warnings. | Joseph Myers | |
2012-12-04 | Fix sparc build with older compilers. | David S. Miller | |
* sysdeps/generic/memcopy.h: Add multiple inclusion protection. | |||
2012-12-04 | Fix "conflicting types for built-in function" warnings from nldbl-*.c. | Joseph Myers | |
2012-12-04 | Fix powerpc32 "set but not used" warnings from INTERNAL_SYSCALL_DECL. | Joseph Myers | |
2012-12-04 | Fix powl inaccuracy for ldbl-128ibm (bug 14914). | Joseph Myers | |
2012-12-04 | aarch64: Tag ARM libc6-dependent libraries with FLAG_ELF_LIBC6 | Marcus Shawcroft | |
* 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 | |
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 | |
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||
2012-12-04 | arm: Tag ARM libc6-dependent binaries with FLAG_ELF_LIBC6 | Marcus Shawcroft | |
Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> | |||
2012-12-04 | arm: Tag ARM and AArch64 binaries in the ldconfig cache. | Marcus Shawcroft | |
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-12-04 | Remove @hsep and @vsep usage from info pages | Allan McRae | |
These cause an error when the info pages are build with texinfo>=4.13.90. | |||
2012-12-03 | * locales/uk_UA (currency_symbol): Fix. | Jeff Law | |
2012-12-03 | byteswap.h: fix gcc ver test for __builtin_bswap{32,64} | Mike Frysinger | |
The __builtin_bswap* functions were introduced in gcc-4.3, not gcc-4.2. Fix the __GNUC_PREREQ tests to reflect this. Otherwise trying to compile code with gcc-4.2 falls down: In file included from /usr/include/endian.h:60, from /usr/include/ctype.h:40, /usr/include/bits/byteswap.h: In function 'unsigned int __bswap_32(unsigned int)': /usr/include/bits/byteswap.h:46: error: '__builtin_bswap32' was not declared in this scope /usr/include/bits/byteswap.h: In function 'long long unsigned int __bswap_64(long long unsigned int)': /usr/include/bits/byteswap.h:110: error: '__builtin_bswap64' was not declared in this scope Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-12-03 | * locales/ks_IN@devanagari: Fix week day names. | Jeff Law | |
2012-12-03 | * time/sys/time.h (settimeofday): Do not mark TV argument | Jeff Law | |
as __nonnull. | |||
2012-12-03 | * locales/zh_CH (abmon): Remove whitespace. | Jeff Law | |
2012-12-03 | Remove unneeded linking in nptl testsuite | Allan McRae | |
2012-12-01 | [BZ #12724] libio: revert partial POSIX 2008 fclose support | Mike Frysinger | |
In BZ #12724, partial support for POSIX 2008 fclose behavior was added. Since it isn't entirely conforming to the spec, some applications are known to be breaking in this intermediate state. So revert the partial support until we can get things fully implemented. This reverts commit fcabc0f8b185f9e0a9289720be5ede6c39b3bf21. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-12-01 | Fix typos in arith.texi. | Joseph Myers | |
2012-11-30 | Fix type-punning warning in powerpc64 gmon-start. | Roland McGrath | |
2012-11-30 | * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration... | Siddhesh Poyarekar | |
* include/rpc/svc.h: ... here. | |||
2012-11-30 | Update ARM libm-test-ulps. | Joseph Myers | |
2012-11-30 | Update MIPS libm-test-ulps. | Joseph Myers | |
2012-11-30 | Fix date in ChangeLog entry | Andreas Schwab | |
2012-11-30 | Fix assertion failures in resolver (BZ #13013). | Aurelien Jarno | |
[BZ #13013] * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 depending n and resplen2 to catch cases where answer equals answerp2. | |||
2012-11-30 | alpha: Add sysdeps/alpha/sotruss-lib.c. | Richard Henderson | |
2012-11-30 | Remove powerpc-nofpu fma ulps. | Joseph Myers | |
2012-11-30 | Update powerpc-nofpu libm-test-ulps. | Joseph Myers | |
2012-11-30 | alpha: Update libm-test-ulps. | Richard Henderson | |
2012-11-29 | Warn about unsupported DT_FLAGS_1 flags. | Carlos O'Donell | |
The dynamic loader will now warn about unsupported DT_FLAGS_1 flags when run with LD_DEBUG=files or LD_DEBUG=all. | |||
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-29 | clock_getcpuclockid: delete unused HAS_CPUCLOCK | Mike Frysinger | |
In commit 26889eacc24cd9f0cb37c5a67beac1a0ba709adf (Remove __ASSUME_POSIX_CPU_TIMERS), all users of HAS_CPUCLOCK were dropped. Punt the fallback definition too. 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: Fix ChangeLog format issues. | Carlos O'Donell | |
Remove trailing whitespace and canonicalize path names. | |||
2012-11-29 | Update ChangeLog and NEWS for BZ #14197. | Carlos O'Donell | |
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 | Fix a strict-alias warning in tst-inet6_rth. | Roland McGrath | |
2012-11-29 | [BZ #13761] | Jeff Law | |
* nscd/grpcache.c (cache_addgr): Rename alloca_used to dataset_temporary. Track alloca usage into alloca_used. If dataset is large allocate and release it via malloc/free. | |||
2012-11-29 | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer | |
* debug/test-strcpy_chk.c: Mention __chk_fail ABI test. | |||
2012-11-29 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.c | Chris Metcalf | |
2012-11-29 | hppa: Add BZ#14447 to NEWS and ChangeLog.hppa. | Carlos O'Donell | |
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> |