diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2014-12-02 16:57:45 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2014-12-02 16:58:22 -0800 |
commit | fd9edc908915788839e7605e2fe4c00f4b3eb3db (patch) | |
tree | bc6209642676778a8f8195316f814511c34e5ded /bfd/ChangeLog | |
parent | 7c5fdd25ebe3262695084d93027f313e1015518a (diff) | |
download | gdb-fd9edc908915788839e7605e2fe4c00f4b3eb3db.zip gdb-fd9edc908915788839e7605e2fe4c00f4b3eb3db.tar.gz gdb-fd9edc908915788839e7605e2fe4c00f4b3eb3db.tar.bz2 |
Check info->executable for symbols which need copy relocs
* elf64-x86-64.c (elf_x86_64_relocate_section): Check
info->executable for symbols which need copy relocs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 91245b9..f7caed5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2014-12-02 H.J. Lu <hongjiu.lu@intel.com> + * elf64-x86-64.c (elf_x86_64_relocate_section): Check + info->executable for symbols which need copy relocs. + +2014-12-02 H.J. Lu <hongjiu.lu@intel.com> + * elf64-x86-64.c (elf_x86_64_check_relocs): Revert the last change. (elf_x86_64_adjust_dynamic_symbol): Don't check !info->shared |