summaryrefslogtreecommitdiff
path: root/libebl/libebl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-08-13 17:50:47 +0000
committerUlrich Drepper <drepper@redhat.com>2005-08-13 17:50:47 +0000
commitc5c33a6a2ce5ea400ac5d06b3c2f15808f68b803 (patch)
tree766e4fa596159c98baa73efde0730ea49f266d8e /libebl/libebl.h
parentad11217601d90e4bb79e4305541e7ecd9ec13182 (diff)
downloadelfutils-c5c33a6a2ce5ea400ac5d06b3c2f15808f68b803.tar.gz
Minor cleanups of last changes to elflint and libebl to support
clean ppc/ppc64 handling.
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 46373441..8b51aef7 100644
--- a/libebl/libebl.h
+++ b/libebl/libebl.h
@@ -114,7 +114,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,
+extern bool ebl_check_special_symbol (Ebl *ebl, GElf_Ehdr *ehdr,
const GElf_Sym *sym, const char *name,
const GElf_Shdr *destshdr);
@@ -154,7 +154,7 @@ extern bool ebl_section_strip_p (Ebl *ebl, const GElf_Ehdr *ehdr,
bool remove_comment, bool only_remove_debug);
/* Check if backend uses a bss PLT in this file. */
-extern bool ebl_bss_plt_p (Ebl *ebl);
+extern bool ebl_bss_plt_p (Ebl *ebl, GElf_Ehdr *ehdr);
/* ELF string table handling. */