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-bfd-in2.h.patch






bfd-in2.h :
	move extern xcoff declarations to libxcoff.h

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

diff -rcp sources-original/src/bfd/bfd-in2.h sources/src/bfd/bfd-in2.h
*** sources-original/src/bfd/bfd-in2.h	Sat Jan 20 00:28:23 2001
--- sources/src/bfd/bfd-in2.h	Mon Jan 29 11:48:10 2001
*************** extern void bfd_free_window PARAMS ((bfd
*** 701,726 ****
  extern boolean bfd_get_file_window
    PARAMS ((bfd *, file_ptr, bfd_size_type, bfd_window *, boolean));

- /* XCOFF support routines for the linker.  */
-
- extern boolean bfd_xcoff_link_record_set
-   PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *,
- 	   bfd_size_type));
- extern boolean bfd_xcoff_import_symbol
-   PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *,
- 	   bfd_vma, const char *, const char *, const char *));
- extern boolean bfd_xcoff_export_symbol
-   PARAMS ((bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *,
- 	   boolean));
- extern boolean bfd_xcoff_link_count_reloc
-   PARAMS ((bfd *, struct bfd_link_info *, const char *));
- extern boolean bfd_xcoff_record_link_assignment
-   PARAMS ((bfd *, struct bfd_link_info *, const char *));
- extern boolean bfd_xcoff_size_dynamic_sections
-   PARAMS ((bfd *, struct bfd_link_info *, const char *, const char *,
- 	   unsigned long, unsigned long, unsigned long, boolean,
- 	   int, boolean, boolean, struct sec **));
-
  /* Externally visible COFF routines.  */

  #if defined(__STDC__) || defined(ALMOST_STDC)
--- 701,706 ----


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