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/ebl_check_special_symbol.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libebl/ebl_check_special_symbol.c') diff --git a/libebl/ebl_check_special_symbol.c b/libebl/ebl_check_special_symbol.c index 8825ee3f..176e9a6c 100644 --- a/libebl/ebl_check_special_symbol.c +++ b/libebl/ebl_check_special_symbol.c @@ -20,8 +20,9 @@ bool -ebl_check_special_symbol (ebl, sym, name, destshdr) +ebl_check_special_symbol (ebl, ehdr, sym, name, destshdr) Ebl *ebl; + GElf_Ehdr *ehdr; const GElf_Sym *sym; const char *name; const GElf_Shdr *destshdr; @@ -29,5 +30,5 @@ ebl_check_special_symbol (ebl, sym, name, destshdr) if (ebl == NULL) return false; - return ebl->check_special_symbol (ebl->elf, sym, name, destshdr); + return ebl->check_special_symbol (ebl->elf, ehdr, sym, name, destshdr); } -- cgit v1.2.3