X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Fpe-dll.h;fp=ld%2Fpe-dll.h;h=932bc81e562622b729edfb9b4b4be00c25bb9ac9;hp=ce4a2e6d11b0e590f8251ab7894ef230e15be2a9;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/pe-dll.h b/ld/pe-dll.h index ce4a2e6..932bc81 100644 --- a/ld/pe-dll.h +++ b/ld/pe-dll.h @@ -1,5 +1,5 @@ /* pe-dll.h: Header file for routines used to build Windows DLLs. - Copyright 1999, 2000, 2001, 2002, 2003, 2007 + Copyright 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of the GNU Binutils. @@ -35,15 +35,19 @@ extern int pe_dll_stdcall_aliases; extern int pe_dll_warn_dup_exports; extern int pe_dll_compat_implib; extern int pe_dll_extra_pe_debug; +extern int pe_use_nul_prefixed_import_tables; +extern int pe_use_coff_long_section_names; + +typedef enum { EXCLUDESYMS, EXCLUDELIBS, EXCLUDEFORIMPLIB } exclude_type; extern void pe_dll_id_target (const char *); extern void pe_dll_add_excludes - (const char *, const int); + (const char *, const exclude_type); extern void pe_dll_generate_def_file (const char *); extern void pe_dll_generate_implib - (def_file *, const char *); + (def_file *, const char *, struct bfd_link_info *); extern void pe_process_import_defs (bfd *, struct bfd_link_info *); extern bfd_boolean pe_implied_import_dll @@ -59,8 +63,11 @@ extern void pe_exe_fill_sections extern void pe_walk_relocs_of_symbol (struct bfd_link_info *, const char *, int (*) (arelent *, asection *)); extern void pe_create_import_fixup - (arelent * rel, asection *, int); + (arelent * rel, asection *, bfd_vma); extern bfd_boolean pe_bfd_is_dll (bfd *); +extern void pe_output_file_set_long_section_names + (bfd *abfd); + #endif /* PE_DLL_H */