diff options
| author | Ulrich Drepper <[email protected]> | 2006-06-12 22:40:23 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-06-12 22:40:23 +0000 |
| commit | 6ca4600fb59d1e1ae3dfb872b184ac91f10c473f (patch) | |
| tree | df850603e6b4df8787b23a46321c13f60e53bac1 /libebl/ebl-hooks.h | |
| parent | cbb51e5253e05d98af8bdaf2217fed00b2e489b9 (diff) | |
Don't create INTERP and PHDR program header entry if a DSO is created without
a specific interpreter.
Ignore duplicate COMDAT group sections.
elflint should not complain about anything about *_NONE relocations.
Add support to libebl to determine whether given relocation is *_NONE
relocation.
Diffstat (limited to 'libebl/ebl-hooks.h')
| -rw-r--r-- | libebl/ebl-hooks.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libebl/ebl-hooks.h b/libebl/ebl-hooks.h index 22d38733..4227c24f 100644 --- a/libebl/ebl-hooks.h +++ b/libebl/ebl-hooks.h @@ -1,5 +1,5 @@ /* Backend hook signatures internal interface for libebl. - Copyright (C) 2000, 2001, 2002, 2004, 2005 Red Hat, Inc. + Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -116,6 +116,9 @@ bool EBLHOOK(debugscn_p) (const char *); /* Check whether given relocation is a copy relocation. */ bool EBLHOOK(copy_reloc_p) (int); +/* Check whether given relocation is a no-op relocation. */ +bool EBLHOOK(none_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 *); |
