diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-27 15:05:19 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-27 15:05:19 -0500 |
commit | 6ee65ed6ddbf04402fad0bec6aa9c73b9d982ae4 (patch) | |
tree | a26f39ff87542c60680d6047c512b3009734bf21 /ChangeLog | |
parent | 43455e09166350b1237d2168d1b008c9f47ebaf0 (diff) | |
download | glibc-6ee65ed6ddbf04402fad0bec6aa9c73b9d982ae4.tar glibc-6ee65ed6ddbf04402fad0bec6aa9c73b9d982ae4.tar.gz glibc-6ee65ed6ddbf04402fad0bec6aa9c73b9d982ae4.tar.bz2 glibc-6ee65ed6ddbf04402fad0bec6aa9c73b9d982ae4.zip |
Sort objects before relocations
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2012-01-27 Ulrich Drepper <drepper@gmail.com> + + [BZ #13618] + * elf/dl-open.c (dl_open_worker): Sort objects by dependency before + relocation. + * Makeconfig (libm): Define. + * elf/Makefile: Add rules to build and run tst-relsort1. + * elf/tst-relsort1.c: New file. + * elf/tst-relsort1mod1.c: New file. + * elf/tst-relsort1mod2.c: New file. + 2012-01-26 Joseph Myers <joseph@codesourcery.com> * crypt/md5.h: Remove __STDC__ conditionals. |