1167167Sbms/* BFD back-end for 64-bit a.out files.
2167167Sbms   Copyright 1990, 1991, 1992, 1994 Free Software Foundation, Inc.
3167167Sbms   Written by Cygnus Support.
4167167Sbms
5167167SbmsThis file is part of BFD, the Binary File Descriptor library.
6167167Sbms
7167167SbmsThis program is free software; you can redistribute it and/or modify
8167167Sbmsit under the terms of the GNU General Public License as published by
9167167Sbmsthe Free Software Foundation; either version 2 of the License, or
10167167Sbms(at your option) any later version.
11167167Sbms
12167167SbmsThis program is distributed in the hope that it will be useful,
13167167Sbmsbut WITHOUT ANY WARRANTY; without even the implied warranty of
14251475SemasteMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15251475SemasteGNU General Public License for more details.
16251475Semaste
17251475SemasteYou should have received a copy of the GNU General Public License
18251475Semastealong with this program; if not, write to the Free Software
19251475SemasteFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
20251475Semaste
21251475Semaste#define ARCH_SIZE 64
22251475Semaste
23251475Semaste/* aoutx.h requires definitions for BMAGIC and QMAGIC.  */
24251475Semaste#ifndef BMAGIC
25167167Sbms#define BMAGIC 0
26167167Sbms#endif
27167167Sbms#ifndef QMAGIC
28167167Sbms#define QMAGIC 0
29167167Sbms#endif
30167167Sbms
31167167Sbms#include "aoutx.h"
32167167Sbms