ld: Add section header stream to PDB files
[binutils-gdb.git] / ld / pep-dll.c
index c53a676d98729c5e64bc09014f6d3cde1a20436c..1cfed49033748cd1b7ad6538def24c15c50170a2 100644 (file)
@@ -1,5 +1,5 @@
 /* Routines to help build PEPI-format DLLs (Win64 etc)
-   Copyright (C) 2006-2018 Free Software Foundation, Inc.
+   Copyright (C) 2006-2022 Free Software Foundation, Inc.
    Written by Kai Tietz, OneVision Software GmbH&CoKg.
 
    This file is part of the GNU Binutils.
@@ -21,7 +21,6 @@
 
 #define COFF_IMAGE_WITH_PE
 #define COFF_WITH_PE
-#define COFF_WITH_pex64
 
 /* Local defined globals.  */
 #define pe_def_file                pep_def_file
@@ -39,6 +38,7 @@
 #define pe_use_coff_long_section_names \
                                    pep_use_coff_long_section_names
 #define pe_leading_underscore      pep_leading_underscore
+#define pe_dll_enable_reloc_section pep_dll_enable_reloc_section
 
 /* Unique global name for functions to avoid double defined symbols.  */
 #define pe_find_data_imports        pep_find_data_imports
@@ -57,7 +57,7 @@
 #define pe_output_file_set_long_section_names \
                                    pep_output_file_set_long_section_names
 
-/* Uses x86_64 PE+.  */
-#define pe_use_x86_64
+/* Uses PE+.  */
+#define pe_use_plus
 
 #include "pe-dll.c"