Merge branch 'master' of ssh://sources.redhat.com/git/glibc
authorUlrich Drepper <drepper@redhat.com>
Fri, 15 Jan 2010 00:25:15 +0000 (16:25 -0800)
committerUlrich Drepper <drepper@redhat.com>
Fri, 15 Jan 2010 00:25:15 +0000 (16:25 -0800)
1  2 
ChangeLog

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,15 -1,11 +1,21 @@@
+ 2010-01-14  Ryan S. Arnold  <rsa@us.ibm.com>
+       * Makeconfig (+prector, +postctor, +prectorS, +postctorS): Add
+       $(sysdep-LDFLAGS) to pre and post ctors so that the proper .o
+       files are found by GCC.
  2010-01-14  Ulrich Drepper  <drepper@redhat.com>
  
 +      * posix/unistd.h: Relax conditions for ualarm, usleep, getwd, vfork,
 +      brk, and sbrk.
 +
 +      * string/strings.h: Relax condition for bcmp, bcopy, bzero, ffs,
 +      index, and rindex.
 +
 +      * stdlib/stdlib.h: Relax conditions for *cvt functions and valloc.
 +
 +      * Versions.def: Add GLIBC_2.12 for libpthread.
 +
        [BZ #11126]
        * malloc/malloc.c (malloc_info): Initialize malloc if not already
        done.  Handle empty bin lists.