From 0631d1fb4dfc3de5c1fb22d4030dffece350d724 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 12 Oct 2012 20:43:21 +0200 Subject: libebl/ 2012-10-12 Jan Kratochvil * ebl-hooks.h (abi_cfi): Extend its comment for return value. * eblopenbackend.c (default_abi_cfi): Return -1. * libebl.h (ebl_abi_cfi): Extend its comment for return value. Signed-off-by: Jan Kratochvil --- libebl/ebl-hooks.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libebl/ebl-hooks.h') diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index f629bce7..d3cf3e62 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -151,7 +151,8 @@ int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, DisasmOutputCB_t outcb, DisasmGetSymCB_t symcb, void *outcbarg, void *symcbarg); -/* Supply the machine-specific state of CFI before CIE initial programs. */ +/* Supply the machine-specific state of CFI before CIE initial programs. + Function returns 0 on success and -1 on error. */ int EBLHOOK(abi_cfi) (Ebl *ebl, Dwarf_CIE *abi_info); /* Destructor for ELF backend handle. */ -- cgit v1.2.3