X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=bfd%2Fpei-mips.c;fp=bfd%2Fpei-mips.c;h=cb5e96219b6b7a855bcff69d8ddc01df84f1cdff;hp=809d75481788e4be2aeeacd9dbbfc04a7968b01f;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/bfd/pei-mips.c b/bfd/pei-mips.c index 809d754..cb5e962 100644 --- a/bfd/pei-mips.c +++ b/bfd/pei-mips.c @@ -1,5 +1,6 @@ /* BFD back-end for MIPS PE IMAGE COFF files. - Copyright 1995, 2000, 2001, 2002, 2007 Free Software Foundation, Inc. + Copyright 1995, 2000, 2001, 2002, 2005, 2007, 2009 + Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -25,7 +26,8 @@ #define TARGET_NAME "pei-mips" #define COFF_IMAGE_WITH_PE #define PCRELOFFSET TRUE -#define COFF_LONG_SECTION_NAMES +/* Long section names not allowed in executable images, only object files. */ +#define COFF_LONG_SECTION_NAMES 0 #include "pe-mips.c"