1*2159047fSniklas /* ELF 64-bit executable support for BFD. 2*2159047fSniklas Copyright 1993 Free Software Foundation, Inc. 3*2159047fSniklas 4*2159047fSniklas This file is part of BFD, the Binary File Descriptor library. 5*2159047fSniklas 6*2159047fSniklas This program is free software; you can redistribute it and/or modify 7*2159047fSniklas it under the terms of the GNU General Public License as published by 8*2159047fSniklas the Free Software Foundation; either version 2 of the License, or 9*2159047fSniklas (at your option) any later version. 10*2159047fSniklas 11*2159047fSniklas This program is distributed in the hope that it will be useful, 12*2159047fSniklas but WITHOUT ANY WARRANTY; without even the implied warranty of 13*2159047fSniklas MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14*2159047fSniklas GNU General Public License for more details. 15*2159047fSniklas 16*2159047fSniklas You should have received a copy of the GNU General Public License 17*2159047fSniklas along with this program; if not, write to the Free Software 18*2159047fSniklas Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 19*2159047fSniklas 20*2159047fSniklas #define ARCH_SIZE 64 21*2159047fSniklas 22*2159047fSniklas #include "elfcode.h" 23