summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2010-02-20 13:40:59 -0800
committerDavid S. Miller <davem@davemloft.net>2010-02-20 13:48:06 -0800
commit5c866a8b9be0bd8dff97dd8143e55dd228617c23 (patch)
tree4ff0d2cb41595f5252997879c04baaaef02a4953 /ChangeLog
parent1d204bf2945617be272f88ee233adbceeffd5315 (diff)
downloadglibc-5c866a8b9be0bd8dff97dd8143e55dd228617c23.tar.gz
glibc-5c866a8b9be0bd8dff97dd8143e55dd228617c23.tar.xz
glibc-5c866a8b9be0bd8dff97dd8143e55dd228617c23.zip
Fix PLT rewrite when prelinking fails on 32-bit sparc.
When prelinking fails we have to rewrite the PLT, but the code
doing so forgets to adjust all rela->r_offset addresses by the
location of where the object was actually mapped.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85327329ff..cd1be57595 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-20  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
+	Adjust rela->r_offset by l->l_addr when rewriting PLT.
+
 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):