summaryrefslogtreecommitdiff
path: root/bfd/libcoff.h
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-05-24 20:59:23 +0000
committerTom Rix <trix@redhat.com>2001-05-24 20:59:23 +0000
commitfede875c5971ff933b71ac578c39b2147301d8de (patch)
treed7c97a63e20065b0f142b6083783e872e7aab693 /bfd/libcoff.h
parent9134d1a9232ac71f792cc35d1d629ef0307f4af7 (diff)
downloadbinutils-redhat-fede875c5971ff933b71ac578c39b2147301d8de.tar.gz
Support for xcoff64
Diffstat (limited to 'bfd/libcoff.h')
-rw-r--r--bfd/libcoff.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/bfd/libcoff.h b/bfd/libcoff.h
index 5127ff372e..b7ed966f97 100644
--- a/bfd/libcoff.h
+++ b/bfd/libcoff.h
@@ -557,24 +557,6 @@ extern boolean _bfd_coff_reloc_link_order
#define coff_get_section_contents_in_window \
_bfd_generic_get_section_contents_in_window
-/* Functions in xcofflink.c. */
-
-extern long _bfd_xcoff_get_dynamic_symtab_upper_bound PARAMS ((bfd *));
-extern long _bfd_xcoff_canonicalize_dynamic_symtab
- PARAMS ((bfd *, asymbol **));
-extern long _bfd_xcoff_get_dynamic_reloc_upper_bound PARAMS ((bfd *));
-extern long _bfd_xcoff_canonicalize_dynamic_reloc
- PARAMS ((bfd *, arelent **, asymbol **));
-extern struct bfd_link_hash_table *_bfd_xcoff_bfd_link_hash_table_create
- PARAMS ((bfd *));
-extern boolean _bfd_xcoff_bfd_link_add_symbols
- PARAMS ((bfd *, struct bfd_link_info *));
-extern boolean _bfd_xcoff_bfd_final_link
- PARAMS ((bfd *, struct bfd_link_info *));
-extern boolean _bfd_ppc_xcoff_relocate_section
- PARAMS ((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 be pe.em in the
linker, and so should start with bfd and be declared in bfd.h. */