diff options
author | Piotr Bury <pbury@goahead.com> | 2011-05-13 02:59:09 +0100 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2011-05-27 01:27:55 +0200 |
commit | b77931ad9f5661f23fcb236eac7ec1f8b0c94bff (patch) | |
tree | c07e7fe4ecb287c5f9bed9a27ed626ae6adfe761 /ChangeLog | |
parent | 9bb6bfdf659cd1a04c5d93282535b8a9e320fc7d (diff) | |
download | glibc-b77931ad9f5661f23fcb236eac7ec1f8b0c94bff.tar.gz |
Fix resizing able for unique symbols when adding symbol for copy relocation
(cherry picked from commit 320a5dc07b907b1e640fd11ce49a04aa2b367711)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2011-05-12 Ulrich Drepper <drepper@gmail.com> + + [BZ #12511] + * elf/dl-lookup.c (enter): Don't test for copy relocation here and + don't set DF_1_NODELETE here. + (do_lookup_x): When entering new entry test for copy relocation + and if necessary set DF_1_NODELETE flag. + Patch by Piotr Bury <pbury@goahead.com>. + 2011-05-11 Ulrich Drepper <drepper@gmail.com> [BZ #12052] |