summaryrefslogtreecommitdiffstats
path: root/libebl/libebl.h
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2018-09-14 12:28:58 +0200
committerMark Wielaard <[email protected]>2018-09-14 12:28:58 +0200
commit029c76f0d4b06584e370b5fc0112712ba99a6219 (patch)
tree20c91ff0dc7125251b26ded357e71c542b67d5cc /libebl/libebl.h
parent94c975eefdfbfa9319b7bab69600c76fe6be7910 (diff)
parent52b6b2f1f49e7385527e9f311f248092be0c0b61 (diff)
Merge branch 'master' into mjw/RH-DTSdts-0.174
elfutils 0.174 release Removed new M68K and RISCV tests.
Diffstat (limited to 'libebl/libebl.h')
-rw-r--r--libebl/libebl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libebl/libebl.h b/libebl/libebl.h
index 882bdb99..5abc02d8 100644
--- a/libebl/libebl.h
+++ b/libebl/libebl.h
@@ -152,7 +152,7 @@ extern bool ebl_dynamic_tag_check (Ebl *ebl, int64_t tag);
/* Check whether given symbol's st_value and st_size are OK despite failing
normal checks. */
-extern bool ebl_check_special_symbol (Ebl *ebl, GElf_Ehdr *ehdr,
+extern bool ebl_check_special_symbol (Ebl *ebl,
const GElf_Sym *sym, const char *name,
const GElf_Shdr *destshdr);
@@ -205,7 +205,7 @@ extern bool ebl_none_reloc_p (Ebl *ebl, int reloc);
extern bool ebl_relative_reloc_p (Ebl *ebl, int reloc);
/* Check whether section should be stripped. */
-extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
+extern bool ebl_section_strip_p (Ebl *ebl,
const GElf_Shdr *shdr, const char *name,
bool remove_comment, bool only_remove_debug);