diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-08-03 15:50:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-08-03 15:50:51 +0000 |
commit | 004fb7809c1678fd59adf414497f6382e9344415 (patch) | |
tree | 6e90e8441964d4d5620dd439ad73bf704aa36895 /bfd/ChangeLog | |
parent | 92fac5ecb0b23133848395b9883f3dede959142e (diff) | |
download | gdb-004fb7809c1678fd59adf414497f6382e9344415.zip gdb-004fb7809c1678fd59adf414497f6382e9344415.tar.gz gdb-004fb7809c1678fd59adf414497f6382e9344415.tar.bz2 |
2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
PR ld/10433
* elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Set got
to htab->init_got_offset and plt to htab->init_plt_offset
when discarding space for dynamic relocations.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 74c6032..4107449 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2009-08-03 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/10433 + * elf-ifunc.c (_bfd_elf_allocate_ifunc_dyn_relocs): Set got + to htab->init_got_offset and plt to htab->init_plt_offset + when discarding space for dynamic relocations. + 2009-08-03 Alan Modra <amodra@bigpond.net.au> * elf32-ppc.c (struct plt_entry): Revise comments. |