X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fnlm32-i386.c;h=cfcf3a853602dab981b211b9b6d9be6cd6c9f45b;hb=cc51fd4ccfdca1559efb0351b498bd8c0f3d1eed;hp=28b4433ff3a6b2c66484bdbd7d090d7591269848;hpb=2c3fc38946973ec305b63248abdd170eda059f80;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/nlm32-i386.c b/bfd/nlm32-i386.c index 28b4433ff3..cfcf3a8536 100644 --- a/bfd/nlm32-i386.c +++ b/bfd/nlm32-i386.c @@ -1,6 +1,5 @@ /* Support for 32-bit i386 NLM (NetWare Loadable Module) - Copyright 1993, 1994, 2000, 2001, 2002, 2003, 2005, 2007, 2012 - Free Software Foundation, Inc. + Copyright (C) 1993-2015 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -424,7 +423,7 @@ static const struct nlm_backend_data nlm32_i386_backend = }; #define TARGET_LITTLE_NAME "nlm32-i386" -#define TARGET_LITTLE_SYM nlmNAME (i386_vec) +#define TARGET_LITTLE_SYM i386_nlm32_vec #define TARGET_BACKEND_DATA & nlm32_i386_backend #include "nlm-target.h"