Ignore:
Timestamp:
Aug 16, 2003, 6:59:22 PM (22 years ago)
Author:
bird
Message:

binutils v2.14 - offical sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/binutils/ld/pe-dll.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r608 r609  
    11/* pe-dll.h: Header file for routines used to build Windows DLLs.
    2    Copyright 1999, 2000 Free Software Foundation, Inc.
     2   Copyright 1999, 2000, 2002 Free Software Foundation, Inc.
    33
    44   This file is part of GLD, the Gnu Linker.
     
    3434extern int pe_dll_warn_dup_exports;
    3535extern int pe_dll_compat_implib;
     36extern int pe_dll_extra_pe_debug;
    3637
    37 extern void pe_dll_id_target PARAMS ((const char *));
    38 extern void pe_dll_add_excludes PARAMS ((const char *));
    39 extern void pe_dll_generate_def_file PARAMS ((const char *));
    40 extern void pe_dll_generate_implib PARAMS ((def_file *, const char *));
    41 extern void pe_process_import_defs PARAMS ((bfd *, struct bfd_link_info *));
    42 extern boolean pe_implied_import_dll PARAMS ((const char *));
    43 extern void pe_dll_build_sections PARAMS ((bfd *, struct bfd_link_info *));
    44 extern void pe_exe_build_sections PARAMS ((bfd *, struct bfd_link_info *));
    45 extern void pe_dll_fill_sections PARAMS ((bfd *, struct bfd_link_info *));
    46 extern void pe_exe_fill_sections PARAMS ((bfd *, struct bfd_link_info *));
    47 
     38extern void pe_dll_id_target
     39  PARAMS ((const char *));
     40extern void pe_dll_add_excludes
     41  PARAMS ((const char *, const int));
     42extern void pe_dll_generate_def_file
     43  PARAMS ((const char *));
     44extern void pe_dll_generate_implib
     45  PARAMS ((def_file *, const char *));
     46extern void pe_process_import_defs
     47  PARAMS ((bfd *, struct bfd_link_info *));
     48extern bfd_boolean pe_implied_import_dll
     49  PARAMS ((const char *));
     50extern void pe_dll_build_sections
     51  PARAMS ((bfd *, struct bfd_link_info *));
     52extern void pe_exe_build_sections
     53  PARAMS ((bfd *, struct bfd_link_info *));
     54extern void pe_dll_fill_sections
     55  PARAMS ((bfd *, struct bfd_link_info *));
     56extern void pe_exe_fill_sections
     57  PARAMS ((bfd *, struct bfd_link_info *));
     58extern void pe_walk_relocs_of_symbol
     59  PARAMS ((struct bfd_link_info * info, const char *name,
     60           int (*cb) (arelent *, asection *)));
     61extern void pe_create_import_fixup
     62  PARAMS ((arelent * rel, asection *, int));
    4863#endif /* PE_DLL_H */
Note: See TracChangeset for help on using the changeset viewer.