]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libelf: Remove unused internal __elf[32|64]_msize functions.
authorMark Wielaard <mark@klomp.org>
Thu, 21 Feb 2019 23:28:01 +0000 (00:28 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 28 Feb 2019 22:17:43 +0000 (23:17 +0100)
commitbe8080bdd746ac2b07fb0bcad23a9677844bb200
tree36de679fccef0ebb8330d482ea334c419460c4b3
parentb9d1678951e13e934759a643040da752573f765f
libelf: Remove unused internal __elf[32|64]_msize functions.

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 <mark@klomp.org>
libelf/ChangeLog
libelf/elf32_fsize.c
libelf/libelfP.h