X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Faout64.c;h=73e3cc7afee7db43f9d6813a4e7dbf59f6e406bc;hb=8400a90d19c5c53f7100421c688fb896789048b9;hp=20687061a7203028f8b866dd4554739038c7e83a;hpb=aa820537ead0135a7c38c619039dce8a6fc74ed1;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/aout64.c b/bfd/aout64.c index 20687061a7..73e3cc7afe 100644 --- a/bfd/aout64.c +++ b/bfd/aout64.c @@ -1,6 +1,5 @@ /* BFD back-end for 64-bit a.out files. - Copyright 1990, 1991, 1992, 1994, 2005, 2007 - Free Software Foundation, Inc. + Copyright (C) 1990-2020 Free Software Foundation, Inc. Written by Cygnus Support. This file is part of BFD, the Binary File Descriptor library. @@ -22,12 +21,4 @@ #define ARCH_SIZE 64 -/* aoutx.h requires definitions for BMAGIC and QMAGIC. */ -#ifndef BMAGIC -#define BMAGIC 0 -#endif -#ifndef QMAGIC -#define QMAGIC 0 -#endif - #include "aoutx.h"