__elf_xfctstof is only used in case the memory size and file size of ELF
data structures are different. This is never the case.
Signed-off-by: Mark Wielaard <mark@klomp.org>
+2019-02-24 Mark Wielaard <mark@klomp.org>
+
+ * gelf_xlate.c (__elf_xfctstof): Remove alias.
+ * libelfP.h (__elf_xfctstof): Remove definition.
+
2019-02-24 Mark Wielaard <mark@klomp.org>
* elf32_fsize.c (local_strong_alias): Remove definition.
[ELF_T_GNUHASH] = elf_cvt_gnuhash
}
};
-/* For now we only handle the case where the memory representation is the
- same as the file representation. Should this change we have to define
- separate functions. For now reuse them. */
-strong_alias (__elf_xfctstom, __elf_xfctstof)
/* The table with the function pointers. */
extern const xfct_t __elf_xfctstom[ELFCLASSNUM - 1][ELF_T_NUM]
attribute_hidden;
-extern const xfct_t __elf_xfctstof[ELFCLASSNUM - 1][ELF_T_NUM]
- attribute_hidden;
/* Array with sizes of the external types indexed by ELF version, binary