unrecognized/unsupported reloc message
[deliverable/binutils-gdb.git] / bfd / i386netbsd.c
index c80b8628f40edd7b3df98d912a7fb8c6a57f6893..989fb301da9e005d7d0e0999f2b8dc7466fe9ec0 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD back-end for NetBSD/386 a.out-ish binaries.
-   Copyright 1990, 1991, 1992, 1994, 1995, 1996, 1998, 2001, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1990-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_i386
-#define        DEFAULT_MID     M_386_NETBSD
+#define        DEFAULT_MID     M_386_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 (i386netbsd_,OP)
+#define MY(OP) CONCAT2 (i386_aout_nbsd_,OP)
 
 /* This needs to start with a.out so GDB knows it is an a.out variant.  */
 #define TARGETNAME "a.out-i386-netbsd"
This page took 0.025474 seconds and 4 git commands to generate.