X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fpe-mcore.c;h=f9b9d34346e84cd520f73a38ab305a54998df13b;hb=6d00b590316c0b08de21a264893b0fd627c54686;hp=32791c36984b5511c5f303166a4aff0389276b65;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/pe-mcore.c b/bfd/pe-mcore.c index 32791c3698..f9b9d34346 100644 --- a/bfd/pe-mcore.c +++ b/bfd/pe-mcore.c @@ -1,5 +1,5 @@ /* BFD back-end for MCore PECOFF files. - Copyright 1999, 2002, 2005, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1999-2014 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -22,9 +22,9 @@ #include "bfd.h" #ifndef TARGET_BIG_SYM -#define TARGET_BIG_SYM mcore_pe_big_vec +#define TARGET_BIG_SYM mcore_pe_be_vec #define TARGET_BIG_NAME "pe-mcore-big" -#define TARGET_LITTLE_SYM mcore_pe_little_vec +#define TARGET_LITTLE_SYM mcore_pe_le_vec #define TARGET_LITTLE_NAME "pe-mcore-little" #endif