Browse Source

* elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear

.plt sh_entsize.
jimb-rda-nptl-branch
Jakub Jelinek 23 years ago
parent
commit
a8a6d7cef4
  1. 5
      bfd/ChangeLog
  2. 3
      bfd/elf32-sparc.c

5
bfd/ChangeLog

@ -1,3 +1,8 @@
2004-02-19 Jakub Jelinek <jakub@redhat.com>
* elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
.plt sh_entsize.
2004-02-18 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Update version to 2.15.90.

3
bfd/elf32-sparc.c

@ -3283,8 +3283,7 @@ elf32_sparc_finish_dynamic_sections (output_bfd, info)
splt->contents + splt->_raw_size - 4);
}
elf_section_data (splt->output_section)->this_hdr.sh_entsize =
PLT_ENTRY_SIZE;
elf_section_data (splt->output_section)->this_hdr.sh_entsize = 0;
}
/* Set the first entry in the global offset table to the address of

Loading…
Cancel
Save