]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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
index a8aa8f15c0d04082e93fd063835edff53dfbd701,d6b0ca8f57ca9adb83a6f4d6fc70f7bd86c7f6d2..9cd9250c933586aee4db5e308bf95bc0f85afc9e
+++ 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.