gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / bfd / pe-i386.c
index 6436d9f9afd396de68bdc38b02763ee4b2c37519..c7e107e0836ccf874cb6900068de32428d0c8e2c 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Intel 386 PECOFF files.
-   Copyright (C) 1995-2019 Free Software Foundation, Inc.
+   Copyright (C) 1995-2020 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 
 #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 COFF_WITH_PE_BIGOBJ
 #define PCRELOFFSET            TRUE
 #define TARGET_UNDERSCORE      '_'
 #define COFF_LONG_SECTION_NAMES
This page took 0.028896 seconds and 4 git commands to generate.