summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2006-11-09 19:57:49 +0000
committerJakub Jelinek <jakub@redhat.com>2006-11-09 19:57:49 +0000
commitdddf300c357a38a1d26a97ade2e905a0f85befe3 (patch)
tree216f66ce0825df1efaa3ffa64527ee5f924bf8e9 /ChangeLog
parent2c72abb4969f2b376a5e58c88424bd3b9c9c70b5 (diff)
Updated to fedora-glibc-20061109T1949
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 37 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 876c91d494..9aef65289d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,42 @@
+2006-10-09 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0
+ rather than r->r_brk.
+
+2006-11-08 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/dl-load.c (decompose_rpath): Return bool rather than void.
+ If l->l_name is on inhibit_rpath list, set sps->dirs to -1 and
+ return false, otherwise return true.
+ (cache_rpath): Return decompose_rpath return value.
+
+2006-11-07 Jakub Jelinek <jakub@redhat.com>
+
+ * include/libc-symbols.h (declare_symbol): Rename to...
+ (declare_symbol_alias): ... this. Add ORIGINAL argument, imply
+ strong_alias (ORIGINAL, SYMBOL) in asm to make sure it preceedes
+ .size directive.
+ * sysdeps/gnu/errlist-compat.awk: Adjust for declare_symbol_alias
+ changes.
+ * sysdeps/gnu/siglist.c: Likewise.
+
+2006-11-03 Steven Munroe <sjmunroe@us.ibm.com>
+
+ * sysdeps/powerpc/fpu/bits/mathinline.h
+ [__LIBC_INTERNAL_MATH_INLINES]: Moved to ...
+ * sysdeps/powerpc/fpu/math_private.h: ...here. New file.
+
+2006-11-05 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
+ Update handling of cache descriptor 0x49 for new models.
+ * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_check_word):
+ Likewise.
+
2006-11-02 Jakub Jelinek <jakub@redhat.com>
- * malloc/memusage.c (dest): Reset not_me back to false after printing
- statistics.
+ * malloc/memusage.c (dest): Reset not_me back to false after
+ printing statistics.
2006-11-02 Ulrich Drepper <drepper@redhat.com>