]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/pei-i386.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / bfd / pei-i386.c
index bea7aea1846e3e290669f88dd6abf9a25639ce75..d8ff0859f491ee0e5f687cac374b68850a985a17 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD back-end for Intel 386 PE IMAGE COFF files.
-   Copyright 1995, 1996, 1999, 2002, 2004, 2007, 2009
-   Free Software Foundation, Inc.
+   Copyright (C) 1995-2021 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #include "sysdep.h"
 #include "bfd.h"
 
-#define TARGET_SYM             i386pei_vec
-#define TARGET_NAME            "pei-i386"
+#define TARGET_SYM             i386_pei_vec
+#define TARGET_NAME            "pei-i386"
 #define COFF_IMAGE_WITH_PE
 #define COFF_WITH_PE
-#define PCRELOFFSET            TRUE
-#define TARGET_UNDERSCORE      '_'
+#define PCRELOFFSET            TRUE
+#define TARGET_UNDERSCORE      '_'
 /* Long section names not allowed in executable images, only object files.  */
 #define COFF_LONG_SECTION_NAMES 0
 #define COFF_SUPPORT_GNU_LINKONCE