X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fnlm32-ppc.c;h=fe15318d4d0be657fc483403dbc9ca36e3d23d0a;hb=9c90714c2f94b4486f56fcd9dcb70e27d983f7df;hp=8b0d4009df836ff02f81df244124e78d1764de33;hpb=3e110533652d0f94211681ab718b7471f8bd3493;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/nlm32-ppc.c b/bfd/nlm32-ppc.c index 8b0d4009df..fe15318d4d 100644 --- a/bfd/nlm32-ppc.c +++ b/bfd/nlm32-ppc.c @@ -1,12 +1,11 @@ /* Support for 32-bit PowerPC NLM (NetWare Loadable Module) - Copyright 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, - 2005 Free Software Foundation, Inc. + Copyright (C) 1994-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -16,10 +15,11 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, + MA 02110-1301, USA. */ -#include "bfd.h" #include "sysdep.h" +#include "bfd.h" #include "libbfd.h" /* The format of a PowerPC NLM changed. Define OLDFORMAT to get the @@ -980,7 +980,7 @@ static const struct nlm_backend_data nlm32_powerpc_backend = }; #define TARGET_BIG_NAME "nlm32-powerpc" -#define TARGET_BIG_SYM nlmNAME (powerpc_vec) +#define TARGET_BIG_SYM powerpc_nlm32_vec #define TARGET_BACKEND_DATA & nlm32_powerpc_backend #include "nlm-target.h"