gas/arc: Make member of arc_flags const
[deliverable/binutils-gdb.git] / bfd / nlm32-i386.c
index 28b4433ff3a6b2c66484bdbd7d090d7591269848..b46220e07b8bfeb0b64828664e23a40fd2c691f9 100644 (file)
@@ -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-2016 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"
This page took 0.034303 seconds and 4 git commands to generate.