Add Intel MCU support to bfd
[deliverable/binutils-gdb.git] / bfd / demo64.c
index a9fba1f012f6b6170275705f07b3eec5b1087363..26d48f352e2b1a80ad55b93a2c69651889f74ccc 100644 (file)
@@ -1,6 +1,5 @@
 /* BFD backend for demonstration 64-bit a.out binaries.
-   Copyright 1990, 1991, 1992, 1993, 1994, 2001, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1990-2015 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -25,7 +24,7 @@
 /* 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 (demo_64_,OP)
+#define MY(OP) CONCAT2 (aout64_,OP)
 
 #define TARGETNAME  "demo64"
 #include "aoutf1.h"
This page took 0.039089 seconds and 4 git commands to generate.