diff options
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r-- | bfd/libcoff.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h index df32c8604ec..514cec11499 100644 --- a/bfd/libcoff.h +++ b/bfd/libcoff.h @@ -620,14 +620,6 @@ extern bfd_boolean _bfd_xcoff_define_common_symbol extern bfd_boolean _bfd_ppc_xcoff_relocate_section (bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *, struct internal_reloc *, struct internal_syment *, asection **); - -/* Functions in coff-ppc.c. FIXME: These are called by pe.em in the - linker, and so should start with bfd and be declared in bfd.h. */ - -extern bfd_boolean ppc_allocate_toc_section - (struct bfd_link_info *); -extern bfd_boolean ppc_process_before_allocation - (bfd *, struct bfd_link_info *); /* Extracted from coffcode.h. */ typedef struct coff_ptr_struct |