Fix ARI text for floatformat_from_double
[deliverable/binutils-gdb.git] / bfd / vax1knetbsd.c
index f51142905e53f76147fdb49485668c86cb04a479..9974ef7a98ed78c134f528a8db999ed5b6e8345d 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for NetBSD/VAX (1K page size) a.out-ish binaries.
-   Copyright 1998, 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1998-2019 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_vax
-#define        DEFAULT_MID     M_VAX_NETBSD
+#define        DEFAULT_MID     M_VAX_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 (vax1knetbsd_,OP)
+#define MY(OP) CONCAT2 (vax_aout_1knbsd_,OP)
 
 /* This needs to start with a.out so GDB knows it is an a.out variant.  */
 #define TARGETNAME "a.out-vax1k-netbsd"
This page took 0.024188 seconds and 4 git commands to generate.