On Mon, Jan 25, 2016 at 04:10:52PM +0100, Martin Pieuchot wrote:
> Removes the abstraction layer to support multiple executable binaries.
> These days all our architectures are ELF and this would allows us to
> reuse the ELF parsing code more easily.
>
> Diff below includes the db_sifting() remova
Removes the abstraction layer to support multiple executable binaries.
These days all our architectures are ELF and this would allows us to
reuse the ELF parsing code more easily.
Diff below includes the db_sifting() removal.
ok?
Index: db_elf.c
==