[llvm] r240939 - Remove Elf_Sym_Iter.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Jun 29 12:34:54 PDT 2015


On 29 June 2015 at 14:57, Michael Spencer <bigcheesegs at gmail.com> wrote:
> This change violates the ELF spec. You're ignoring the sh_entsize
> field while iterating over symbols. I'm fine with removing the
> "dynamic" bit and fixing the other APIs.

How so?

The spec defines the content of those sections. We should report an
error if sh_entsize is wrong.

Cheers,
Rafael



More information about the llvm-commits mailing list