Re: [PATCH] libelf: Remove unused internal __elf[32|64]_msize functions.

2019-02-28 Thread Mark Wielaard
On Sun, Feb 24, 2019 at 06:14:36PM +0100, Mark Wielaard wrote: > Those functions were intended for ELF versions where the memory and > file sizes of data structures are different. They were never used > because libelf depends on the file and memory sizes being equal > (otherwise using mmap wouldn't

[PATCH] libelf: Remove unused internal __elf[32|64]_msize functions.

2019-02-24 Thread Mark Wielaard
Those functions were intended for ELF versions where the memory and file sizes of data structures are different. They were never used because libelf depends on the file and memory sizes being equal (otherwise using mmap wouldn't work). Signed-off-by: Mark Wielaard --- libelf/ChangeLog | 7 +