From: Andreas Schwab Date: Mon, 27 Sep 2010 09:26:05 +0000 (+0200) Subject: Merge remote branch 'origin/master' into fedora/master X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28006b2f336dcad2bda969a74dba28084dd82482;p=thirdparty%2Fglibc.git Merge remote branch 'origin/master' into fedora/master --- 28006b2f336dcad2bda969a74dba28084dd82482 diff --cc ChangeLog index ff36898cc20,d7f08194547..862fadc2a16 --- a/ChangeLog +++ b/ChangeLog @@@ -1,10 -1,65 +1,72 @@@ + 2010-09-24 Petr Baudis + + * debug/stack_chk_fail_local.c: Add missing licence exception. + * debug/warning-nop.c: Likewise. + + 2010-09-15 Michael B. Brutman + + * sysdeps/powerpc/powerpc32/ppca2/memcpy.S: New file. + * sysdeps/powerpc/powerpc64/ppca2/memcpy.S: New file. + * sysdeps/unix/sysv/linux/powerpc/powerpc32/ppca2/fpu/Implies: New + submachine. + * sysdeps/unix/sysv/linux/powerpc/powerpc64/ppca2/fpu/Implies: + Likewise. + + 2010-09-15 Joseph Myers + + * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When + implementing getdents64 using getdents syscall, set d_type if + __ASSUME_GETDENTS32_D_TYPE. + + 2010-09-16 Andreas Schwab + + * elf/dl-close.c (free_slotinfo, free_mem): Move to... + * elf/dl-libc.c (free_slotinfo, free_mem): ... here. + + 2010-09-21 Ulrich Drepper + + [BZ #12037] + * posix/unistd.h: Undo change of feature selection for ftruncate from + 2010-01-11. + + 2010-09-20 Ulrich Drepper + + * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit + detection. + + 2010-09-20 Andreas Schwab + + * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add + fanotify_mark. + * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise. + + 2010-09-14 Andreas Schwab + + * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register + variables after CHECK_SP call. + * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise. + + 2010-09-13 Andreas Schwab + Ulrich Drepper + + * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before + re-relocationg ld.so. + * elf/dl-support.c (_dl_non_dynamic_init): And here after the + _dl_init_paths call. + * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs) + here anymore. + + 2010-09-14 Ulrich Drepper + + * resolv/res_init.c (__res_vinit): Count the default server we added. + +2010-09-13 Andreas Schwab + + * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%. + (sysd-rules-targets): Remove duplicates. + * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with + rtld-%.$o dependency. + 2010-09-08 Chung-Lin Tang Ulrich Drepper