diff options
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 81f327d..69f6398 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -213,6 +213,11 @@ void EXFUN(bfd_constructor_entry, (bfd *abfd, CONST struct reloc_howto_struct *EXFUN(bfd_default_reloc_type_lookup , (CONST struct bfd_arch_info *, bfd_reloc_code_type code)); +boolean EXFUN(bfd_generic_relax_section + , (bfd *abfd, + asection *section, + asymbol **symbols, + struct bfd_seclet_struct *seclet)); bfd_byte * EXFUN(bfd_generic_get_relocated_section_contents, (bfd *abfd, struct bfd_seclet_struct *seclet) |