]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf32-arc.c
[ARC] General bug fixes
authorCupertino Miranda <cmiranda@synopsys.com>
Fri, 20 May 2016 10:06:17 +0000 (12:06 +0200)
committerClaudiu Zissulescu <claziss@synopsys.com>
Mon, 13 Jun 2016 14:07:02 +0000 (16:07 +0200)
commit2ab2f40d58e6ad530667b018e42dd71519556f1b
tree8f0edbc9ba93907e4d98c3c9bd95b34b387a270b
parent0f7f3789ca97ecaf0c4169c6d82e205f69fa0580
[ARC] General bug fixes

Fail safe for trying to reloc GOT and PLT on non dynamic linker.  Fix
issue with dynamic relocs not being generated with -pie.  Removed some
structures that were not being used.  Fixed typo changing RELENT to
RELAENT.  Fix for all SECTOFF relocations.

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

* elf32-arc.c (arc_local_data, arc_local_data): Removed.
(SECTSTART): Changed.
(elf_arc_relocate_section): Fixed mistake in PIE related
condition.
(elf_arc_size_dynamic_sections): Changed DT_RELENT to DT_RELAENT.
bfd/ChangeLog
bfd/elf32-arc.c