diff options
| author | Mark Wielaard <mark@klomp.org> | 2018-08-04 20:36:09 +0200 |
|---|---|---|
| committer | Mark Wielaard <mark@klomp.org> | 2018-09-13 14:30:30 +0200 |
| commit | ba2a7f4fa5f453c2b0a729bf519240a8f66a1867 (patch) | |
| tree | 6fd2f8cd25f5750e815d7cab22adbd4f5d345e68 /libebl/ChangeLog | |
| parent | fb0457f4671e7e0f8331453348005ed6beab275e (diff) | |
| download | platform_external_elfutils-ba2a7f4fa5f453c2b0a729bf519240a8f66a1867.tar.gz platform_external_elfutils-ba2a7f4fa5f453c2b0a729bf519240a8f66a1867.tar.bz2 platform_external_elfutils-ba2a7f4fa5f453c2b0a729bf519240a8f66a1867.zip | |
backends: Always use elf_getshdrstrndx in check_special_symbol.
The check_special_symbol backend functions used the Ehdr e_shstrndx
field to get at the name of sections. This is not correct if there
are more than SHN_LORESERVE sections. Always use elf_getshdrstrndx
to get the shstrtab section. And drop the Ehdr argument that isn't
necessary anymore.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libebl/ChangeLog')
| -rw-r--r-- | libebl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index f76afd10..574aae6e 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,10 @@ +2018-09-12 Mark Wielaard <mark@klomp.org> + + * ebl-hooks.h (check_special_symbol): Drop ehdr argument. + * ebl_check_special_symbol.c (ebl_check_special_symbol): Likewise. + * eblopenbackend.c (default_check_special_symbol): Likewise. + * libebl.h (ebl_check_special_symbol): Likewise. + 2018-07-04 Ross Burton <ross.burton@intel.com> * eblopenbackend.c: Remove error.h include. |
