This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xcoff64 bfd-libcoff.h.patch




libcoff.h : move xcoff extern declarations to libxcoff.h

------------------------------------------------------------------------

diff -rcp sources-original/src/bfd/libcoff.h sources/src/bfd/libcoff.h
*** sources-original/src/bfd/libcoff.h	Sat Jan 20 00:28:27 2001
--- sources/src/bfd/libcoff.h	Mon Jan 29 11:48:28 2001
*************** extern boolean _bfd_coff_reloc_link_orde
*** 554,577 ****
  #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.  */
  
--- 554,559 ----

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]