Re: [PATCH] libelf: There is just one ELF version.

2019-02-28 Thread Mark Wielaard
On Sun, Feb 24, 2019 at 06:07:17PM +0100, Mark Wielaard wrote: > Remove (partially defined out) code and data structures dealing with > multiple ELF versions. There hasn't been a new ELF version in the > last 20 years. Simplify the code a bit by just assuming there will > only be one version (EV_CU

[PATCH] libelf: There is just one ELF version.

2019-02-24 Thread Mark Wielaard
Remove (partially defined out) code and data structures dealing with multiple ELF versions. There hasn't been a new ELF version in the last 20 years. Simplify the code a bit by just assuming there will only be one version (EV_CURRENT == 1). Simplifies elf_version, gets rid of __libelf_version_init