Merge branch 'master' of ssh://sourceware.org/git/glibc
[platform/upstream/glibc.git] / ChangeLog
index c8669a9..0de681e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,24 @@
+2011-03-10  Ulrich Drepper  <drepper@gmail.com>
+
+       [BZ #12510]
+       * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
+       copy from the symbol referenced in the relocation to initialize the
+       used variable.
+       Patch by Piotr Bury <pbury@goahead.com>.
+       * elf/Makefile: Add rules to build and tst-unique3.
+       * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
+       * elf/tst-unique3.cc: New file.
+       * elf/tst-unique3.h: New file.
+       * elf/tst-unique3lib.cc: New file.
+       * elf/tst-unique3lib2.cc: New file.
+
+       * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
+
 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
 
        * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
        $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
        to _start.
-       * sysdeps/sparc/sparc64/elf/configure: Regenerate.
 
 2011-03-06  Ulrich Drepper  <drepper@gmail.com>