diff options
author | Ulrich Drepper <[email protected]> | 2006-06-15 03:21:46 +0000 |
---|---|---|
committer | Ulrich Drepper <[email protected]> | 2006-06-15 03:21:46 +0000 |
commit | ee4b927bae351b21787355e00a3d28371bf78e8f (patch) | |
tree | 96b9db5c08be2adb0094508afd7c7ea69291341d /libebl/ebl-hooks.h | |
parent | 1b0714c81de473ad3a5ca88bd1c593d93a6ebcdd (diff) |
New spec file.elfutils-0.121
Diffstat (limited to 'libebl/ebl-hooks.h')
-rw-r--r-- | libebl/ebl-hooks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index e4923b2e..4227c24f 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -119,9 +119,6 @@ bool EBLHOOK(copy_reloc_p) (int); /* Check whether given relocation is a no-op relocation. */ bool EBLHOOK(none_reloc_p) (int); -/* Check whether given relocation is a relative relocation. */ -bool EBLHOOK(relative_reloc_p) (int); - /* Check whether given symbol's value is ok despite normal checks. */ bool EBLHOOK(check_special_symbol) (Elf *, GElf_Ehdr *, const GElf_Sym *, const char *, const GElf_Shdr *); |