* elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
authorAlan Modra <amodra@gmail.com>
Thu, 12 Dec 2002 10:17:14 +0000 (10:17 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 12 Dec 2002 10:17:14 +0000 (10:17 +0000)
commit6348e046b7477703914eafb99866a269c186c496
tree0414d23ef48cb9b188097ffe6e0c23615c3bfe17
parent7dda0df6a35b01389ed6f7880982293aa62ee788
* elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
to DT_JMPREL.  Use srelplt input section size for DT_PLTRELSZ and
DT_RELSZ adjustment, not output section.  Avoid writing tags when
unchanged.  Don't assume linker script is sane, adjust DT_REL too.
* elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
size of srelplt for DT_PLTRELSZ.  Use srelplt input section size for
DT_RELASZ adjustment, not output section.  Avoid writing tags when
unchanged.  Adjust DT_RELA.
* elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
formatting.  Avoid writing tags when unchanged.  Adjust DT_RELA.
bfd/ChangeLog
bfd/elf32-hppa.c
bfd/elf32-i386.c
bfd/elf64-ppc.c
This page took 0.02701 seconds and 4 git commands to generate.