From c5c33a6a2ce5ea400ac5d06b3c2f15808f68b803 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 13 Aug 2005 17:50:47 +0000 Subject: Minor cleanups of last changes to elflint and libebl to support clean ppc/ppc64 handling. --- libebl/libebl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libebl/libebl.h') 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. */ -- cgit v1.2.3