diff options
author | Alan Modra <amodra@gmail.com> | 2011-09-07 22:02:42 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 22:02:42 -0400 |
commit | 24f579d86e13131beb3f4823e944cc447633a2c1 (patch) | |
tree | 5c59cfce65f79055e2db19597ff47ebe2d0c064d /NEWS | |
parent | 2270037782b05f2973372fe12f6e8d2a8c413188 (diff) | |
download | glibc-24f579d86e13131beb3f4823e944cc447633a2c1.zip glibc-24f579d86e13131beb3f4823e944cc447633a2c1.tar.gz glibc-24f579d86e13131beb3f4823e944cc447633a2c1.tar.bz2 |
Fix profiling on powerpc32 secure-plt shared libs and PIEs
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-9-5 +GNU C Library NEWS -- history of user-visible changes. 2011-9-7 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -10,7 +10,7 @@ Version 2.15 * The following bugs are resolved with this release: 9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021, - 13068, 13114, 13134, 13144, 13150 + 13068, 13092, 13114, 13134, 13144, 13150 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |