https://sourceware.org/bugzilla/show_bug.cgi?id=33291

--- Comment #20 from Mark Wielaard <mark at klomp dot org> ---
I don't immediately see the exact section (type) that eu-strip is complaining
about, but I suspect it is because of the following check in libelf elf_update:

    if (unlikely (sh_size % shdr->sh_entsize != 0))
      {
        __libelf_seterrno (ELF_E_INVALID_SHENTSIZE);
        return -1;
      }

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to