diff options
author | David S. Miller <davem@davemloft.net> | 2012-09-27 21:33:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-09-27 21:33:54 -0700 |
commit | aa9bbfe6a79fce593ab3d298bb0e880d77eb7f71 (patch) | |
tree | ee985cd26a370995dd7eb89cece24126aea2d939 /ChangeLog | |
parent | c39bc8b8254364fda301a89180130c3586859d75 (diff) | |
download | glibc-aa9bbfe6a79fce593ab3d298bb0e880d77eb7f71.tar.gz glibc-aa9bbfe6a79fce593ab3d298bb0e880d77eb7f71.tar.xz glibc-aa9bbfe6a79fce593ab3d298bb0e880d77eb7f71.zip |
Fix sparc64 crashes with LD_BIND_NOW and --enable-bind-now.
[BZ #14376] * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not pass reloc->r_addend in as the 'high' argument to sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c55a72e271..5729b4c1ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2012-09-27 David S. Miller <davem@davemloft.net> + + [BZ #14376] + * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not + pass reloc->r_addend in as the 'high' argument to + sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations. + 2012-09-28 Pino Toscano <toscano.pino@tiscali.it> * rt/tst-aio2.c: Include <pthread.h>. |