[ARC] Fixes related to reordering of .got and .got.plt
authorCupertino Miranda <cmiranda@synopsys.com>
Thu, 26 May 2016 14:00:08 +0000 (16:00 +0200)
committerClaudiu Zissulescu <claziss@synopsys.com>
Mon, 13 Jun 2016 14:10:00 +0000 (16:10 +0200)
commit3b63d2cee1e6b894981cab59183480ac0972146a
treecd07920b8f23e6d73a42208a8704e55e16f94f7e
parent2ab2f40d58e6ad530667b018e42dd71519556f1b
[ARC] Fixes related to reordering of .got and .got.plt

- Correctly solved relocations on the .got header.
- This bug arrised from enabling RELRO (-z combreloc).
  Because the .got and .got.plt sections were split in new linker
  scripts the header is no longer part of sgotplt contents.
  Changed the patch to sgot contents instead.
- Latest fix to .got header relocs.

bfd/
2016-06-13  Cupertino Miranda  <cmiranda@synospsy.com>

* elf32-arc.c (elf_arc_finish_dynamic_sections): Changed.
bfd/ChangeLog
bfd/elf32-arc.c