aout64.c revision 218822
1191783Srmacklem/* BFD back-end for 64-bit a.out files.
2191783Srmacklem   Copyright 1990, 1991, 1992, 1994 Free Software Foundation, Inc.
3191783Srmacklem   Written by Cygnus Support.
4191783Srmacklem
5191783SrmacklemThis file is part of BFD, the Binary File Descriptor library.
6191783Srmacklem
7191783SrmacklemThis program is free software; you can redistribute it and/or modify
8191783Srmacklemit under the terms of the GNU General Public License as published by
9191783Srmacklemthe Free Software Foundation; either version 2 of the License, or
10191783Srmacklem(at your option) any later version.
11191783Srmacklem
12191783SrmacklemThis program is distributed in the hope that it will be useful,
13191783Srmacklembut WITHOUT ANY WARRANTY; without even the implied warranty of
14191783SrmacklemMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15191783SrmacklemGNU General Public License for more details.
16191783Srmacklem
17191783SrmacklemYou should have received a copy of the GNU General Public License
18191783Srmacklemalong with this program; if not, write to the Free Software
19191783SrmacklemFoundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
20191783Srmacklem
21191783Srmacklem#define ARCH_SIZE 64
22191783Srmacklem
23191783Srmacklem/* aoutx.h requires definitions for BMAGIC and QMAGIC.  */
24191783Srmacklem#ifndef BMAGIC
25191783Srmacklem#define BMAGIC 0
26191783Srmacklem#endif
27191783Srmacklem#ifndef QMAGIC
28191783Srmacklem#define QMAGIC 0
29191783Srmacklem#endif
30191783Srmacklem
31191783Srmacklem#include "aoutx.h"
32191783Srmacklem