Power10 VSX 32-byte storage access
[deliverable/binutils-gdb.git] / bfd / pe-i386.c
index ec5b43e50567aaf2e227ce2776634787e488cc1c..c7e107e0836ccf874cb6900068de32428d0c8e2c 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD back-end for Intel 386 PECOFF files.
-   Copyright 1995, 1996, 1999, 2001, 2002, 2004, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1995-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #include "sysdep.h"
 #include "bfd.h"
 
-#define TARGET_SYM             i386pe_vec
-#define TARGET_NAME            "pe-i386"
+#define TARGET_SYM             i386_pe_vec
+#define TARGET_NAME            "pe-i386"
+#define TARGET_SYM_BIG         i386_pe_big_vec
+#define TARGET_NAME_BIG                "pe-bigobj-i386"
 #define COFF_WITH_PE
-#define PCRELOFFSET            TRUE
-#define TARGET_UNDERSCORE      '_'
+#define COFF_WITH_PE_BIGOBJ
+#define PCRELOFFSET            TRUE
+#define TARGET_UNDERSCORE      '_'
 #define COFF_LONG_SECTION_NAMES
 #define COFF_SUPPORT_GNU_LINKONCE
 #define COFF_LONG_FILENAMES
@@ -38,6 +40,8 @@
   COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 2 }, \
 { COFF_SECTION_NAME_PARTIAL_MATCH (".debug"), \
   COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }, \
+{ COFF_SECTION_NAME_PARTIAL_MATCH (".zdebug"), \
+  COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }, \
 { COFF_SECTION_NAME_PARTIAL_MATCH (".gnu.linkonce.wi."), \
   COFF_ALIGNMENT_FIELD_EMPTY, COFF_ALIGNMENT_FIELD_EMPTY, 0 }
 
This page took 0.026661 seconds and 4 git commands to generate.