summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-09-15 12:51:47 +0000
committerJakub Jelinek <jakub@redhat.com>2006-09-15 12:51:47 +0000
commit5d456f7eba1c5083679973d53ef78b45b22818ca (patch)
treef4be894988fc80cdc48f3ff1a8d4a86d27decb9a /ChangeLog
parenteffe3e2d1a084fde8fae9b91febb28c97781f9e5 (diff)
Updated to fedora-glibc-20060915T0943
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 004efe9aba..32f290aadb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2006-09-14 Jakub Jelinek <jakub@redhat.com>
+ Steven Munroe <sjmunroe@us.ibm.com>
+
+ * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
+ names to the beginning. Rename "cell" to "cellbe".
+ (_dl_powerpc_platforms): New.
+ * sysdeps/powerpc/dl-procinfo.h (_DL_HWCAP_FIRST): Decrease.
+ (HWCAP_IMPORTANT): Remove power{4,5,5+} and cell.
+ (_DL_PLATFORMS_COUNT, _DL_FIRST_PLATFORM): Define.
+ (_DL_HWCAP_PLATFORM): Define to new mask.
+ (_dl_platform_string, _dl_string_platform): New functions.
+ * sysdeps/powerpc/sysdep.h (PPC_FEATURE_BOOKE, PPC_FEATURE_SMT,
+ PPC_FEATURE_ICACHE_SNOOP, PPC_FEATURE_ARCH_2_05): Define.
+
+2006-09-12 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #2526]
+ * README.libm: Fix a thinko in sqrt algorithm description.
+
+ [BZ #3143]
+ * manual/string.texi (argz_delete): Fix prototype.
+ Patch by <alpt@freaknet.org>.
+
+2006-08-26 Joseph Myers <joseph@codesourcery.com>
+
+ [BZ #3138]
+ * io/test-lfs.c (do_prepare): Give name_len type size_t.
+ * io/tst-fcntl.c (do_prepare): Likewise.
+ * posix/tst-exec.c (do_prepare): Likewise.
+ * posix/tst-preadwrite.c (do_prepare): Likewise.
+ * posix/tst-spawn.c (do_prepare): Likewise.
+ * posix/tst-truncate.c (do_prepare): Likewise.
+ * rt/tst-aio.c (do_prepare): Likewise.
+ * rt/tst-aio64.c (do_prepare): Likewise.
+ * stdlib/test-canon2.c (do_prepare): Give test_dir_len type
+ size_t.
+
2006-09-09 Ulrich Drepper <drepper@redhat.com>
[BZ #2821]