Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / bfd / armnetbsd.c
index acb7aa5e2c990cb3d10b22b32965fe99a464a741..f5560e7eea65156a98d6cd5eb2507081e55daae3 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for NetBSD/ARM a.out-ish binaries.
-   Copyright (C) 1999-2014 Free Software Foundation, Inc.
+   Copyright (C) 1999-2018 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
 #define        SEGMENT_SIZE            TARGET_PAGE_SIZE
 
 #define        DEFAULT_ARCH            bfd_arch_arm
-#define        DEFAULT_MID             M_ARM6_NETBSD
+#define        DEFAULT_MID             M_ARM6_NETBSD
 /*#define MACHTYPE_OK(mtype) ((mtype) == M_ARM6_NETBSD)*/
 
 /* Do not "beautify" the CONCAT* macro args.  Traditional C will not
    remove whitespace added here, and thus will fail to concatenate
    the tokens.  */
-#define MY(OP)                         CONCAT2 (armnetbsd_, OP)
+#define MY(OP)                 CONCAT2 (arm_aout_nbsd_, OP)
 
 /* This needs to start with a.out so GDB knows it is an a.out variant.  */
-#define TARGETNAME             "a.out-arm-netbsd"
+#define TARGETNAME             "a.out-arm-netbsd"
 
 #include "netbsd.h"
This page took 0.026528 seconds and 4 git commands to generate.