Add a test case for skip with inlined functions
[deliverable/binutils-gdb.git] / bfd / pe-i386.c
index a1cea43aff663651000425ba252c355e2e53b2b8..6436d9f9afd396de68bdc38b02763ee4b2c37519 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for Intel 386 PECOFF files.
-   Copyright (C) 1995-2016 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #include "sysdep.h"
 #include "bfd.h"
 
-#define TARGET_SYM             i386_pe_vec
-#define TARGET_NAME            "pe-i386"
+#define TARGET_SYM             i386_pe_vec
+#define TARGET_NAME            "pe-i386"
 #define COFF_WITH_PE
-#define PCRELOFFSET            TRUE
-#define TARGET_UNDERSCORE      '_'
+#define PCRELOFFSET            TRUE
+#define TARGET_UNDERSCORE      '_'
 #define COFF_LONG_SECTION_NAMES
 #define COFF_SUPPORT_GNU_LINKONCE
 #define COFF_LONG_FILENAMES
This page took 0.026459 seconds and 4 git commands to generate.