summaryrefslogtreecommitdiff
path: root/libebl/libeblP.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/libeblP.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/libeblP.h')
-rw-r--r--libebl/libeblP.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libebl/libeblP.h b/libebl/libeblP.h
index adf51913..e3696f96 100644
--- a/libebl/libeblP.h
+++ b/libebl/libeblP.h
@@ -106,12 +106,11 @@ struct ebl
bool (*copy_reloc_p) (int);
/* Check whether given symbol's value is ok despite normal checks. */
- bool (*check_special_symbol) (Elf *elf,
- const GElf_Sym *sym, const char *name,
- const GElf_Shdr *destshdr);
+ bool (*check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *,
+ const char *, const GElf_Shdr *);
/* Check if backend uses a bss PLT in this file. */
- bool (*bss_plt_p) (Elf *elf);
+ bool (*bss_plt_p) (Elf *, GElf_Ehdr *);
/* Destructor for ELF backend handle. */
void (*destr) (struct ebl *);