X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=bfd%2Fpei-mcore.c;h=8963a9afe5cff29c9ca0b0bec83fe5f954e607f5;hb=9885948fc910a77d04f27a7683f5edd0989d818a;hp=bad8108f51bf8d3b1509b0872b7064e45e263b40;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/pei-mcore.c b/bfd/pei-mcore.c index bad8108f51..8963a9afe5 100644 --- a/bfd/pei-mcore.c +++ b/bfd/pei-mcore.c @@ -1,6 +1,5 @@ /* BFD back-end for MCore PECOFF files. - Copyright 1999, 2002, 2005, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1999-2016 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -23,9 +22,9 @@ #include "bfd.h" #ifndef TARGET_BIG_SYM -#define TARGET_BIG_SYM mcore_pei_big_vec +#define TARGET_BIG_SYM mcore_pei_be_vec #define TARGET_BIG_NAME "pei-mcore-big" -#define TARGET_LITTLE_SYM mcore_pei_little_vec +#define TARGET_LITTLE_SYM mcore_pei_le_vec #define TARGET_LITTLE_NAME "pei-mcore-little" #endif