12159047fSniklas /* BFD back-end for 64-bit a.out files. 2*5f210c2aSfgsch Copyright 1990, 1991, 1992, 1994 Free Software Foundation, Inc. 32159047fSniklas Written by Cygnus Support. 42159047fSniklas 52159047fSniklas This file is part of BFD, the Binary File Descriptor library. 62159047fSniklas 72159047fSniklas This program is free software; you can redistribute it and/or modify 82159047fSniklas it under the terms of the GNU General Public License as published by 92159047fSniklas the Free Software Foundation; either version 2 of the License, or 102159047fSniklas (at your option) any later version. 112159047fSniklas 122159047fSniklas This program is distributed in the hope that it will be useful, 132159047fSniklas but WITHOUT ANY WARRANTY; without even the implied warranty of 142159047fSniklas MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 152159047fSniklas GNU General Public License for more details. 162159047fSniklas 172159047fSniklas You should have received a copy of the GNU General Public License 182159047fSniklas along with this program; if not, write to the Free Software 192159047fSniklas Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 202159047fSniklas 212159047fSniklas #define ARCH_SIZE 64 222159047fSniklas 232159047fSniklas /* aoutx.h requires definitions for BMAGIC and QMAGIC. */ 242159047fSniklas #ifndef BMAGIC 252159047fSniklas #define BMAGIC 0 262159047fSniklas #endif 272159047fSniklas #ifndef QMAGIC 282159047fSniklas #define QMAGIC 0 292159047fSniklas #endif 302159047fSniklas 312159047fSniklas #include "aoutx.h" 32