X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fpei-i386.c;h=f57c620c583aae37bb5dc24157ebff160158c806;hb=5fc35d961bda7f8d40bfad9ca458a6b08de02bcb;hp=35e9f69f6dffeb93808d6390c33b94bd00ddd61f;hpb=b2766bff8e332394b9f075245336de6dd9cac5fa;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/pei-i386.c b/bfd/pei-i386.c index 35e9f69f6d..f57c620c58 100644 --- a/bfd/pei-i386.c +++ b/bfd/pei-i386.c @@ -1,6 +1,5 @@ /* BFD back-end for Intel 386 PE IMAGE COFF files. - Copyright 1995, 1996, 1999, 2002, 2004, 2007 - Free Software Foundation, Inc. + Copyright (C) 1995-2014 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -28,7 +27,8 @@ #define COFF_WITH_PE #define PCRELOFFSET TRUE #define TARGET_UNDERSCORE '_' -#define COFF_LONG_SECTION_NAMES +/* Long section names not allowed in executable images, only object files. */ +#define COFF_LONG_SECTION_NAMES 0 #define COFF_SUPPORT_GNU_LINKONCE #define COFF_LONG_FILENAMES