diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-25 06:45:16 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-25 06:45:16 +0000 |
commit | 44731509844946ccd2c2ee1de87901c171dadcc5 (patch) | |
tree | 83e065c21bd400661e9a594289ec3114cd10d051 /ChangeLog | |
parent | 4728cb644861ff8c58586702bf6815c50a1c0dd2 (diff) | |
download | glibc-44731509844946ccd2c2ee1de87901c171dadcc5.tar.gz |
Updated to fedora-glibc-20060825T0639
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -1,3 +1,39 @@ +2006-08-24 Ulrich Drepper <drepper@redhat.com> + + * locale/programs/ld-ctype.c (ctype_read): If CTYPE is NULL, don't + do anything. + + * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): For undefined + symbol require exact match (these are PLTs). + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h + (_dl_ppc64_addr_sym_match): Likewise. + + [BZ #2683] + * elf/dl-addr.c (_dl_addr): Don't ignore all undefined symbols. + If symbol has a value use it. + * elf/tst-dladdr1.c: New file. + * elf/Makefile: Add rules to build and run tst-addr1. + +2006-08-24 Jakub Jelinek <jakub@redhat.com> + + * malloc/malloc.c (sYSMALLOc): Avoid infinite loop if MMAP + keeps failing and heap growth or new heap creation isn't + successful either. + * malloc/tst-malloc.c (main): Add new tests. + +2006-08-24 Ulrich Drepper <drepper@redhat.com> + + [BZ #2734] + * sysdeps/i386/bits/byteswap.h (__bswap_32): Use same conditions + as in the x86-64 code to use bswap. + +2006-05-21 Joseph S. Myers <joseph@codesourcery.com> + + [BZ #2680] + * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not + __USE_UNIX98. + * posix/bits/unistd.h: Likewise. + 2006-05-15 Mike Frysinger <vapier@gentoo.org> [BZ #2751] |