This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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_CURRENT == 1).
> 
> Simplifies elf_version, gets rid of __libelf_version_initialized.
> Removes one (or more) array (version) dimension from various tables
> and accessor functions (__elf_xfctstom, shtype_map, __libelf_data_type,
> __libelf_type_aligns and __libelf_type_sizes).

Pushed to master.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]