diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-09-03 12:03:48 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2012-09-03 12:03:48 +0000 |
commit | 31db78f6a33ede3527772025eabf73373638077c (patch) | |
tree | a2aae5d2d4054c0c099cd9ae8c7302f47bd553cc /bfd/ChangeLog | |
parent | f253d86d7f3da50f46117b753ae763dc393a13c9 (diff) | |
download | gdb-31db78f6a33ede3527772025eabf73373638077c.zip gdb-31db78f6a33ede3527772025eabf73373638077c.tar.gz gdb-31db78f6a33ede3527772025eabf73373638077c.tar.bz2 |
2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* elf32-s390.c (elf_s390_relocate_section): Handle PLTOFF for
local and global ifunc symbols.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ee99372..189d52d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> + + * elf32-s390.c (elf_s390_relocate_section): Handle PLTOFF for + local and global ifunc symbols. + * elf64-s390.c (elf_s390_relocate_section): Likewise. + 2012-09-02 H.J. Lu <hongjiu.lu@intel.com> * elf-bfd.h (elf_link_hash_table): Add hdynamic for the |