diff options
Diffstat (limited to 'bfd/elf32-sparc.c')
-rw-r--r-- | bfd/elf32-sparc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bfd/elf32-sparc.c b/bfd/elf32-sparc.c index c20e403..74b0782 100644 --- a/bfd/elf32-sparc.c +++ b/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 |