]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Fix potential problem with skipping relocations
authorUlrich Drepper <drepper@gmail.com>
Sun, 16 Oct 2011 13:34:51 +0000 (09:34 -0400)
committerUlrich Drepper <drepper@gmail.com>
Sun, 16 Oct 2011 13:34:51 +0000 (09:34 -0400)
commite453f6cd0ccdd64a3f5f156e2c5f70085e9289e7
tree52ffc06dedd14b973a77112d6847614eb976542f
parent79b195b55af84a9044dfb26ebdc49d9f308829af
Fix potential problem with skipping relocations

We never seem to have hit this problem but way relative relocations
were skipped was wrong.  There are relative relocations only in the
DT_REL/DT_RELA section.  The elf_dynamic_do_##reloc function skipped
the entries in all calls, though.
ChangeLog
elf/do-rel.h
elf/dynamic-link.h