diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-07 00:33:57 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-07 00:33:57 +0000 |
commit | d58b7049a71721f1ce04f5eb468ff8ef1faa1d69 (patch) | |
tree | 3273908543bdb63aba85e2ce3c386cedb4ed4f4e /bfd/libbfd.h | |
parent | 424f02027213e8e4ed386bca4d7973022e63dac6 (diff) | |
download | gdb-d58b7049a71721f1ce04f5eb468ff8ef1faa1d69.zip gdb-d58b7049a71721f1ce04f5eb468ff8ef1faa1d69.tar.gz gdb-d58b7049a71721f1ce04f5eb468ff8ef1faa1d69.tar.bz2 |
Fluff removal.
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) |