Changeset 609 for branches/GNU/src/binutils/ld/pe-dll.h
- Timestamp:
- Aug 16, 2003, 6:59:22 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/binutils/ld/pe-dll.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r608 r609 1 1 /* 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. 3 3 4 4 This file is part of GLD, the Gnu Linker. … … 34 34 extern int pe_dll_warn_dup_exports; 35 35 extern int pe_dll_compat_implib; 36 extern int pe_dll_extra_pe_debug; 36 37 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 38 extern void pe_dll_id_target 39 PARAMS ((const char *)); 40 extern void pe_dll_add_excludes 41 PARAMS ((const char *, const int)); 42 extern void pe_dll_generate_def_file 43 PARAMS ((const char *)); 44 extern void pe_dll_generate_implib 45 PARAMS ((def_file *, const char *)); 46 extern void pe_process_import_defs 47 PARAMS ((bfd *, struct bfd_link_info *)); 48 extern bfd_boolean pe_implied_import_dll 49 PARAMS ((const char *)); 50 extern void pe_dll_build_sections 51 PARAMS ((bfd *, struct bfd_link_info *)); 52 extern void pe_exe_build_sections 53 PARAMS ((bfd *, struct bfd_link_info *)); 54 extern void pe_dll_fill_sections 55 PARAMS ((bfd *, struct bfd_link_info *)); 56 extern void pe_exe_fill_sections 57 PARAMS ((bfd *, struct bfd_link_info *)); 58 extern void pe_walk_relocs_of_symbol 59 PARAMS ((struct bfd_link_info * info, const char *name, 60 int (*cb) (arelent *, asection *))); 61 extern void pe_create_import_fixup 62 PARAMS ((arelent * rel, asection *, int)); 48 63 #endif /* PE_DLL_H */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.