Rename `typename' in d-exp.y to avoid C++ reserved word
[deliverable/binutils-gdb.git] / bfd / pe-i386.c
index ec5b43e50567aaf2e227ce2776634787e488cc1c..15300ef0fee1d9b0d38e29249af6fcd5ddc796af 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-2015 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -22,7 +21,7 @@
 #include "sysdep.h"
 #include "bfd.h"
 
-#define TARGET_SYM             i386pe_vec
+#define TARGET_SYM             i386_pe_vec
 #define TARGET_NAME            "pe-i386"
 #define COFF_WITH_PE
 #define PCRELOFFSET            TRUE
@@ -38,6 +37,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.023033 seconds and 4 git commands to generate.