https://sourceware.org/bugzilla/show_bug.cgi?id=30152
--- Comment #1 from Andreas Schwab <sch...@linux-m68k.org> --- The actual check is: number = section->sh_size / section->sh_entsize; if (number * sizeof (Elf64_External_Sym) > section->sh_size + 1) which fails since your symtab uses ELF32 symbols. -- You are receiving this mail because: You are on the CC list for the bug.