https://sourceware.org/bugzilla/show_bug.cgi?id=33369
Bug ID: 33369
Summary: Wrong sh_entsize on .plt
Product: binutils
Version: 2.46 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: i386
elf_i386_finish_dynamic_sections has
/* UnixWare sets the entsize of .plt to 4, although that doesn't
really seem like the right value. */
elf_section_data (htab->elf.splt->output_section)
->this_hdr.sh_entsize = 4;
Should we fix it now?
--
You are receiving this mail because:
You are on the CC list for the bug.